conf conf

This commit is contained in:
alisceon 2025-08-25 10:01:53 +02:00
parent 534652294a
commit b3857cb01f
7 changed files with 76 additions and 4 deletions

View file

@ -251,6 +251,28 @@
}
]; # end events
}; # end swayidle
mako = {
enable = true;
settings = {
"actionable=true" = {
anchor = "top-left";
};
actions = true;
anchor = "top-right";
background-color = color_f_bg;
border-color = color_f_bg;
border-radius = 0;
default-timeout = 0;
font = "${style_font} ${style_font_sz}";
height = 100;
width = 300;
icons = true;
ignore-timeout = false;
layer = "top";
margin = 10;
markup = true;
}; #end settings
}; # end mako
}; # end services
programs = {
rofi = {