feat(dunst): add dunst
This commit is contained in:
parent
c3cad04ec3
commit
b872a68632
15 changed files with 489 additions and 1 deletions
36
hosts/python/users/configs/waybar/style.css
Normal file
36
hosts/python/users/configs/waybar/style.css
Normal file
|
@ -0,0 +1,36 @@
|
|||
* {
|
||||
all: unset;
|
||||
font-size: 18px;
|
||||
color: #f2f4f8;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
background: #0c0c0c;
|
||||
}
|
||||
|
||||
tooltip {
|
||||
background: #161616;
|
||||
}
|
||||
|
||||
.modules-left,
|
||||
.modules-right {
|
||||
background: #161616;
|
||||
padding: 0px 12px;
|
||||
}
|
||||
|
||||
.modules-center {
|
||||
background: #161616;
|
||||
}
|
||||
|
||||
#tags button {
|
||||
padding: 8px 16px;
|
||||
transition: 0.2s;
|
||||
}
|
||||
|
||||
#tags button:hover {
|
||||
padding: 8px 28px;
|
||||
}
|
||||
|
||||
#tags button.focused {
|
||||
background: #282828;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue