Update script folder location in config, add font Xresources
This commit is contained in:
+2
-2
@@ -31,7 +31,7 @@ markup=none
|
||||
# Volume indicator
|
||||
#
|
||||
[volume]
|
||||
command=$HOME/.config/i3/scripts/volume.sh
|
||||
command=$HOME/.scripts/wm/volume.sh
|
||||
markup=pango
|
||||
instance=Master
|
||||
interval=once
|
||||
@@ -40,7 +40,7 @@ signal=1
|
||||
# Brightness indicator
|
||||
#
|
||||
[brightness]
|
||||
command=$HOME/.config/i3/scripts/brightness.sh
|
||||
command=$HOME/.scripts/wm/brightness.sh
|
||||
interval=once
|
||||
signal=2
|
||||
|
||||
|
||||
+1
-1
@@ -189,7 +189,7 @@ client.focused_inactive $bg-color-inactive $bg-color-inactive $text-color-inacti
|
||||
client.urgent $bg-color-urgent $bg-color-urgent $text-color #00FF00
|
||||
|
||||
# Keybindings
|
||||
bindsym $mod+Mod1+l exec $HOME/.config/i3/scripts/lock.sh
|
||||
bindsym $mod+Mod1+l exec $HOME/.scripts/wm/lock.sh
|
||||
# Volume
|
||||
bindsym XF86AudioRaiseVolume exec --no-startup-id amixer -q -D pulse sset Master 5%+ unmute && pkill -RTMIN+1 i3blocks
|
||||
bindsym XF86AudioLowerVolume exec --no-startup-id amixer -q -D pulse sset Master 5%- unmute && pkill -RTMIN+1 i3blocks
|
||||
|
||||
Reference in New Issue
Block a user