feat(waybar): update

This commit is contained in:
2026-02-25 00:39:08 +01:00
parent 916a07c80c
commit dfca6b4752
2 changed files with 8 additions and 11 deletions

View File

@@ -53,16 +53,12 @@
"class<*>": "󰘔 ", "class<*>": "󰘔 ",
"class<firefox>": "󰈹 ", "class<firefox>": "󰈹 ",
"class<app.zen_browser.zen>": "󰖟 " , "class<app.zen_browser.zen>": "󰖟 " ,
"class<Code>": "󰨞 ",
"class<Alacritty>": "󰆍 ",
"class<Spotify>": "󰓇 ",
"class<org.telegram.desktop>": "󰍡 ",
"class<kitty>": " ", "class<kitty>": " ",
"class<com.seafile.seafile-applet>": "󰅟 ", "class<com.seafile.seafile-applet>": "󰅟 ",
"class<org.gnome.Nautilus>": " ", "class<org.gnome.Nautilus>": " ",
"class<org.gnome.Software>": " ", "class<org.gnome.Software>": " ",
"class<chromium-browser>": " ", "class<chromium-browser>": " ",
"class<chrome-web.telegram.org__-Default>": " ", "class<chrome-web.telegram.org__-Default>": " ",
"class<chrome-music.youtube.com__-Default>": " " "class<chrome-music.youtube.com__-Default>": " "
} }
}, },

View File

@@ -23,7 +23,7 @@ window#waybar {
} }
#workspaces button { #workspaces button {
padding-left: 8px; padding-left: 5px;
padding-right: 0; padding-right: 0;
margin-top: 3px; margin-top: 3px;
padding-top: 0; padding-top: 0;
@@ -36,23 +36,23 @@ window#waybar {
min-width: 24px; min-width: 24px;
border-radius: 6px; border-radius: 6px;
background: alpha(@bg, 0.8); background: alpha(@bg, 0.3);
transition: transition:
all 180ms cubic-bezier(.4,0,.2,1), all 180ms cubic-bezier(.4,0,.2,1),
color 800ms cubic-bezier(.4, 0, .2, 1); color 800ms cubic-bezier(.4, 0, .2, 1);
color: grey; opacity: 0.3;
} }
#workspaces button label { #workspaces button label {
font-size: 20px; font-size: 18px;
letter-spacing: -2px; letter-spacing: -3px;
} }
#workspaces button:hover { #workspaces button:hover {
background: rgba(255,255,255,0.45); background: rgba(255,255,255,0.45);
background: alpha(@bg,0.3); opacity: 0.4;
} }
#workspaces button.active { #workspaces button.active {
@@ -61,6 +61,7 @@ window#waybar {
background: alpha(@bg,0.3); background: alpha(@bg,0.3);
color: white; color: white;
border: 1px solid alpha(white, 0.7); border: 1px solid alpha(white, 0.7);
opacity: 1.0;
} }
#workspaces button.visible { #workspaces button.visible {