Use fontawesome 5 for status icons
This commit is contained in:
parent
722481db03
commit
35a97a2784
2 changed files with 3 additions and 1 deletions
|
@ -5,6 +5,7 @@ node default {
|
||||||
]:
|
]:
|
||||||
ensure => installed
|
ensure => installed
|
||||||
}
|
}
|
||||||
|
|
||||||
-> package {[
|
-> package {[
|
||||||
'acpi',
|
'acpi',
|
||||||
'advanced-ssh-config',
|
'advanced-ssh-config',
|
||||||
|
@ -108,6 +109,7 @@ node default {
|
||||||
'tig',
|
'tig',
|
||||||
'tor-browser-en',
|
'tor-browser-en',
|
||||||
'ttf-emojione-color',
|
'ttf-emojione-color',
|
||||||
|
'ttf-font-awesome',
|
||||||
'ttf-ms-fonts',
|
'ttf-ms-fonts',
|
||||||
'ttf-wps-fonts',
|
'ttf-wps-fonts',
|
||||||
'turtl',
|
'turtl',
|
||||||
|
|
|
@ -137,7 +137,7 @@ bar {
|
||||||
workspace_buttons no
|
workspace_buttons no
|
||||||
binding_mode_indicator no
|
binding_mode_indicator no
|
||||||
tray_output none
|
tray_output none
|
||||||
font pango:DejaVu Sans Mono, FontAwesome 8
|
font pango:DejaVu Sans Mono, FontAwesome5Free, FontAwesome5Brands 8
|
||||||
colors {
|
colors {
|
||||||
separator #666666
|
separator #666666
|
||||||
statusline #dddddd
|
statusline #dddddd
|
||||||
|
|
Loading…
Reference in a new issue