adds wallust colors to hyprland config
This commit is contained in:
@ -10,8 +10,8 @@ general {
|
||||
gaps_in = 1
|
||||
gaps_out = 2
|
||||
border_size = 2
|
||||
col.active_border = $cachylgreen
|
||||
col.inactive_border = $cachymblue
|
||||
col.active_border = $color2
|
||||
col.inactive_border = $color4
|
||||
layout = dwindle # master|dwindle
|
||||
resize_on_border = true
|
||||
extend_border_grab_area = 10
|
||||
@ -32,25 +32,26 @@ gestures {
|
||||
|
||||
# https://wiki.hyprland.org/0.45.0/Configuring/Variables/#group
|
||||
group {
|
||||
col.border_active = $cachydgreen
|
||||
col.border_inactive = $cachylgreen
|
||||
col.border_locked_active = $cachymgreen
|
||||
col.border_locked_inactive = $cachydblue
|
||||
col.border_active = $color6
|
||||
col.border_inactive = $color2
|
||||
col.border_locked_active = $color3
|
||||
col.border_locked_inactive = $color0
|
||||
|
||||
# https://wiki.hyprland.org/0.45.0/Configuring/Variables/#groupbar
|
||||
groupbar {
|
||||
font_size = 13
|
||||
height = 15
|
||||
indicator_height = 2
|
||||
rounding = 0
|
||||
height = 1
|
||||
indicator_height = 16
|
||||
rounding = 2
|
||||
font_family = "Fira Sans"
|
||||
text_color = 0xbbffffff
|
||||
text_color = $foreground
|
||||
text_offset = -8
|
||||
font_weight_active = ultraheavy
|
||||
font_weight_inactive = normal
|
||||
col.active = $cachydgreen
|
||||
col.inactive = $cachylgreen
|
||||
col.locked_active = $cachymgreen
|
||||
col.locked_inactive = $cachydblue
|
||||
font_weight_inactive = semibold
|
||||
col.active = $color6
|
||||
col.inactive = $color2
|
||||
col.locked_active = $color3
|
||||
col.locked_inactive = $color0
|
||||
}
|
||||
}
|
||||
|
||||
@ -59,8 +60,8 @@ misc {
|
||||
font_family = "Fira Sans"
|
||||
splash_font_family = "Fira Sans"
|
||||
disable_hyprland_logo = false
|
||||
col.splash = $cachylgreen
|
||||
background_color = $cachydblue
|
||||
col.splash = $color2
|
||||
background_color = $background
|
||||
enable_swallow = true
|
||||
swallow_regex = ^(cachy-browser|firefox|nautilus|nemo|thunar|btrfs-assistant.)$
|
||||
focus_on_activate = true
|
||||
|
Reference in New Issue
Block a user