diff --git a/waybar/config.jsonc b/waybar/config.jsonc index 2a51499..7ce721a 100644 --- a/waybar/config.jsonc +++ b/waybar/config.jsonc @@ -33,8 +33,8 @@ "tooltip-format-activated": "On", "tooltip-format-deactivated": "Off", "format-icons": { - "activated": "󱫗", - "deactivated": "󰔛", + "activated": "󱫔", + "deactivated": "󱫐", }, }, "hyprland/workspaces": { @@ -107,13 +107,14 @@ "default": "▶", "mpv": "🎵", "spotify": "", + "firefox": "󰈹", }, "interval": 1, "status-icons": { "paused": "⏸", }, "dynamic-len": 36, - // "ignored-players": ["firefox"] + "on-click-middle": "playerctld shift", }, "custom/swaync": { "format": "{icon}", diff --git a/waybar/styles/waybar.css b/waybar/styles/waybar.css index e99b62c..3a7e09d 100644 --- a/waybar/styles/waybar.css +++ b/waybar/styles/waybar.css @@ -2,11 +2,11 @@ window#waybar { background: @background; animation: fadeIn 2.5s; padding: 2px 0 2px 0; - border-radius: 0 0 12px 12px; + border-radius: 0 0 20px 20px; } button { - text-shadow: none; + text-shadow: 2px 2px; } window#waybar.hidden {