diff --git a/script/.local/bin/quickiwctl b/script/.local/bin/quickiwctl new file mode 100755 index 0000000..1556a7d --- /dev/null +++ b/script/.local/bin/quickiwctl @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +generic-launcher iwctl + diff --git a/wm/.config/sway/config b/wm/.config/sway/config index dd80a65..954519c 100644 --- a/wm/.config/sway/config +++ b/wm/.config/sway/config @@ -24,10 +24,10 @@ bindsym $mod+Shift+j move down bindsym $mod+Shift+k move up bindsym $mod+Shift+l move right # You can also use the cursor keys -bindsym $mod+Shift+Left move left -bindsym $mod+Shift+Down move down -bindsym $mod+Shift+Up move up -bindsym $mod+Shift+Right move right +bindsym $mod+Shift+Left move workspace to left +bindsym $mod+Shift+Down move workspace to down +bindsym $mod+Shift+Up move workspace to up +bindsym $mod+Shift+Right move workspace to right ## System tasks # Reload configuration file @@ -101,7 +101,7 @@ exec mako ## Appearance # Default wallpaper -output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill +output * bg ~/Pictures/wallpaper.png fill # Font for window titles font pango:Liberation Sans 9 # Gaps configuration diff --git a/wm/.config/waybar/config b/wm/.config/waybar/config index 263f5a0..2376aaa 100644 --- a/wm/.config/waybar/config +++ b/wm/.config/waybar/config @@ -6,7 +6,7 @@ // Choose the order of the modules "modules-left": ["sway/workspaces", "sway/mode", "custom/media", "tray"], "modules-center": ["sway/window"], - "modules-right": ["mpd", "idle_inhibitor", "pulseaudio", "network", "cpu", "memory", "temperature", "backlight", "battery", "custom/keyboard_layout", "clock"], + "modules-right": ["idle_inhibitor", "pulseaudio", "network", "cpu", "memory", "temperature", "backlight", "battery", "custom/keyboard_layout", "clock"], // Modules configuration // "sway/workspaces": { // "disable-scroll": true, @@ -109,7 +109,7 @@ "format-linked": "{ifname} (No IP) ", "format-disconnected": "Disconnected ⚠", "format-alt": "{ifname}: {ipaddr}/{cidr}", - "on-click-right": "quicknm" + "on-click-right": "quickiwctl" }, "pulseaudio": { // "scroll-step": 1, // %, can be a float diff --git a/wm/Pictures/wallpaper.png b/wm/Pictures/wallpaper.png new file mode 100644 index 0000000..2db74ab Binary files /dev/null and b/wm/Pictures/wallpaper.png differ