Skip to content

Commit

Permalink
fix nwg-shell-config first run
Browse files Browse the repository at this point in the history
  • Loading branch information
nwg-piotr committed Oct 10, 2023
1 parent 4be48de commit e1a84a8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions nwg_shell/skel/config/hypr/includes.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 {
Expand Down
3 changes: 1 addition & 2 deletions nwg_shell/skel/config/sway/autostart
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

2 changes: 1 addition & 1 deletion nwg_shell/skel/data/nwg-shell-config/settings
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion nwg_shell/skel/data/nwg-shell-config/settings-hyprland
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e1a84a8

Please sign in to comment.