waybar for hyprland

This commit is contained in:
Andrea Ciceri 2023-04-20 20:12:50 +02:00
parent e8092681cf
commit 75580df3bc
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
2 changed files with 24 additions and 14 deletions

View file

@ -2,22 +2,26 @@
border: none;
border-radius: 0;
min-height: 0;
font-family: Fira Code;
}
window#waybar {
background: @theme_bg_color;
color: @theme_fg_color;
background: rgba(255, 255, 255, 0.05);
color: white;
font-size: 1.2rem;
}
#workspaces button {
padding: 0 10px;
/* background: transparent; */
/* color: @theme_fg_color; */
background: transparent;
color: white;
font-size: 2rem;
}
#workspaces button.focused {
/* background: @theme_bg_color; */
border-bottom: 3px solid @theme_fg_color;
#workspaces button.focused, #workspaces button.focused, #workspaces button:hover {
background: transparent;
box-shadow: inset 0 -5px white;
/* color: @theme_fg_color; */
}