nixfleet/hmModules/waybar/style.css
Andrea Ciceri d2237c0a12
Some checks failed
BUILD x86_64-linux.picard
UPLOAD x86_64-linux.picard
DOWNLOAD x86_64-linux.picard
CACHIX x86_64-linux.picard
ATTIC x86_64-linux.picard
EVAL x86_64-linux.picard
/ test (push) Successful in 20s
Format
2024-12-18 14:58:39 +01:00

54 lines
803 B
CSS

* {
border: none;
border-radius: 0;
min-height: 0;
font-family: Fira Code;
}
window#waybar {
background: rgba(255, 255, 255, 0.05);
color: white;
font-size: 1.2rem;
}
#workspaces button {
padding: 0 10px;
background: transparent;
color: white;
font-size: 2rem;
}
#workspaces button.active {
box-shadow: inset 0 -5px red;
}
#workspaces button.focused,
#workspaces button:hover {
box-shadow: inset 0 -5px white;
}
#workspaces button.urgent {
/* background: @theme_fg_color; */
/* color: @theme_selected_bg_color; */
}
#mode {
margin: 0 4px;
padding: 0 4px;
/* background: @theme_fg_color; */
/* color: @unfocused_borders; */
}
#pulseaudio,
#network,
#cpu,
#memory,
#disk,
#temperature,
#battery,
#language,
#clock,
#tray {
margin: 0 4px;
padding: 0 2px;
}