diff --git a/home/hyprland/waybar/configs/style.css b/home/hyprland/waybar/configs/style.css index dc23957..525b702 100644 --- a/home/hyprland/waybar/configs/style.css +++ b/home/hyprland/waybar/configs/style.css @@ -8,7 +8,7 @@ #custom-notification { font-family: "JetBrains Mono Nerd Font"; font-size: 17px; - color: #A1BDCE; + color: #FFFFFF; margin: 2px 0px 0px 0px; } diff --git a/home/hyprland/waybar/single-monitor.nix b/home/hyprland/waybar/single-monitor.nix index 24a6a9e..e8a34b8 100644 --- a/home/hyprland/waybar/single-monitor.nix +++ b/home/hyprland/waybar/single-monitor.nix @@ -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" - ''; - }; + + }; }; };