more styling
This commit is contained in:
parent
7798e8360c
commit
3c21b077ba
10 changed files with 51 additions and 21 deletions
21
waybar/styles/modules/window.css
Normal file
21
waybar/styles/modules/window.css
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
#window {
|
||||
color: @color6;
|
||||
border-radius: 20px;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
window#waybar.kitty {
|
||||
background-color: #111111;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
window#waybar.chromium {
|
||||
background-color: #eeeeee;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
/* make window module transparent when no windows present */
|
||||
window#waybar.empty #window {
|
||||
background-color: transparent;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue