update
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -59,4 +59,4 @@ elif [ "${BLOCK_BUTTON:-}" = "3" ]; then
|
||||
else
|
||||
notify-send "Bluetooth" "No Bluetooth manager found" -t 3000
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
||||
@@ -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)"
|
||||
|
||||
@@ -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]
|
||||
|
||||
@@ -147,3 +147,5 @@ alias info="pacman -Si "
|
||||
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
||||
|
||||
source /usr/share/nvm/init-nvm.sh
|
||||
|
||||
source ~/.aliases
|
||||
|
||||
@@ -52,6 +52,16 @@ else
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# Copy .aliases to home directory
|
||||
echo ""
|
||||
print_status "Installing .aliases configuration..."
|
||||
if cp "$SCRIPT_DIR/.aliases" ~/.aliases; then
|
||||
print_success ".aliases installed to ~/.aliases"
|
||||
else
|
||||
print_error "Failed to copy .aliases"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# Copy .p10k.zsh to home directory
|
||||
echo ""
|
||||
print_status "Installing Powerlevel10k configuration..."
|
||||
|
||||
Reference in New Issue
Block a user