diff --git a/apps/waybar/style.css b/apps/waybar/style.css index bbf8433..28b11fd 100644 --- a/apps/waybar/style.css +++ b/apps/waybar/style.css @@ -79,8 +79,6 @@ tooltip { font-family: "Ubuntu Light 12"; font-weight: normal; font-size: 18px; - color: #fab387; - border: 2px solid #4771c9; } diff --git a/apps/waybar/waybar.conf b/apps/waybar/waybar.conf index 04123f8..b1bbab4 100644 --- a/apps/waybar/waybar.conf +++ b/apps/waybar/waybar.conf @@ -55,7 +55,7 @@ }, "clock": { - "format": "{: %R  %d-%m}", + "format": "{:%R  %d-%m}", "timezones": ["Europe/Amsterdam", "Asia/Kolkata"], "actions": { "on-click": "tz_down" }, "tooltip-format": "{calendar}" diff --git a/nix/home/mako/mako.nix b/nix/home/mako/mako.nix index 2fdc11c..70d7e86 100644 --- a/nix/home/mako/mako.nix +++ b/nix/home/mako/mako.nix @@ -24,7 +24,7 @@ # colors backgroundColor = "#05070c"; - textColor = "#fab387"; + textColor = "#cdd6f4"; borderColor = "#3d66b9"; borderSize = 2; borderRadius = 8;