organise hyprland config
This commit is contained in:
parent
8fbad2ad2c
commit
7f3a86c1b0
2 changed files with 60 additions and 48 deletions
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue