diff options
| author | Andrew <admonty1@protonmail.com> | 2025-08-22 14:38:02 -0400 |
|---|---|---|
| committer | Andrew <admonty1@protonmail.com> | 2025-08-22 14:38:02 -0400 |
| commit | b0ec7bdd65b701baaea4de01bf673b5996450e1a (patch) | |
| tree | 48955d1a698b189f0251ac25844707e2ccfff9b5 /waybar.nix | |
| parent | hi (diff) | |
| download | nixos-b0ec7bdd65b701baaea4de01bf673b5996450e1a.tar.gz nixos-b0ec7bdd65b701baaea4de01bf673b5996450e1a.tar.bz2 nixos-b0ec7bdd65b701baaea4de01bf673b5996450e1a.zip | |
screenshot manager PRINT / SUPER+SHIFT+S
Diffstat (limited to 'waybar.nix')
| -rw-r--r-- | waybar.nix | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -5,8 +5,8 @@ settings = [ { - output = [ "DP-3" "DP-2"]; - # height = 20; # Waybar height + output = [ "DP-3"]; + #height = 24; # Waybar height spacing = 4; # Gaps between modules fixed-center = true; @@ -52,14 +52,14 @@ }; mpris = { - format = " {status_icon} {dynamic}"; + format = " {status_icon} {dynamic}"; interval = 1; dynamic-len = 40; dynamic-order = [ "title" "artist" ]; - ignored-players = [ "firefox" ]; + ignored-players = [ "brave" ]; status-icons = { playing = "▶"; paused = "⏸"; @@ -115,13 +115,14 @@ "" ]; }; - on-click = "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"; + #on-click = "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"; + on-click = "pavucontrol"; }; } # Bar for DP-2 only { - output = []; + output = [ "DP-2" ]; #height = 24; spacing = 4; @@ -172,7 +173,7 @@ window#waybar { /* `otf-font-awesome` is required to be installed for icons */ - font-family: FontAwesome, monospace; + font-family: jetbrains-mono, monospace; background-color: transparent; border-bottom: 0px; color: #ebdbb2; |
