copy dotfiles from arch
This commit is contained in:
parent
76d6787417
commit
c71ba09614
57 changed files with 2714 additions and 0 deletions
16
waybar/styles/modules/window.css
Normal file
16
waybar/styles/modules/window.css
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
#window {
|
||||
color: @color6;
|
||||
border-radius: 20px;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
window#waybar.kitty {
|
||||
background-color: transparent;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
/* 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