Change from swaybg to skwd-wall
Nicer picker and support for movie bgs
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -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 }}"
|
||||
}
|
||||
Reference in New Issue
Block a user