Fixed i3 status

panther
J. Fernando Sánchez 7 years ago
parent 0c3fc88325
commit 6a2f0dec9d

@ -281,8 +281,8 @@ workspace "7: Chat" output eDP1
workspace "8: Misc Big" output DP1
workspace "9: Misc Small" output eDP1
gaps inner 10
gaps outer 5
#gaps inner 10
#gaps outer 5
set $mode_system System (l) lock, (e) logout, (s) suspend, (h) hibernate, (r) reboot, (Shift+s) shutdown
mode "$mode_system" {

@ -1,2 +1,6 @@
#1/bin/sh
SCRIPT_DIR=/usr/lib/i3blocks i3blocks -c $HOME/.config/i3/i3blocks.conf
SCRIPT_DIR=/usr/lib/i3blocks
if [ ! -d "$SCRIPT_DIR" ]; then
SCRIPT_DIR=/usr/share/i3blocks
fi
SCRIPT_DIR=$SCRIPT_DIR i3blocks -c $HOME/.config/i3/i3blocks.conf

Loading…
Cancel
Save