From 44c11be5831b178777bae2794848e0365d813471 Mon Sep 17 00:00:00 2001 From: Rosa Date: Wed, 14 Jan 2026 14:58:26 -0500 Subject: make editor background transparent --- modules/user/desktop/swayfx.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'modules/user') diff --git a/modules/user/desktop/swayfx.nix b/modules/user/desktop/swayfx.nix index 2454f23..7d8d4c7 100644 --- a/modules/user/desktop/swayfx.nix +++ b/modules/user/desktop/swayfx.nix @@ -49,6 +49,7 @@ "" "󰖨" ]; + tooltip-format = "{percent}%"; }; @@ -61,6 +62,7 @@ "" "" ]; + format-time = "{H}h{m}m"; format-warning = "{icon} ({capacity}%)"; states = { @@ -112,6 +114,7 @@ "󰤥" "󰤨" ]; + format-wifi = "{icon}"; interval = 1; tooltip-format = "{ifname} tx: {bandwidthUpBytes} rx: {bandwidthDownBytes}"; @@ -133,10 +136,12 @@ "DP-1" "eDP-1" ]; + "2" = [ "DP-2" "eDP-1" ]; + "3" = [ ]; "4" = [ ]; "5" = [ ]; @@ -154,6 +159,7 @@ "󰖀" "󰕾" ]; + format-muted = "󰸈"; on-click = "wpctl set-mute @DEFAULT_SINK@ toggle"; tooltip-format = "{node_name} - {volume}%"; -- cgit v1.3.1