Change wallpaper to self-edited version, add support to change to send workspaces to different screens. Use iwd for network configuration instead of NetworkManager.

This commit is contained in:
Érico Rolim 2019-11-01 02:48:41 -03:00
parent 1d8d1d09e5
commit 557dc0ff9a
4 changed files with 11 additions and 7 deletions

4
script/.local/bin/quickiwctl Executable file
View File

@ -0,0 +1,4 @@
#!/usr/bin/env bash
generic-launcher iwctl

View File

@ -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

View File

@ -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

BIN
wm/Pictures/wallpaper.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB