Initial configuration
This commit is contained in:
commit
294fd9dcf3
35 changed files with 5369 additions and 0 deletions
31
hosts/totsugeki/desktop/dunst.nix
Normal file
31
hosts/totsugeki/desktop/dunst.nix
Normal file
|
@ -0,0 +1,31 @@
|
|||
{ ... }: {
|
||||
services.dunst = {
|
||||
enable = true;
|
||||
settings = {
|
||||
global = {
|
||||
timeout = 3;
|
||||
corner_radius = 12;
|
||||
frame_width = 2;
|
||||
font = "Iosevka Nerd Font 10";
|
||||
format = "<span font='Iosevka Nerd Font 12'><b>%s</b></span>\n%b";
|
||||
icon_position = "left";
|
||||
max_icon_size = 48;
|
||||
icon_corner_radius = 4;
|
||||
origin = "bottom-right";
|
||||
offset = "8x8";
|
||||
width = "(100, 400)";
|
||||
background = "#11111b";
|
||||
foreground = "#cdd6f4";
|
||||
frame_color = "#cba6f7";
|
||||
highlight = "#cba6f7";
|
||||
separator_color = "frame";
|
||||
progress_bar = true;
|
||||
progress_bar_corner_radius = 4;
|
||||
};
|
||||
volumectl = {
|
||||
appname = "volumectl";
|
||||
alignment = "center";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue