Fix i3 config

This commit is contained in:
Fabio Scotto di Santolo
2025-09-01 00:38:27 +02:00
parent 10734ba256
commit 8aa22cd877
6 changed files with 5 additions and 4 deletions

View File

@@ -74,6 +74,9 @@ exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork
# and nm-applet is a desktop environment-independent system tray GUI for it.
exec --no-startup-id nm-applet
# Polkit Authentication agent
exec --no-startup-id /usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1
# Use pactl to adjust volume in PulseAudio.
set $refresh_i3status killall -SIGUSR1 i3status
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +10% && $refresh_i3status

Binary file not shown.

Before

Width:  |  Height:  |  Size: 276 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

View File

@@ -1,9 +1,7 @@
#/usr/bin/env bash
BACKGROUND="${XDG_CONFIG_HOME:-${HOME}/.config}/i3/lockscreen.jpg"
BACKGROUND="${XDG_CONFIG_HOME:-${HOME}/.config}/i3/lockscreen.png"
i3lock --image="${BACKGROUND}" \
--color=000000 \
--max \
--ignore-empty-password \
--show-failed-attempts \
--clock
--show-failed-attempts