summaryrefslogtreecommitdiffstats
path: root/waybar.nix
diff options
context:
space:
mode:
authorAndrew <admonty1@protonmail.com>2025-08-22 14:38:02 -0400
committerAndrew <admonty1@protonmail.com>2025-08-22 14:38:02 -0400
commitb0ec7bdd65b701baaea4de01bf673b5996450e1a (patch)
tree48955d1a698b189f0251ac25844707e2ccfff9b5 /waybar.nix
parenthi (diff)
downloadnixos-b0ec7bdd65b701baaea4de01bf673b5996450e1a.tar.gz
nixos-b0ec7bdd65b701baaea4de01bf673b5996450e1a.tar.bz2
nixos-b0ec7bdd65b701baaea4de01bf673b5996450e1a.zip
screenshot manager PRINT / SUPER+SHIFT+S
Diffstat (limited to '')
-rw-r--r--waybar.nix15
1 files changed, 8 insertions, 7 deletions
diff --git a/waybar.nix b/waybar.nix
index 905dcd6..cdc18b1 100644
--- a/waybar.nix
+++ b/waybar.nix
@@ -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;