use the actual powerline version

This commit is contained in:
David Todd 2021-03-31 11:49:53 -05:00
parent c7fe1d7813
commit b5e1250bde
4 changed files with 10 additions and 4 deletions

View File

@ -24,4 +24,7 @@ exec --no-startup-id xautolock -time 10 -locker 'i3lock-fancy -p' &
#exec --no-startup-id synergy &
exec --no-startup-id barrier &
# Powerline font patcher
exec --no-startup-id powerline-daemon -q &
# End autostart configuration

View File

@ -15,7 +15,7 @@ bindsym $mod+u border none
bindsym $mod+y border pixel 1
bindsym $mod+n border normal
font pango:Source Code Pro 11
font pango:Source Code Pro for Powerline 11
# reload the configuration file
bindsym $mod+Shift+c reload

View File

@ -7,7 +7,7 @@ bar {
#workspace_buttons yes
#separator_symbol "|"
font pango:FontAwesome5Free, SourceCodePro 11
font pango:FontAwesome5Free, SourceCodeProforPowerline 11
status_command i3blocks -c $i3_path/i3blocks.conf

View File

@ -17,7 +17,7 @@ bindsym $mod+u border none
bindsym $mod+y border pixel 1
bindsym $mod+n border normal
font pango:Source Code Pro 11
font pango:Source Code Pro for Powerline 11
# reload the configuration file
bindsym $mod+Shift+c reload
@ -199,7 +199,7 @@ bar {
#workspace_buttons yes
#separator_symbol "|"
font pango:FontAwesome5Free, SourceCodePro 11
font pango:FontAwesome5Free, SourceCodeProforPowerline 11
status_command i3blocks -c $i3_path/i3blocks.conf
@ -416,4 +416,7 @@ exec --no-startup-id xautolock -time 10 -locker 'i3lock-fancy -p' &
#exec --no-startup-id synergy &
exec --no-startup-id barrier &
# Powerline font patcher
exec --no-startup-id powerline-daemon -q &
# End autostart configuration