This commit is contained in:
Andrea Ciceri 2023-05-11 10:41:03 +02:00
parent fcfd36c63b
commit 202611d0b8
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
18 changed files with 174 additions and 63 deletions

View file

@ -0,0 +1,43 @@
* {
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.focused, #workspaces button.focused, #workspaces button:hover {
background: transparent;
box-shadow: inset 0 -5px white;
/* color: @theme_fg_color; */
}
#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;
}