diff --git a/home/hyprland/conf/hyprland.conf b/home/hyprland/conf/hyprland.conf index 59ca11b..bde88ed 100644 --- a/home/hyprland/conf/hyprland.conf +++ b/home/hyprland/conf/hyprland.conf @@ -25,8 +25,6 @@ monitor= HDMI-A-2, 1920x1080@60, 0x0, 1 # Set programs that you use $terminal = kitty $fileManager = dolphin -#$menu = wofi --show drun -#$menu =rofi -show drun -theme cyper -icon-theme "Papirus" -show-icons $menu = ~/.config/rofi/launchers/type-3/launcher.sh $power = ~/.config/rofi/powermenu/type-6/powermenu.sh diff --git a/home/hyprland/hyprland.nix b/home/hyprland/hyprland.nix index 235e760..44cef93 100644 --- a/home/hyprland/hyprland.nix +++ b/home/hyprland/hyprland.nix @@ -105,10 +105,8 @@ in gaps_out = 0; border_size = 2; - /*col = { - active_border = "rgba(33ccffee) rgba(00ff99ee) 45deg"; - inactive_border = "rgba(595959aa)"; - };*/ + "col.active_border" = "rgba(33ccffee) rgba(00ff99ee) 45deg"; + "col.inactive_border" = "rgba(595959aa)"; layout = "dwindle";