diff --git a/config b/config index cd2b74f..9398fd4 100644 --- a/config +++ b/config @@ -21,7 +21,10 @@ set $dir /home/gunalx/.config/sway # Note: pass the final command to swaymsg so that the resulting window can be opened # on the original workspace that the command was run on. #set $menu dmenu_path | dmenu | xargs swaymsg exec -- -set $menu dmenu_path | wofi --dmenu --y 20 --heigth 60% --width 100% --font "Hack-Bold 12" | xargs swaymsg exec -- +#set $menu dmenu_path | wofi --dmenu --y 20 --heigth 60% --width 100% --font "Hack-Bold 12" | xargs swaymsg exec -- + +set $menu dmenu_path | wofi --dmenu | xargs swaymsg exec -- + set $primary_display eDP-1 #startup @@ -135,6 +138,7 @@ input * { #shortcuts for applications bindsym $mod+Shift+f exec firefox + bindsym $mod+Shift+c exec code #screenshot @@ -322,3 +326,6 @@ exec waybar -c $dir/waybar.d/config -s $dir/waybar.d/style.css #run nm-applet for wifi in waybar exec nm-applet + +# add autotiler +exec autotiler-rs diff --git a/wallpaper.sh b/wallpaper.sh index 27b42e8..0309502 100755 --- a/wallpaper.sh +++ b/wallpaper.sh @@ -1,10 +1,11 @@ #!/bin/sh + dir=/home/gunalx/.config/sway/Wallpapers swaybg -i $(find $dir -type f | shuf -n 1) -m fill && OLD_PID=$! while true; do - sleep 3000 + sleep 300 swaybg -i $(find $dir -type f | shuf -n1) -m fill & NEXT_PID=$! sleep 5 diff --git a/waybar.d/config b/waybar.d/config index 067fefc..986e0e4 100644 --- a/waybar.d/config +++ b/waybar.d/config @@ -103,7 +103,7 @@ "backlight": { // "device": "acpi_video1", "format": "{percent}% {icon}", - "format-icons": ["", "", "", "", "", "", "", "", ""], + "format-icons": [ "", "", ""], "on-scroll-down": "brightnessctl set 2%+", "on-scroll-up": "brightnessctl set 2%-"