Update fontawesome to v5
This commit is contained in:
+2
-2
@@ -61,7 +61,7 @@ bar {
|
|||||||
inactive_workspace $bg-color-inactive $bg-color-inactive $text-color-inactive
|
inactive_workspace $bg-color-inactive $bg-color-inactive $text-color-inactive
|
||||||
urgent_workspace $bg-color-urgent $bg-color-urgent $text-color
|
urgent_workspace $bg-color-urgent $bg-color-urgent $text-color
|
||||||
}
|
}
|
||||||
font pango:DejaVu Sans Mono 8
|
font pango:DejaVu Sans Mono, FontAwesome5Free Solid, FontAwesome5Brands 8
|
||||||
status_command i3blocks -c $HOME/.config/i3/blocks
|
status_command i3blocks -c $HOME/.config/i3/blocks
|
||||||
#strip_workspace_numbers yes
|
#strip_workspace_numbers yes
|
||||||
tray_output primary
|
tray_output primary
|
||||||
@@ -107,7 +107,7 @@ bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcu
|
|||||||
#--- Workspace bindings ---#
|
#--- Workspace bindings ---#
|
||||||
|
|
||||||
set $ws1 "1 "
|
set $ws1 "1 "
|
||||||
set $ws2 "2 "
|
set $ws2 "2 "
|
||||||
set $ws3 "3 "
|
set $ws3 "3 "
|
||||||
set $ws4 "4 "
|
set $ws4 "4 "
|
||||||
set $ws5 "5"
|
set $ws5 "5"
|
||||||
|
|||||||
Binary file not shown.
@@ -13,7 +13,7 @@ if [ "$PERCENTAGE" -ge "75" ]; then
|
|||||||
elif [ "$PERCENTAGE" -ge "25" ]; then
|
elif [ "$PERCENTAGE" -ge "25" ]; then
|
||||||
ICON=""
|
ICON=""
|
||||||
else
|
else
|
||||||
ICON=""
|
ICON=""
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo $ICON $PERCENTAGE%
|
echo $ICON $PERCENTAGE%
|
||||||
|
|||||||
Reference in New Issue
Block a user