diff --git a/config/waybar/config b/config/waybar/config index f17ce99..9dbb55f 100644 --- a/config/waybar/config +++ b/config/waybar/config @@ -6,8 +6,6 @@ ], "modules-right": [ "tray", - "custom/weather", - "custom/dnd", "pulseaudio", "sway/language", "network", @@ -18,30 +16,10 @@ "all-output": true, "format": "{index}" }, - "custom/player": { - "exec": "playerctl metadata -f '{{emoji(status)}} {{title}} by {{artist}}'", - "on-click": "playerctl play-pause", - "on-click-right": "pamixer -t", - "restart-interval": 0, - "tooltip": false, - "max-length": 40 - }, "sway/mode": { "format": "--{}--", "tooltip": false }, - "custom/weather": { - "exec": "curl 'https://wttr.in/?format=1'", - "interval": 60, - "on-click": "xdg-open https://wttr.in", - "tooltip": false - }, - "custom/dnd": { - "exec": "$HOME/dotfiles/bin/dnd", - "on-click": "dunstctl set-paused toggle", - "restart-interval": 0, - "tooltip": false - }, "pulseaudio": { "tooltip": false, "format-muted": "MUTE", diff --git a/config/waybar/style.css b/config/waybar/style.css index 8e6a268..f1c8371 100644 --- a/config/waybar/style.css +++ b/config/waybar/style.css @@ -11,12 +11,6 @@ window#waybar { font-size: 14px; } -#workspaces { - /* background: @background-alt; */ - /* margin: 10px; */ - /* border-radius: 8px; */ -} - #workspaces button { background: transparent; border-radius: 0; @@ -38,17 +32,12 @@ window#waybar { } #tray, -#custom-weather, -#custom-dnd, #pulseaudio, #language, #network, #clock, #custom-power-menu { - /* background: @background-alt; */ margin: 8px; - /* padding: 7px; */ - /* border-radius: 8px; */ } #pulseaudio.muted {