From 62d90e6559718789db031812f2d584b693d2ebe9 Mon Sep 17 00:00:00 2001 From: Gregory Trolliet Date: Sat, 9 Nov 2024 17:10:20 +0100 Subject: [PATCH] [sway] fix indentation --- .config/sway/exit.sh | 6 +++--- .config/sway/lock_screen.sh | 4 ++-- .config/waybar/config | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.config/sway/exit.sh b/.config/sway/exit.sh index 3cb1756..f121d75 100755 --- a/.config/sway/exit.sh +++ b/.config/sway/exit.sh @@ -1,7 +1,7 @@ #!/bin/bash if [[ ! $(pgrep -x "swaynag") ]]; then - swaynag --background 333333 --border 333333 --border-bottom 333333 --button-background 1F1F1F \ - --button-border-size 0 --button-padding 8 --text FFFFFF --button-text FFFFFF --edge bottom \ - -t warning -m 'Do you really want to log out?' -B 'You heard me!' 'swaymsg exit' + swaynag --background 333333 --border 333333 --border-bottom 333333 --button-background 1F1F1F \ + --button-border-size 0 --button-padding 8 --text FFFFFF --button-text FFFFFF --edge bottom \ + -t warning -m 'Do you really want to log out?' -B 'You heard me!' 'swaymsg exit' fi diff --git a/.config/sway/lock_screen.sh b/.config/sway/lock_screen.sh index b05267d..6be9bf3 100755 --- a/.config/sway/lock_screen.sh +++ b/.config/sway/lock_screen.sh @@ -6,8 +6,8 @@ # Times the screen off and puts it to background swayidle \ - timeout 10 'swaymsg "output * dpms off"' \ - resume 'swaymsg "output * dpms on"' & + timeout 10 'swaymsg "output * dpms off"' \ + resume 'swaymsg "output * dpms on"' & # Locks the screen immediately swaylock -c 550000 diff --git a/.config/waybar/config b/.config/waybar/config index 38e18eb..a444e02 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -7,7 +7,7 @@ # # # License: Creative Commons Attribution 4.0 International # # Source: https:#www.learnlinux.tv # -# Author: Gregory Trolliet # # # # Credit: # # Battery section adapted from: #