]> Freerunner's - dotfiles.git/commitdiff
hypr: update
authorAndre Ramnitz <tux.rising@gmail.com>
Mon, 13 May 2024 18:33:27 +0000 (20:33 +0200)
committerAndre Ramnitz <tux.rising@gmail.com>
Sun, 18 Aug 2024 16:18:53 +0000 (18:18 +0200)
config/hypr/hyprland.conf
config/hypr/scripts/startup.sh

index 367c37b59694439dcf1a9c3c7b72583b44630f38..5a54d0b69f74d2602e07dd8a83221a36df58af46 100644 (file)
@@ -66,9 +66,9 @@ input {
 general {
     # See https://wiki.hyprland.org/Configuring/Variables/ for more
 
-    gaps_in = 10
-    gaps_out = 10
-    border_size = 3
+    gaps_in = 20
+    gaps_out = 40
+    border_size = 2
     col.active_border = rgba(2394ccee) rgba(638cacee) 45deg
     col.inactive_border = rgba(2394cc77) rgba(638cac77) 45deg
     col.nogroup_border_active = rgba(993399ee) rgba(663399ee) 45deg
index 8d5ae1789831931312b414ce32ef6069053eaa6e..308bb15a05ba5424d324e25dda8337ee0e098770 100755 (executable)
@@ -104,15 +104,8 @@ if [[ ! -f "/tmp/autotemp.pid" ]]; then
     "$HOME"/.config/hypr/scripts/gammarelay-autotemp.py > /dev/null 2>&1 &
 fi
 
-# if [[ ! $(pidof wlsunset) ]]; then
-#     wlsunset -l 51.5 -L 6.7 > /dev/null 2>&1 &
-#     logger 'wlsunset started'
-# else
-#     logger 'wlsunset already running'
-# fi
-
 openrgb -p default &
-logger 'openrgb theme "simple" loaded'
+logger 'openrgb default theme loaded'
 kks new default & # kakoune default server
 
 if [[ $(pidof swww-daemon) ]]; then