~ no is PATH
This commit is contained in:
parent
31c629a6e5
commit
2b418736d7
8
config
8
config
@ -207,7 +207,7 @@ exec --no-startup-id nm-applet
|
|||||||
bindsym Print exec scrot -e 'mv $f ~/Descargas/'
|
bindsym Print exec scrot -e 'mv $f ~/Descargas/'
|
||||||
|
|
||||||
# Fondo de pantalla
|
# Fondo de pantalla
|
||||||
exec_always --no-startup-id "feh --bg-scale /home/$USER/.config/i3/images/background.png"
|
exec_always --no-startup-id "feh --bg-scale $HOME/.config/i3/images/background.png"
|
||||||
|
|
||||||
# Transparencia
|
# Transparencia
|
||||||
exec --no-startup-id compton -cCGb
|
exec --no-startup-id compton -cCGb
|
||||||
@ -247,7 +247,7 @@ mode "$mode_mount" {
|
|||||||
bindsym $mod+m mode "$mode_mount"
|
bindsym $mod+m mode "$mode_mount"
|
||||||
|
|
||||||
# i3lock
|
# i3lock
|
||||||
bindsym Pause exec "sh /home/$USER/.config/i3/scripts/i3lock.sh"
|
bindsym Pause exec "sh $HOME/.config/i3/scripts/i3lock.sh"
|
||||||
|
|
||||||
## Manual management of external displays
|
## Manual management of external displays
|
||||||
# Set the shortcuts and what they do
|
# Set the shortcuts and what they do
|
||||||
@ -330,8 +330,8 @@ client.urgent #D33682 #D33682 #FDF6E3 #DC322F
|
|||||||
|
|
||||||
bar {
|
bar {
|
||||||
position top
|
position top
|
||||||
status_command i3blocks -c /home/$USER/.config/i3/i3blocks.conf # Mostrar status de monitoreo
|
status_command i3blocks -c $HOME/.config/i3/i3blocks.conf # Mostrar status de monitoreo
|
||||||
# status_command 2>/tmp/i3blocks.err i3blocks -vvv -c /home/$USER/.config/i3/i3blocks.conf | tee /tmp/i3blocks.out # Debug
|
# status_command 2>/tmp/i3blocks.err i3blocks -vvv -c $HOME/.config/i3/i3blocks.conf | tee /tmp/i3blocks.out # Debug
|
||||||
font pango:Hack 8
|
font pango:Hack 8
|
||||||
|
|
||||||
colors {
|
colors {
|
||||||
|
@ -7,6 +7,6 @@ trap revert HUP INT TERM
|
|||||||
xset +dpms dpms 0 0 5
|
xset +dpms dpms 0 0 5
|
||||||
scrot -d 1 /tmp/locking_screen.png
|
scrot -d 1 /tmp/locking_screen.png
|
||||||
convert -blur 0x8 /tmp/locking_screen.png /tmp/screen_blur.png
|
convert -blur 0x8 /tmp/locking_screen.png /tmp/screen_blur.png
|
||||||
convert -composite /tmp/screen_blur.png ~/.config/i3/images/imagelock.png -gravity South -geometry -20x1200 /tmp/screen.png
|
convert -composite /tmp/screen_blur.png "$HOME/.config/i3/images/imagelock.png" -gravity South -geometry -20x1200 /tmp/screen.png
|
||||||
i3lock -i /tmp/screen.png
|
i3lock -i /tmp/screen.png
|
||||||
revert "$@"
|
revert "$@"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user