From 6efe9eae3100db947bebdf1743502ee11628d7be Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Thu, 10 Oct 2024 23:14:27 +0200 Subject: [PATCH] hypr: fix hyprbars colors --- config/dot-config/hypr/hyprland.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/dot-config/hypr/hyprland.conf b/config/dot-config/hypr/hyprland.conf index f8f639fd..9f320430 100644 --- a/config/dot-config/hypr/hyprland.conf +++ b/config/dot-config/hypr/hyprland.conf @@ -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 } } -- 2.51.2