initial commit
This commit is contained in:
175
waybar/style.css
Normal file
175
waybar/style.css
Normal file
@ -0,0 +1,175 @@
|
||||
* {
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
font-family: "JetBrainsMono Nerd Font";
|
||||
font-weight: bold;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
background: transparent;
|
||||
color: #cdd6f4;
|
||||
}
|
||||
|
||||
tooltip {
|
||||
background: #1e1e2e;
|
||||
border-radius: 10px;
|
||||
border: 1px solid #181825;
|
||||
}
|
||||
|
||||
tooltip label {
|
||||
color: #cdd6f4;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
tooltip > * {
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
#custom-app-drawer,
|
||||
#cpu,
|
||||
#disk,
|
||||
#memory,
|
||||
#custom-weather,
|
||||
#workspaces,
|
||||
#clock,
|
||||
#custom-updates,
|
||||
#window,
|
||||
#temperature,
|
||||
#custom-power_profile,
|
||||
#battery,
|
||||
#pulseaudio,
|
||||
#tray {
|
||||
background: #1e1e2e;
|
||||
opacity: 0.9;
|
||||
padding: 0px 10px;
|
||||
margin-top: 10px;
|
||||
border: 1px solid #181825;
|
||||
}
|
||||
|
||||
#custom-app-drawer {
|
||||
color: #94e2d5;
|
||||
margin-left: 10px;
|
||||
padding: 0 15px;
|
||||
border-radius: 10px 0 0 10px;
|
||||
}
|
||||
|
||||
#workspaces {
|
||||
margin-right: 10px;
|
||||
padding-right: 5px;
|
||||
border-radius: 0 10px 10px 0;
|
||||
border-left: 0;
|
||||
}
|
||||
|
||||
#cpu,
|
||||
#disk,
|
||||
#memory {
|
||||
color: #f2cdcd;
|
||||
}
|
||||
|
||||
#cpu {
|
||||
border-radius: 10px 0 0 10px;
|
||||
}
|
||||
|
||||
#disk {
|
||||
border-left: 0;
|
||||
}
|
||||
|
||||
#memory {
|
||||
border-left: none;
|
||||
border-radius: 0 10px 10px 0;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
#custom-weather {
|
||||
color: #f9e2af;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
color: #6c7086;
|
||||
padding: 5px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
#workspaces button.active {
|
||||
color: #a6adc8;
|
||||
}
|
||||
|
||||
#workspaces button.focused {
|
||||
color: #a6adc8;
|
||||
background: #eba0ac;
|
||||
}
|
||||
|
||||
#workspaces button.urgent {
|
||||
color: #11111b;
|
||||
background: #a6e3a1;
|
||||
}
|
||||
|
||||
#workspaces button:hover {
|
||||
background: #11111b;
|
||||
color: #cdd6f4;
|
||||
}
|
||||
|
||||
#clock {
|
||||
color: #89b4fa;
|
||||
border-radius: 10px 0 0 10px;
|
||||
margin-left: 60px;
|
||||
}
|
||||
|
||||
#custom-updates {
|
||||
border-left: 0;
|
||||
border-radius: 0 10px 10px 0;
|
||||
margin-right: 60px;
|
||||
}
|
||||
|
||||
#temperature {
|
||||
color: #94e2d5;
|
||||
border-radius: 10px 0px 0px 10px;
|
||||
}
|
||||
|
||||
#temperature.critical {
|
||||
color: #eba0ac;
|
||||
}
|
||||
|
||||
#custom-power_profile {
|
||||
color: #a6e3a1;
|
||||
border-left: 0px;
|
||||
border-right: 0px;
|
||||
}
|
||||
|
||||
#battery {
|
||||
color: #a6e3a1;
|
||||
border-radius: 0 10px 10px 0;
|
||||
margin-right: 10px;
|
||||
border-left: 0px;
|
||||
}
|
||||
|
||||
#battery.ok {
|
||||
color: #f9e2af;
|
||||
}
|
||||
|
||||
#battery.warning {
|
||||
color: #fab387;
|
||||
}
|
||||
|
||||
#battery.critical {
|
||||
color: #eba0ac;
|
||||
}
|
||||
|
||||
#pulseaudio {
|
||||
color: #cba6f7;
|
||||
border-radius: 10px 0 0 10px;
|
||||
}
|
||||
|
||||
#pulseaudio.microphone {
|
||||
color: #cba6f7;
|
||||
border-radius: 0 10px 10px 0;
|
||||
border-left: none;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
#tray {
|
||||
border-radius: 10px;
|
||||
margin-right: 10px;
|
||||
}
|
Reference in New Issue
Block a user