diff options
| author | Rosa <rosaontheweb@proton.me> | 2026-01-14 14:58:26 -0500 |
|---|---|---|
| committer | Rosa <rosaontheweb@proton.me> | 2026-01-14 14:58:26 -0500 |
| commit | 44c11be5831b178777bae2794848e0365d813471 (patch) | |
| tree | 96e54297c42be750cbca82c36377c1d359197ada /modules | |
| parent | 691e161926912b7408dfc328712d892515af07b1 (diff) | |
make editor background transparent
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/user/desktop/swayfx.nix | 6 |
1 files changed, 6 insertions, 0 deletions
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}%"; |
