2024-11-13 17:26 : id 116
This commit is contained in:
parent
c61e40c193
commit
4885456053
@ -33,6 +33,7 @@ let
|
||||
WALLPAPER_PATH = "${HOME}/.config/home-manager/themes/${WALLPAPER}";
|
||||
FONT = "VictorMono Nerd Font Mono";
|
||||
FUZZEL_PROMPT = " >> ";
|
||||
DUNST_ORIGIN = "top-right";
|
||||
in
|
||||
{
|
||||
|
||||
@ -245,6 +246,18 @@ in
|
||||
];
|
||||
};
|
||||
};
|
||||
dunst = {
|
||||
enable = true;
|
||||
settings = {
|
||||
global = {
|
||||
width = 300;
|
||||
height = 300;
|
||||
offset = "${GAPS_OUT}x${GAPS_OUT}";
|
||||
origin = "${DUNST_ORIGIN}";
|
||||
font = "${FONT}";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
wayland = {
|
||||
windowManager = {
|
||||
@ -254,6 +267,8 @@ in
|
||||
exec-once="waybar";
|
||||
exec-once="dunst";
|
||||
exec-once="hyprpaper";
|
||||
exec-once="wpaperd -d -c $HOME/.config/wpaperd/wallpaper.toml";
|
||||
exec-once="hypridle";
|
||||
'';
|
||||
settings = {
|
||||
"$mod" = "SUPER";
|
||||
|
Loading…
x
Reference in New Issue
Block a user