Changed: Waybar Config

This commit is contained in:
2025-04-07 11:42:30 +02:00
parent 61a3824820
commit 724477d290
5 changed files with 50 additions and 10 deletions

View File

@@ -15,8 +15,8 @@
# Hyprpaper configuration
services.hyprpaper.enable = true;
services.hyprpaper.settings = {
preload = "Pictures/Wallpapers/girl_nixos.png";
wallpaper = ", Pictures/Wallpapers/girl_nixos.png";
preload = "Pictures/Wallpapers/space_station.png";
wallpaper = ", Pictures/Wallpapers/space_station.png";
};
}

View File

@@ -1,8 +1,8 @@
{
pkgs;
config;
pkgs,
config,
...
} = {
} : {
programs.waybar = {
enable = true;
package = pkgs.waybar;
@@ -106,7 +106,7 @@
format = {
months = "<span color='#ffead3'><b>{}</b></span>";
weekdays = "<span color='#ffcc66'><b>{}</b></span>";
today = "<span color='#ff6699'><b>{}</b></span>"
today = "<span color='#ff6699'><b>{}</b></span>";
};
};
@@ -115,7 +115,7 @@
on-click-forward = "tz_up";
on-click-backward = "tz_down";
on-scroll-up = "shift_up";
on-scroll-down = "shift_down"
on-scroll-down = "shift_down";
};
};