first commit
This commit is contained in:
@@ -0,0 +1,50 @@
|
||||
source = $HOME/.config/hypr/colors/colors-hyprland.conf
|
||||
|
||||
general {
|
||||
border_size = 2
|
||||
gaps_in = 2
|
||||
gaps_out = 4
|
||||
|
||||
col.active_border = $color12
|
||||
col.inactive_border = $color10
|
||||
}
|
||||
|
||||
decoration {
|
||||
rounding = 10
|
||||
|
||||
active_opacity = 1.0
|
||||
inactive_opacity = 1.0
|
||||
fullscreen_opacity = 1.0
|
||||
|
||||
dim_inactive = true
|
||||
dim_strength = 0.1
|
||||
dim_special = 0.8
|
||||
|
||||
shadow {
|
||||
enabled = true
|
||||
range = 3
|
||||
render_power = 1
|
||||
|
||||
color = $color12
|
||||
color_inactive = $color10
|
||||
}
|
||||
|
||||
|
||||
blur {
|
||||
enabled = true
|
||||
size = 6
|
||||
passes = 2
|
||||
ignore_opacity = true
|
||||
new_optimizations = true
|
||||
special = true
|
||||
popups = true
|
||||
}
|
||||
}
|
||||
|
||||
group {
|
||||
col.border_active = $color15
|
||||
|
||||
groupbar {
|
||||
col.active = $color0
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
# workspace = <workspace-number>, monitor:<monitor-name>
|
||||
|
||||
workspace = 1, monitor:DP-2, persistent:true
|
||||
workspace = 2, monitor:DP-2, persistent:true
|
||||
workspace = 3, monitor:DP-2, persistent:true
|
||||
workspace = 4, monitor:DP-2, persistent:true
|
||||
|
||||
workspace = 5, monitor:DP-3, persistent:true
|
||||
workspace = 6, monitor:DP-3, persistent:true
|
||||
workspace = 7, monitor:DP-3, persistent:true
|
||||
workspace = 8, monitor:DP-3, persistent:true
|
||||
Reference in New Issue
Block a user