add swww and pywal
This commit is contained in:
parent
076fe3ab81
commit
7798e8360c
19 changed files with 604 additions and 51 deletions
|
|
@ -1,4 +1,5 @@
|
|||
#clock {
|
||||
color: #8fbcbb;
|
||||
color: #eee;
|
||||
background-color: @color4;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
.custom-spotify {
|
||||
color: #1db954;
|
||||
color: #333;
|
||||
background-color: #1db954;
|
||||
font-style: italic;
|
||||
}
|
||||
|
|
|
|||
4
waybar/styles/modules/swaync.css
Normal file
4
waybar/styles/modules/swaync.css
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
.custom-swaync {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
4
waybar/styles/modules/swww.css
Normal file
4
waybar/styles/modules/swww.css
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
.custom-swww {
|
||||
color: @color9;
|
||||
}
|
||||
|
||||
|
|
@ -1,5 +1,6 @@
|
|||
#wireplumber {
|
||||
color: #a3be8c;
|
||||
color: #eee;
|
||||
background-color: @color6;
|
||||
}
|
||||
|
||||
#wireplumber.muted {
|
||||
|
|
|
|||
|
|
@ -1,29 +1,39 @@
|
|||
|
||||
#workspaces {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
padding: 0;
|
||||
border: 2px solid @color4;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
padding: 0 5px;
|
||||
padding: 0 4px;
|
||||
box-shadow: none;
|
||||
border: none;
|
||||
border-radius: 0px;
|
||||
box-shadow: inset 0 -3px transparent;
|
||||
transition: color 0.5s ease;
|
||||
border-radius: 0;
|
||||
color: @color8;
|
||||
}
|
||||
|
||||
#workspaces button:first-child {
|
||||
padding-left: 8px;
|
||||
border-radius: 9999px 0 0 9999px;
|
||||
}
|
||||
|
||||
#workspaces button:last-child {
|
||||
padding-right: 8px;
|
||||
border-radius: 0 9999px 9999px 0;
|
||||
}
|
||||
|
||||
#workspaces button.active {
|
||||
color: #5e81ac;
|
||||
box-shadow: inset 0 -3px #5e81ac;
|
||||
background-color: @color4;
|
||||
color: @color8;
|
||||
}
|
||||
|
||||
#workspaces button:hover {
|
||||
background: rgba(0, 0, 0, 0.2);
|
||||
box-shadow: inset 0 -3px #5e81ac;
|
||||
background: @color4;
|
||||
color: @color8;
|
||||
}
|
||||
|
||||
#workspaces button.focused {
|
||||
background-color: #81a1c1;
|
||||
background-color: @color5;
|
||||
}
|
||||
|
||||
#workspaces button.urgent {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue