waybar for hyprland
This commit is contained in:
parent
e8092681cf
commit
75580df3bc
2 changed files with 24 additions and 14 deletions
|
@ -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; */
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue