hyprland: pin window; new focus colors

This commit is contained in:
end-4
2024-02-18 16:55:40 +07:00
parent 6e78b681a5
commit 42539765e2
2 changed files with 7 additions and 4 deletions
@@ -1,8 +1,8 @@
$SLURP_COMMAND="$(slurp -d -c {{ $onSecondaryContainer }}BB -b {{ $secondaryContainer }}44 -s 00000000)" $SLURP_COMMAND="$(slurp -d -c {{ $onSecondaryContainer }}BB -b {{ $secondaryContainer }}44 -s 00000000)"
general { general {
col.active_border = rgba({{ $onPrimary }}FF) col.active_border = rgba({{ $onSurface }}45)
col.inactive_border = rgba({{ $secondaryContainer }}CC) col.inactive_border = rgba({{ $outline }}33)
} }
misc { misc {
@@ -19,8 +19,8 @@ plugin {
bar_precedence_over_border = true bar_precedence_over_border = true
bar_part_of_window = true bar_part_of_window = true
bar_color = rgb({{ $background }}) bar_color = rgba({{ $background }}FF)
col.text = rgb({{ $onBackground }}) col.text = rgba({{ $onBackground }}FF)
# example buttons (R -> L) # example buttons (R -> L)
@@ -30,3 +30,5 @@ plugin {
hyprbars-button = rgb({{ $onBackground }}), 13, 󰖰, hyprctl dispatch movetoworkspacesilent special hyprbars-button = rgb({{ $onBackground }}), 13, 󰖰, hyprctl dispatch movetoworkspacesilent special
} }
} }
windowrulev2 = bordercolor rgba({{ $primary }}AA) rgba({{ $primary }}77),pinned:1
+1
View File
@@ -108,6 +108,7 @@ bind = Super+Shift, left, movewindow, l
bind = Super+Shift, right, movewindow, r bind = Super+Shift, right, movewindow, r
bind = Super+Shift, up, movewindow, u bind = Super+Shift, up, movewindow, u
bind = Super+Shift, down, movewindow, d bind = Super+Shift, down, movewindow, d
bind = Super, P, pin
# Move focus # Move focus
bind = Super, left, movefocus, l bind = Super, left, movefocus, l
bind = Super, right, movefocus, r bind = Super, right, movefocus, r