diff options
| -rw-r--r-- | foot/foot.ini | 2 | ||||
| -rw-r--r-- | hypr/hyprland/keybinds.conf | 2 | ||||
| -rw-r--r-- | nixos/desktop-environment.nix | 1 | ||||
| -rw-r--r-- | nixos/environment.nix | 1 | ||||
| -rw-r--r-- | nvim/lua/chadrc.lua | 2 |
5 files changed, 5 insertions, 3 deletions
diff --git a/foot/foot.ini b/foot/foot.ini index e50902d..5928177 100644 --- a/foot/foot.ini +++ b/foot/foot.ini @@ -2,4 +2,4 @@ font=JetBrainsMono Nerd Font:size=12 [colors] -background=1e1d2d +background=282828 diff --git a/hypr/hyprland/keybinds.conf b/hypr/hyprland/keybinds.conf index 47b225b..ba45771 100644 --- a/hypr/hyprland/keybinds.conf +++ b/hypr/hyprland/keybinds.conf @@ -10,7 +10,7 @@ bind = $mainMod, E, exec, $fileManager bind = $mainMod, F, togglefloating, bind = $mainMod, R, global, quickshell:toggleLauncher bind = $mainMod, C, global, quickshell:toggleCalendar -bind = $mainMod, P, pseudo, # dwindle +bind = $mainMod, P, exec, hyprpicker bind = $mainMod, J, togglesplit, # dwindle bind = CTRL SHIFT, escape, exec, $taskManager bind = $mainMod SHIFT, R, exec, ~/.config/hypr/wf-recorder/record.sh diff --git a/nixos/desktop-environment.nix b/nixos/desktop-environment.nix index 865d6da..6fbf1f8 100644 --- a/nixos/desktop-environment.nix +++ b/nixos/desktop-environment.nix @@ -19,6 +19,7 @@ slurp hyprcursor hyprsunset + hyprpicker playerctl libnotify ]; diff --git a/nixos/environment.nix b/nixos/environment.nix index 5d1d41e..a185bca 100644 --- a/nixos/environment.nix +++ b/nixos/environment.nix @@ -30,6 +30,7 @@ fortune cowsay lolcat + just ]; fonts.packages = with pkgs; [ nerd-fonts.jetbrains-mono diff --git a/nvim/lua/chadrc.lua b/nvim/lua/chadrc.lua index 9f9eecc..8dfd694 100644 --- a/nvim/lua/chadrc.lua +++ b/nvim/lua/chadrc.lua @@ -6,7 +6,7 @@ local M = {} M.base46 = { - theme = "catppuccin", + theme = "gruvbox", -- hl_override = { -- Comment = { italic = true }, |
