]> Freerunner's - dotfiles.git/commitdiff
hypr: fix hyprbars colors
authorAndre Ramnitz <tux.rising@gmail.com>
Thu, 10 Oct 2024 21:14:27 +0000 (23:14 +0200)
committerAndre Ramnitz <tux.rising@gmail.com>
Thu, 10 Oct 2024 21:14:27 +0000 (23:14 +0200)
config/dot-config/hypr/hyprland.conf

index f8f639fd9e6b85d51ab9325684d60ec0e0d6f027..9f3204304c546211567c0e2629f1cd4dadbbd604 100644 (file)
@@ -84,7 +84,7 @@ general {
     col.nogroup_border_active = 0xff$base08
     col.nogroup_border = 0x77$base08
 
-    layout = master
+    layout = dwindle
 
     # Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on
     allow_tearing = true
@@ -178,7 +178,7 @@ misc {
 # See https://wiki.hyprland.org/Configuring/Keywords/#executing for more
 device {
     name = razer-razer-basilisk-v3
-    sensitivity = 0
+    sensitivity = -0.1
     accel_profile = custom 0.3308622437 0.000 0.224 0.449 0.673 0.997 1.335 1.672 2.010 2.348 2.685 3.186 3.699 4.212 4.725 5.237 5.750 6.263 6.776 7.288 7.801 8.314 8.827 9.339 9.852 10.365 10.878 11.390 11.903 12.416 13.476
 }
 
@@ -209,13 +209,13 @@ plugin {
                bar_text_font = Iosevka Nerd Font Propo
                bar_text_size = 12
                bar_height = 24
-               bar_color = 0xff$base01
-               col.text = 0xff$base05
+               bar_color = $base00
+               col.text = $base05
                bar_part_of_window = 1
                bar_precedence_over_border = 1
                # hyprbars-button = color, size, icon, on-click
-               hyprbars-button = 0x70$base08, 20, 󰖭, hyprctl dispatch killactive
-               hyprbars-button = 0x90$base0A, 20, 󰁌, hyprctl dispatch fullscreen 1
+               hyprbars-button = $base08, 20, 󰖭, hyprctl dispatch killactive
+               hyprbars-button = $base0A, 20, 󰁌, hyprctl dispatch fullscreen 1
         }
 }