Compare commits
2 Commits
f524b20e54
...
571bfc92ab
Author | SHA1 | Date | |
---|---|---|---|
571bfc92ab | |||
6bf268908a |
15
config/xdg/gtk-2.0/.gtkrc-2.0
Normal file
15
config/xdg/gtk-2.0/.gtkrc-2.0
Normal file
@ -0,0 +1,15 @@
|
||||
gtk-theme-name="Sweet-Dark"
|
||||
gtk-icon-theme-name="Sweet-Rainbow"
|
||||
gtk-font-name="Fira Sans 12"
|
||||
gtk-cursor-theme-name="capitaine-cursors-light"
|
||||
gtk-cursor-theme-size=0
|
||||
gtk-toolbar-style=GTK_TOOLBAR_ICONS
|
||||
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
||||
gtk-button-images=1
|
||||
gtk-menu-images=1
|
||||
gtk-enable-event-sounds=0
|
||||
gtk-enable-input-feedback-sounds=0
|
||||
gtk-xft-antialias=1
|
||||
gtk-xft-hinting=1
|
||||
gtk-xft-hintstyle="hintslight"
|
||||
gtk-xft-rgba="rgb"
|
16
config/xdg/gtk-3.0/settings.ini
Normal file
16
config/xdg/gtk-3.0/settings.ini
Normal file
@ -0,0 +1,16 @@
|
||||
[Settings]
|
||||
gtk-theme-name=Sweet-Dark
|
||||
gtk-icon-theme-name=Sweet-Rainbow
|
||||
gtk-font-name=Fira Sans 12
|
||||
gtk-cursor-theme-name=capitaine-cursors-light
|
||||
gtk-cursor-theme-size=0
|
||||
gtk-toolbar-style=GTK_TOOLBAR_ICONS
|
||||
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
||||
gtk-button-images=1
|
||||
gtk-menu-images=1
|
||||
gtk-enable-event-sounds=0
|
||||
gtk-enable-input-feedback-sounds=0
|
||||
gtk-xft-antialias=1
|
||||
gtk-xft-hinting=1
|
||||
gtk-xft-hintstyle=hintslight
|
||||
gtk-xft-rgba=rgb
|
@ -42,6 +42,10 @@ in
|
||||
};
|
||||
# remove nano from default packages
|
||||
defaultPackages = [ pkgs.perl pkgs.rsync pkgs.strace ];
|
||||
etc = {
|
||||
"xdg/gtk-2.0".source = ./config/xdg/gtk-2.0/.gtkrc-2.0;
|
||||
"xdg/gtk-3.0".source = ./config/xdg/gtk-3.0/settings.ini;
|
||||
};
|
||||
};
|
||||
|
||||
networking.hostName = "${hostname}"; # Define your hostname.
|
||||
|
@ -49,7 +49,7 @@ in
|
||||
xdg-desktop-portal-hyprland # desktop portal (hyprland fork)
|
||||
#neovim # text editor
|
||||
yt-dlp # video downloader
|
||||
sweet # gtk theme
|
||||
#sweet # gtk theme
|
||||
];
|
||||
|
||||
imports = [
|
||||
@ -102,19 +102,19 @@ in
|
||||
};
|
||||
|
||||
# gtk theming
|
||||
gtk = {
|
||||
enable = true;
|
||||
theme = {
|
||||
name = "Sweet-Dark";
|
||||
};
|
||||
iconTheme = {
|
||||
name = "Sweet-Rainbow";
|
||||
};
|
||||
font = {
|
||||
name = "Fira Sans";
|
||||
size = 12;
|
||||
};
|
||||
};
|
||||
#gtk = {
|
||||
# enable = true;
|
||||
# theme = {
|
||||
# name = "Sweet-Dark";
|
||||
# };
|
||||
# iconTheme = {
|
||||
# name = "Sweet-Rainbow";
|
||||
# };
|
||||
# font = {
|
||||
# name = "Fira Sans";
|
||||
# size = 12;
|
||||
# };
|
||||
#};
|
||||
|
||||
services.mako.enable = true;
|
||||
};
|
||||
|
@ -12,6 +12,8 @@
|
||||
#hyprland # window manager
|
||||
wayland # wayland server
|
||||
xdg-utils # xdg directories, open, etc
|
||||
sweet # gtk theme
|
||||
capitaine-cursors # cursor theme
|
||||
];
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user