fix nwg-shell-config first run

This commit is contained in:
piotr 2023-10-10 23:38:52 +02:00
parent 4be48de1b3
commit e1a84a827f
4 changed files with 4 additions and 6 deletions

View File

@ -9,7 +9,6 @@ $launcher = nwg-drawer
$exit = nwg-bar -t hyprland.json -p center -a middle -i 48 -s hyprland-0.css
# AUTOSTART
exec-once = nwg-shell-config -s
exec-once = rm /tmp/nwg-shell-check-update.lock
exec-once = wlsunset -t 4500 -T 6500 -l 52.2322 -L 20.9841 -g 1.1
exec-once = swaync -c ~/.config/swaync/hyprland.json -s ~/.config/swaync/hyprland-0.css
@ -19,7 +18,7 @@ exec = nwg-drawer -r -c 6 -is 64 -fscol 2 -s hyprland-0.css -term foot -ft
exec = nwg-panel -c hyprland-0 -s hyprland-0.css
exec = nwg-shell-check-updates
exec = nwg-update-indicator
exec-once = nwg-shell-config
exec = nwg-shell-config -s
# GENERAL SETTINGS
general {

View File

@ -1,4 +1,3 @@
exec nwg-shell-config -s
exec swaync -s ~/.config/swaync/preset-0.css
exec nm-applet --indicator
exec swayidle -w timeout 1200 nwg-lock timeout 1800 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' before-sleep nwg-lock
@ -8,5 +7,5 @@ exec_always nwg-panel -c preset-0 -s preset-0.css
exec_always nwg-shell-check-updates
exec nwg-look -a
exec nwg-update-indicator
exec nwg-shell-config
exec_always nwg-shell-config -s

View File

@ -17,7 +17,7 @@
"browser": "",
"panel-preset": "preset-0",
"panel-custom": "",
"show-on-startup": true,
"show-on-startup": false,
"keyboard-use-settings": true,
"keyboard-identifier": "",
"keyboard-xkb-layout": "us",

View File

@ -12,7 +12,7 @@
"browser": "",
"panel-preset": "hyprland-0",
"panel-custom": "",
"show-on-startup": true,
"show-on-startup": false,
"gen-use-settings": true,
"gen-border_size": 1,
"gen-no_border_on_floating": false,