Files
dotfiles/.config/waybar/style.css

121 lines
1.6 KiB
CSS
Executable File

* {
font-size: 20px;
font-family: monospace;
}
window#waybar {
background: #292b2e;
color: #fdf6e3;
}
#custom-right-arrow-dark,
#custom-left-arrow-dark {
color: #1a1a1a;
}
#custom-right-arrow-light,
#custom-left-arrow-light {
color: #292b2e;
background: #1a1a1a;
}
#custom-poweroff
,#custom-se{
background: #1a1a1a;
}
#workspaces,
#clock.1,
#clock.2,
#clock.3,
#pulseaudio,
#memory,
#cpu,
#battery,
#disk,
#user,
#idle_inhibitor,
#temperature,
#tray {
background: #1a1a1a;
}
#user{
color: #fdf6e3;
}
#workspaces button {
padding: 0 2px;
color: #fdf6e3;
}
#workspaces button.visible{
color: @red;
/*border-bottom: 2px dotted red;*/
}
#workspaces button.empty{
color: @white;
/*border-bottom: 2px dotted white;*/
}
#workspaces button.active{
color: #268bd2;
/*border-bottom: 2px solid white;*/
}
#workspaces button:hover {
box-shadow: inherit;
text-shadow: inherit;
}
#workspaces button:hover {
background: #1a1a1a;
border: #1a1a1a;
/*border-bottom: 2px solid green;*/
padding: 0 3px;
}
#pulseaudio {
color: #268bd2;
}
#memory {
color: #2aa198;
}
#cpu,#temperature {
color: #6c71c4;
}
#battery {
color: #859900;
}
#disk {
color: #b58900;
}
#clock,
#pulseaudio,
#memory,
#cpu,
#battery,
#disk {
padding: 0 10px;
}
#backlight-slider slider {
min-height: 80px;
min-width: 10px;
opacity: 0;
background-image: none;
border: none;
box-shadow: none;
}
#backlight-slider trough {
min-height: 80px;
min-width: 10px;
border-radius: 5px;
background-color: black;
}
#backlight-slider highlight {
min-width: 10px;
border-radius: 5px;
background-color: red;
}