Regenerated

This commit is contained in:
2026-04-17 09:07:51 +02:00
parent 65147a3c7e
commit d221191eb9
7 changed files with 397 additions and 516 deletions
@@ -1,5 +1,4 @@
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
$mainMod = SUPER
# launcher / kill / reload
@@ -9,4 +9,3 @@ exec-once = ~/.config/scripts/set-workspace-wallpaper.sh
exec-once = ~/.config/scripts/workspace-listener.sh
exec-once = /run/current-system/sw/libexec/polkit-gnome-authentication-agent-1
exec-once = nextcloud --background
# exec-once = ~/.config/scripts/hypr-autocolwidth.sh
@@ -1,5 +1,4 @@
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
workspace_layouts = dwindle, master, scrolling, monocle
scrolling {
fullscreen_on_one_column = true
+11 -12
View File
@@ -3,6 +3,7 @@
# Colors
$base = #1e1e2e
$baseshadow = #1e1e2e99
$mantle = #181825
$surface0 = #313244
$surface1 = #45475a
@@ -24,35 +25,33 @@ $inactive = #595959aa
general {
gaps_in = 2
gaps_out = 4
border_size = 4
layout = scrolling
resize_on_border = true
extend_border_grab_area = 20
col.active_border = rgb(89b4fa) rgb(a6e3a1) 45deg
col.inactive_border = rgba(595959aa)
col.active_border = rgb($blue) rgb($green) 45deg
col.inactive_border = rgba($inactive)
}
# Decorations
decoration {
rounding = 8
shadow {
color = rgba(1e1e2e99)
color = rgba($baseshadow)
}
}
# Groups
group {
col.border_active = rgb(89b4fa)
col.border_inactive = rgb(45475a)
col.border_locked_active = rgb(94e2d5)
col.border_active = rgb($blue)
col.border_inactive = rgb($surface1)
col.border_locked_active = rgb($teal)
groupbar {
col.active = rgb(89b4fa)
col.inactive = rgb(45475a)
text_color = rgb(cdd6f4)
col.active = rgb($blue)
col.inactive = rgb($inactive)
text_color = rgb($text)
}
}
# Misc
misc {
background_color = rgb(1e1e2e)
background_color = rgb($base)
}
@@ -1,7 +1,7 @@
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
workspace = 1, monitor:eDP-1, layoutopt:layout:master
workspace = 2, monitor:eDP-1, layoutopt:layout:monocle
workspace = 3, monitor:eDP-1, layoutopt:layout:master
workspace = 4, monitor:DP-1, layoutopt:layout:scrolling
workspace = 5, monitor:DP-1, layoutopt:layout:dwindle
workspace = 6, monitor:DP-1, layoutopt:layout:dwindle
workspace = 1, monitor:eDP-1, layout:master
workspace = 2, monitor:eDP-1, layout:monocle
workspace = 3, monitor:eDP-1, layout:master
workspace = 4, monitor:DP-1, layout:scrolling
workspace = 5, monitor:DP-1, layout:dwindle
workspace = 6, monitor:DP-1, layout:dwindle