feat: modified configuration to introduce ags, with extras
Revert displayScale to 1 Create AGS bar component configuration Removed declarations for waybar
This commit is contained in:
parent
044ccc901d
commit
101aee8193
8 changed files with 58 additions and 36 deletions
37
home-manager/stvnliu/gtk.nix
Normal file
37
home-manager/stvnliu/gtk.nix
Normal file
|
@ -0,0 +1,37 @@
|
|||
{
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
gtk = {
|
||||
enable = true;
|
||||
cursorTheme = {
|
||||
package = pkgs.vanilla-dmz;
|
||||
name = "Vanilla-DMZ";
|
||||
size = 24;
|
||||
};
|
||||
font = {
|
||||
name = "Aileron";
|
||||
size = 10;
|
||||
};
|
||||
theme = {
|
||||
package = pkgs.gruvbox-gtk-theme;
|
||||
name = "Gruvbox-Dark-BL";
|
||||
};
|
||||
iconTheme = {
|
||||
package = pkgs.gruvbox-plus-icons;
|
||||
name = "Gruvbox-Plus-Dark";
|
||||
};
|
||||
};
|
||||
qt = {
|
||||
enable = true;
|
||||
platformTheme = "gtk";
|
||||
style = {
|
||||
package = pkgs.libsForQt5.breeze-qt5;
|
||||
name = "breeze";
|
||||
};
|
||||
};
|
||||
home.packages = with pkgs; [
|
||||
libsForQt5.breeze-qt5
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue