diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index f221cb9..0dbf356 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -7,7 +7,7 @@ autogenerated = 0 # remove this line to remove the warning # See https://wiki.hyprland.org/Configuring/Monitors/ monitor=eDP-1,1920x1080@60,auto,auto -monitor=HDMI-A-1,1920x1080@75,auto,1 +monitor=HDMI-A-1,2560x1440@144,auto,1 # See https://wiki.hyprland.org/Configuring/Keywords/ for more diff --git a/nvim/lua/chadrc.lua b/nvim/lua/chadrc.lua index 6f79361..9896ab9 100644 --- a/nvim/lua/chadrc.lua +++ b/nvim/lua/chadrc.lua @@ -6,6 +6,11 @@ local M = {} M.ui = { theme = "catppuccin", + theme_toggle = {"catppuccin", "falcon",}, + + statusline = { + theme = "default" + } -- hl_override = { -- Comment = { italic = true },