M .bash_profile => .bash_profile +1 -0
@@ 11,6 11,7 @@ if [[ -z "$XDG_RUNTIME_DIR" ]]; then
fi
PATH="$PATH"":""$HOME""/dev/repos/workspace/bin"
+PATH="$PATH"":""$HOME""/.local/bin"
# Use Wayland mode
export MOZ_ENABLE_WAYLAND=1
M sway/config => sway/config +3 -8
@@ 37,7 37,7 @@ client.urgent #AF5F5F #AF5F5F #DADADA
### Output configuration
#
-output * bg ~/wallpaper.jpg fill
+output * bg ~/wallpaper_600x432.png center #BD9DC3
#
# Example configuration:
#
@@ 48,11 48,8 @@ output DP-1 adaptive_sync on
### Idle configuration
#
-exec swayidle -w \
- timeout 600 'swaylockd -c 000000' \
- timeout 900 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \
- before-sleep 'playerctl pause' \
- before-sleep 'swaylockd -c 000000'
+exec swayidle -w before-sleep 'playerctl pause' \
+ before-sleep 'swaylock -f -c 000000'
### Input configuration
#
@@ 252,8 249,6 @@ bar {
# The default just shows the current date and time.
status_command while ~/dev/repos/workspace/bin/bar_status; do sleep 1; done
- tray_output none
-
colors {
statusline #4E4E4E
background #DADADA
A wallpaper_600x432.png => wallpaper_600x432.png +0 -0