Changed: Waybar

This commit is contained in:
DerGrumpf 2025-04-06 22:31:08 +02:00
parent d93435f6d1
commit 0180e6de9a
2 changed files with 4 additions and 10 deletions

View File

@ -8,7 +8,7 @@
#custom-notification {
font-family: "JetBrains Mono Nerd Font";
font-size: 17px;
color: #A1BDCE;
color: #FFFFFF;
margin: 2px 0px 0px 0px;
}

View File

@ -20,7 +20,7 @@
modules-left = [ ];
modules-center = [ "custom/weather" ];
modules-right = [ "custom/hello-from-waybar" ];
modules-right = [ ];
"sway/workspaces" = {
disable-scroll = true;
@ -33,14 +33,8 @@
return-type = "json";
};
"custom/hello-from-waybar" = {
format = "hello {}";
max-length = 40;
interval = "once";
exec = pkgs.writeShellScript "hello-from-waybar" ''
echo "from within waybar $USER"
'';
};
};
};
};