feat: move to gruvbox
This commit is contained in:
parent
1fab0efd26
commit
c467ee449d
18 changed files with 442 additions and 436 deletions
36
hosts/python/configs/waybar/style.css
Normal file
36
hosts/python/configs/waybar/style.css
Normal file
|
@ -0,0 +1,36 @@
|
|||
* {
|
||||
all: unset;
|
||||
font-size: 18px;
|
||||
color: #ebdbb2;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
background: #282828;
|
||||
}
|
||||
|
||||
tooltip {
|
||||
background: #3c3836;
|
||||
}
|
||||
|
||||
.modules-left,
|
||||
.modules-right {
|
||||
background: #3c3836;
|
||||
padding: 0px 12px;
|
||||
}
|
||||
|
||||
.modules-center {
|
||||
background: #3c3836;
|
||||
}
|
||||
|
||||
#tags button {
|
||||
padding: 8px 16px;
|
||||
transition: 0.2s;
|
||||
}
|
||||
|
||||
#tags button:hover {
|
||||
padding: 8px 28px;
|
||||
}
|
||||
|
||||
#tags button.focused {
|
||||
background: #504945;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue