diff --git a/home/ooks/opt/desktop/hyprland/binds.nix b/home/ooks/opt/desktop/hyprland/binds.nix index fffeaf4..4c9e5f7 100644 --- a/home/ooks/opt/desktop/hyprland/binds.nix +++ b/home/ooks/opt/desktop/hyprland/binds.nix @@ -88,7 +88,7 @@ in # Window Management "SUPER, Q, killactive" - "SUPER, backspace, killactive" + #"SUPER, backspace, killactive" "SUPERSHIFT ALT, delete, exit" "SUPER, F, fullscreen" "SUPER, Space, togglefloating" diff --git a/home/ooks/opt/desktop/hyprland/default.nix b/home/ooks/opt/desktop/hyprland/default.nix index 28c6984..a5e8a7a 100644 --- a/home/ooks/opt/desktop/hyprland/default.nix +++ b/home/ooks/opt/desktop/hyprland/default.nix @@ -20,7 +20,7 @@ gaps_out = 10; border_size = 2; cursor_inactive_timeout = 4; - "col.active_border" = "0xff${config.colorscheme.colors.base0C}"; + "col.active_border" = "0xff${config.colorscheme.colors.base05}"; "col.inactive_border" = "0xff${config.colorscheme.colors.base02}"; "col.group_border_active" = "0xff${config.colorscheme.colors.base0B}"; "col.group_border" = "0xff${config.colorscheme.colors.base04}"; @@ -81,7 +81,7 @@ exec = [ "${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1" - "${pkgs.swaybg}/bin/swaybg -i ~/.dotfiles/nix/walls/gruvbox/gruvbox-grid.png --mode fill" + "${pkgs.swaybg}/bin/swaybg -i ~/.dotfiles/nix/walls/gruvbox/gruvbox-blank.png --mode fill" ]; exec-once = [ "${pkgs._1password-gui}/bin/1password --silent" diff --git a/home/ooks/opt/desktop/standard/wayland/gimp.nix b/home/ooks/opt/desktop/standard/wayland/gimp.nix index 917b068..727d95f 100644 --- a/home/ooks/opt/desktop/standard/wayland/gimp.nix +++ b/home/ooks/opt/desktop/standard/wayland/gimp.nix @@ -1,4 +1,4 @@ -{ pkgs }: { +{ pkgs, ... }: { home.packages = with pkgs; [gimp]; } diff --git a/home/ooks/opt/desktop/standard/wayland/mako.nix b/home/ooks/opt/desktop/standard/wayland/mako.nix index 233dde8..620c0d1 100644 --- a/home/ooks/opt/desktop/standard/wayland/mako.nix +++ b/home/ooks/opt/desktop/standard/wayland/mako.nix @@ -16,7 +16,7 @@ in { borderSize = 2; defaultTimeout = 3000; backgroundColor = "#${colors.base00}dd"; - borderColor = "#${colors.base0C}dd"; + borderColor = "#${colors.base05}dd"; textColor = "#${colors.base05}dd"; extraConfig = '' [app-name="system-notify"] diff --git a/walls/gruvbox/gruvbox-blank.png b/walls/gruvbox/gruvbox-blank.png new file mode 100644 index 0000000..4ad0ace Binary files /dev/null and b/walls/gruvbox/gruvbox-blank.png differ