fix: gtk stuff (partially), pointer; feat: switch to swaync

This commit is contained in:
Ahwx 2024-10-12 13:07:06 +02:00
parent 530d888bc1
commit 3c4a2a2071

View file

@ -10,23 +10,56 @@
gtk = { gtk = {
enable = true; enable = true;
font = {
name = "CaskaydiaCove Nerd Font";
size = 12;
};
theme = { theme = {
name = "orchis-theme"; name = "Gruvbox-Green-Dark";
package = pkgs.orchis-theme; package = pkgs.gruvbox-gtk-theme.override {
colorVariants = [ "dark" ];
themeVariants = [ "green" ];
tweakVariants = [ "macos" ];
};
}; };
iconTheme = { iconTheme = {
name = "Adwaita"; name = "Papirus-Dark";
package = pkgs.gnome.adwaita-icon-theme; package = pkgs.papirus-icon-theme.override {
color = "black";
};
}; };
cursorTheme = { cursorTheme = {
name = "Adwaita"; name = "Bibata-Modern-Ice";
package = pkgs.gnome.adwaita-icon-theme; package = pkgs.bibata-cursors;
}; size = 24;
font = {
name = "JetBrainsMono Nerd Font";
size = 11;
}; };
}; };
home.pointerCursor = {
name = "Bibata-Modern-Ice";
package = pkgs.bibata-cursors;
size = 24;
};
# gtk = {
# enable = true;
# theme = {
# name = "Orchis-Dark";
# package = pkgs.orchis-theme;
# };
# iconTheme = {
# name = "Adwaita";
# package = pkgs.gnome.adwaita-icon-theme;
# };
# cursorTheme = {
# name = "Adwaita";
# package = pkgs.gnome.adwaita-icon-theme;
# };
# font = {
# name = "JetBrainsMono Nerd Font";
# size = 11;
# };
# };
# home.pointerCursor = { # home.pointerCursor = {
# gtk.enable = true; # gtk.enable = true;
@ -62,7 +95,7 @@
"swaybg -m fill -i $(find ~/Pictures/wallpapers/ -maxdepth 1 -type f) &" "swaybg -m fill -i $(find ~/Pictures/wallpapers/ -maxdepth 1 -type f) &"
"poweralertd &" "poweralertd &"
"waybar &" "waybar &"
"mako &" "swaync &"
"wl-paste --watch cliphist store &" "wl-paste --watch cliphist store &"
"yubikey-touch-detector --libnotify" "yubikey-touch-detector --libnotify"
]; ];
@ -77,6 +110,11 @@
}; };
}; };
gestures = {
workspace_swipe = true;
workspace_swipe_invert = true;
};
general = { general = {
"$mainMod" = "ALT"; "$mainMod" = "ALT";
layout = "dwindle"; layout = "dwindle";