89 lines
1.5 KiB
CSS
89 lines
1.5 KiB
CSS
* {
|
|
font-family: 'VictorMono';
|
|
}
|
|
#pulseaudio-slider slider {
|
|
min-height: 0px;
|
|
min-width: 0px;
|
|
background-image: none;
|
|
border: none;
|
|
box-shadow: none;
|
|
background-color: #ebdbb2;
|
|
}
|
|
#pulseaudio-slider slider:hover {
|
|
background-color: #a89984;
|
|
}
|
|
#pulseaudio-slider slider:active {
|
|
background-color: #b8bb26;
|
|
}
|
|
#pulseaudio-slider trough {
|
|
min-height: 10px;
|
|
min-width: 80px;
|
|
border-radius: 5px;
|
|
background-color: #282828;
|
|
}
|
|
#pulseaudio-slider highlight {
|
|
min-width: 10px;
|
|
border-radius: 5px;
|
|
background-color: #b8bb26;
|
|
}
|
|
#taskbar button {
|
|
border-radius: 10px;
|
|
padding: 8px 8px 8px 8px;
|
|
}
|
|
#taskbar button.active {
|
|
background-color: #8ec07c;
|
|
}
|
|
#taskbar button:hover {
|
|
background-color: #282828;
|
|
}
|
|
#image {
|
|
padding: 8px 8px 8px 8px;
|
|
border-radius: 10px;
|
|
}
|
|
#image:hover {
|
|
background-color: #282828;
|
|
}
|
|
window#waybar.top,
|
|
window#waybar.bottom,
|
|
window#waybar.right,
|
|
window#waybar.left {
|
|
background-color: transparent;
|
|
}
|
|
#workspaces button {
|
|
padding: 0px 5px 0px 5px;
|
|
color: #282828;
|
|
background: #b8bb26;
|
|
margin: 5px;
|
|
}
|
|
#workspaces button:hover {
|
|
color: #1d2021;
|
|
background: #98971a;
|
|
}
|
|
#workspaces button.active {
|
|
color: #282828;
|
|
background: #8ec07c;
|
|
}
|
|
#workspaces button.focuced {
|
|
color: #282828;
|
|
background: #ebdbb2;
|
|
}
|
|
#workspaces,
|
|
#clock,
|
|
#network,
|
|
#pulseaudio,
|
|
#tray,
|
|
#custom-cmusinfo {
|
|
color: #ebdbb2;
|
|
border-radius: 20px;
|
|
padding-left: 8px;
|
|
padding-right: 8px;
|
|
margin: 6px;
|
|
}
|
|
#clock:hover,
|
|
#network:hover,
|
|
#pulseaudio:hover,
|
|
#tray:hover,
|
|
#custom-cmusinfo:hover {
|
|
background-color: #282828;
|
|
}
|