enable gtk

This commit is contained in:
2023-08-06 09:17:38 +02:00
parent 683bd41f4f
commit dfbab59b45
8 changed files with 474 additions and 332 deletions

View File

@@ -6,5 +6,23 @@
package = pkgs.papirus-icon-theme;
name = "Papirus";
};
settings = {
global = {
geometry = "1870x5-25+45";
width = 350;
separator_height = 5;
padding = 24;
horizontal_padding = 24;
frame_width = 3;
idle_threshold = 120;
alignment = "center";
word_wrap = "yes";
transparency = 5;
format = "<b>%s</b>: %b";
markup = "full";
min_icon_size = 32;
max_icon_size = 128;
};
};
};
}