Change from swaybg to skwd-wall

Nicer picker and support for movie bgs
This commit is contained in:
David Heinemeier Hansson
2026-05-11 15:27:43 -04:00
committed by Ryan Hughes
parent 15658cc622
commit da822f6ffb
12 changed files with 151 additions and 11 deletions
-1
View File
@@ -3,7 +3,6 @@ hl.on("hyprland.start", function()
hl.exec_cmd("uwsm-app -- mako")
hl.exec_cmd("! omarchy-toggle-enabled waybar-off && uwsm-app -- waybar")
hl.exec_cmd("uwsm-app -- fcitx5 --disable notificationitem")
hl.exec_cmd("uwsm-app -- swaybg -i ~/.config/omarchy/current/background -m fill")
hl.exec_cmd("/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1")
hl.exec_cmd("omarchy-first-run")
hl.exec_cmd("omarchy-powerprofiles-init")
+27
View File
@@ -0,0 +1,27 @@
{
"primary": "{{ accent }}",
"primaryText": "{{ selection_foreground }}",
"primaryContainer": "{{ selection_background }}",
"primaryContainerText": "{{ selection_foreground }}",
"onPrimary": "{{ selection_foreground }}",
"secondary": "{{ color2 }}",
"secondaryText": "{{ background }}",
"secondaryContainer": "{{ color8 }}",
"secondaryContainerText": "{{ foreground }}",
"tertiary": "{{ active_border_color }}",
"tertiaryText": "{{ background }}",
"tertiaryContainer": "{{ color12 }}",
"tertiaryContainerText": "{{ foreground }}",
"background": "{{ background }}",
"backgroundText": "{{ foreground }}",
"surface": "{{ background }}",
"surfaceText": "{{ foreground }}",
"surfaceVariant": "{{ color8 }}",
"surfaceVariantText": "{{ foreground }}",
"surfaceContainer": "{{ color10 }}",
"outline": "{{ active_border_color }}",
"shadow": "#000000",
"inverseSurface": "{{ foreground }}",
"inverseSurfaceText": "{{ background }}",
"inversePrimary": "{{ accent }}"
}