This commit is contained in:
2025-10-29 12:36:16 +02:00
parent 9c893c61b7
commit 5dab98c7b9
7 changed files with 145 additions and 3 deletions

View File

@@ -15,6 +15,7 @@ icons=0
max-icon-size=64
default-timeout=10000
ignore-timeout=1
on-notify=exec mpv /usr/share/sounds/freedesktop/stereo/message.oga
[urgency=normal]
border-color=#FFFFFF

View File

@@ -59,4 +59,4 @@ elif [ "${BLOCK_BUTTON:-}" = "3" ]; then
else
notify-send "Bluetooth" "No Bluetooth manager found" -t 3000
fi
fi
fi

View File

@@ -205,6 +205,12 @@ bindsym $mod+Escape exec swaylock -f -c 000000
## Session // Sleep // <><Shift> s ##
bindsym $mod+Shift+s exec systemctl suspend
## Mouse // Toggle Position // <> q ##
#bindsym q exec /home/raga/repos/linux/sway-new-config/mouse-toggle.sh
## Mouse // Enable/Disable Toggle // <><Shift> o ##
bindsym $mod+Shift+o exec /home/raga/repos/linux/sway-new-config/mouse-toggle.sh toggle
###############################################################################
# System Management (Arch Linux alternatives)
###############################################################################
@@ -512,4 +518,4 @@ exec --no-startup-id nm-applet
# Include additional config files if they exist
include /etc/sway/config.d/*
bindsym $mod+x exec "$(file="/tmp/click"; if test "0" = "$(cat "$file")"; then printf '1\n' > "$file"; else printf '0\n' > "$file"; fi)"
#bindsym $mod+x exec "$(file="/tmp/click"; if test "0" = "$(cat "$file")"; then printf '1\n' > "$file"; else printf '0\n' > "$file"; fi)"

View File

@@ -81,7 +81,7 @@ interval = 1800
[[block]]
block = "time"
format = " $icon $timestamp.datetime(f:'%Y-%m-%d %H:%M:%S') "
format = " $icon $timestamp.datetime(f:'%Y-%m-%d %H:%M:%S%z') "
interval = 1
[icons]