Playing with hyprland theming
This commit is contained in:
@@ -1,15 +1,25 @@
|
|||||||
# source = ./variables.conf
|
source = ./variables.conf
|
||||||
source = ./theming.conf
|
source = ./theming.conf
|
||||||
# source = ./animations.conf
|
source = ./animations.conf
|
||||||
|
source = ./bindings.conf
|
||||||
#source = ./exec-once.conf
|
source = ./behaviour.conf
|
||||||
# source = ./behaviour.conf
|
source = ./exec-once.conf
|
||||||
# source = ./layout.conf
|
source = ./layer-rules.conf
|
||||||
# source = ./layer-rules.conf
|
source = ./layout.conf
|
||||||
# source = ./window-rules.conf
|
source = ./monitor-rules.conf
|
||||||
# source = ./monitor-rules.conf
|
source = ./window-rules.conf
|
||||||
# source = ./workspace-rules.conf
|
source = ./workspace-rules.conf
|
||||||
|
|
||||||
debug:disable_logs = false
|
debug:disable_logs = false
|
||||||
|
|
||||||
source = ./bindings.conf
|
general {
|
||||||
|
gaps_in = 2
|
||||||
|
gaps_out = 4
|
||||||
|
border_size = 2
|
||||||
|
# Gradient syntax: color color angle (e.g. 45deg). :contentReference[oaicite:5]{index=5}
|
||||||
|
col.active_border = $blue $green 45deg
|
||||||
|
col.inactive_border = $inactive
|
||||||
|
layout = scrolling
|
||||||
|
resize_on_border = true
|
||||||
|
extend_border_grab_area = 20 # Makes it easier to "grab" the edge
|
||||||
|
}
|
||||||
|
|||||||
@@ -30,8 +30,15 @@ $rosewater = #f5e0dc
|
|||||||
|
|
||||||
# General theming
|
# General theming
|
||||||
general {
|
general {
|
||||||
|
gaps_in = 2
|
||||||
|
gaps_out = 4
|
||||||
border_size = 2
|
border_size = 2
|
||||||
layout = dwindle
|
# Gradient syntax: color color angle (e.g. 45deg). :contentReference[oaicite:5]{index=5}
|
||||||
|
col.active_border = $blue $green 45deg
|
||||||
|
col.inactive_border = $inactive
|
||||||
|
layout = scrolling
|
||||||
|
resize_on_border = true
|
||||||
|
extend_border_grab_area = 20 # Makes it easier to "grab" the edgeborder_size = 2
|
||||||
}
|
}
|
||||||
|
|
||||||
decoration {
|
decoration {
|
||||||
|
|||||||
Reference in New Issue
Block a user