polish waybar color; add wayfire blur function

This commit is contained in:
kuoi 2022-08-21 22:16:19 +01:00
parent 6ae4e96b74
commit 91a3a9e69b
2 changed files with 9 additions and 2 deletions

View File

@ -8,7 +8,7 @@
} }
window#waybar { window#waybar {
background-color: black; background-color: #2c2c2c;
/* color: white;*/ /* color: white;*/
transition-property: background-color; transition-property: background-color;
transition-duration: .5s; transition-duration: .5s;
@ -16,7 +16,7 @@ window#waybar {
} }
window#waybar.hidden { window#waybar.hidden {
opacity: 0.7; opacity: 0.75;
} }
#workspaces button { #workspaces button {

View File

@ -43,6 +43,7 @@ plugins = \
wrot \ wrot \
zoom \ zoom \
spacing \ spacing \
blur \
wf-info \ wf-info \
rounded-corners rounded-corners
@ -289,6 +290,12 @@ broder_size = 10
active_color = \#ffffffAA active_color = \#ffffffAA
inactive_color = \#ffffffAA inactive_color = \#ffffffAA
[blur]
method = kawase
kawase_degrade = 1
kawase_iterations = 1
kawase_offset = 5
# Rules ──────────────────────────────────────────────────────────────────────── # Rules ────────────────────────────────────────────────────────────────────────
# Example configuration: # Example configuration: