organise hyprland config

This commit is contained in:
tristan 2024-01-07 17:10:42 +00:00
parent 8fbad2ad2c
commit 7f3a86c1b0
2 changed files with 60 additions and 48 deletions

View file

@ -1,12 +1,13 @@
{pkgs, ...}: {
programs.waybar = {
enable = true;
systemd.enable = true;
settings = {
mainBar = {
layer = "top";
position = "top";
height = 36;
modules-right = ["mpris" "pulseaudio" "clock" "tray" "battery"];
modules-right = ["idle_inhibitor" "mpris" "pulseaudio" "clock" "tray" "battery"];
clock = {
format = "📅 {:%a %b-%d %I:%M %p}";
};
@ -39,9 +40,5 @@
};
};
};
systemd = {
enable = true;
target = "graphical-session.target";
};
};
}