diff --git a/home/hyprland/waybar/default.nix b/home/hyprland/waybar/default.nix index a11e582c..86b28c0c 100644 --- a/home/hyprland/waybar/default.nix +++ b/home/hyprland/waybar/default.nix @@ -17,8 +17,8 @@ "modules-left" = [ "hyprland/window" "mpris" ]; "modules-center" = [ "hyprland/workspaces" ]; "modules-right" = [ - "pulseaudio" "custom/notification" + "pulseaudio" "clock" "custom/separator" "backlight" @@ -112,8 +112,8 @@ format-icons = [ "󱃃" "󰔏" "󱃂" ]; }; clock = { - format = "{:󰥔 %R}"; - format-alt = "{:󰃭 %Y-%m-%d 󰥔 %R}"; + format = "{:󰃭 %Y-%m-%d 󰥔 %R}"; + format-alt = "{:󰥔 %R}"; tooltip-format = "{calendar}"; calendar = { mode = "month"; diff --git a/home/hyprland/waybar/style.css b/home/hyprland/waybar/style.css index e93008a6..2589b12a 100644 --- a/home/hyprland/waybar/style.css +++ b/home/hyprland/waybar/style.css @@ -106,10 +106,10 @@ tooltip { color: @red; } -#pulseaudio { +#custom-notification { color: @red; } -#custom-notification { +#pulseaudio { color: @green; } #clock {