diff -Nru regolith-styles-1.2.35/debian/changelog regolith-styles-1.2.36/debian/changelog --- regolith-styles-1.2.35/debian/changelog 2019-09-30 01:00:45.000000000 +0000 +++ regolith-styles-1.2.36/debian/changelog 2019-10-13 23:59:45.000000000 +0000 @@ -1,3 +1,9 @@ +regolith-styles (1.2.36-1ubuntu1~ppa1) disco; urgency=medium + + * Define bar icons in typeface resource file. + + -- Ken Gilmer Sun, 13 Oct 2019 16:59:45 -0700 + regolith-styles (1.2.35-1ubuntu1~ppa1) disco; urgency=medium * Package new styles by @appelgriebsch. diff -Nru regolith-styles-1.2.35/Xresources/i3-wm regolith-styles-1.2.36/Xresources/i3-wm --- regolith-styles-1.2.35/Xresources/i3-wm 2019-09-20 15:14:35.000000000 +0000 +++ regolith-styles-1.2.36/Xresources/i3-wm 2019-10-13 23:56:24.000000000 +0000 @@ -1,7 +1,7 @@ #define Q(x) #x #define QUOTE(x) Q(x) -#define glyph  +#define glyph typeface_bar_glyph_workspace i3-wm.bar.font: typeface_bar diff -Nru regolith-styles-1.2.35/Xresources/i3xrocks regolith-styles-1.2.36/Xresources/i3xrocks --- regolith-styles-1.2.35/Xresources/i3xrocks 2019-09-04 05:33:54.000000000 +0000 +++ regolith-styles-1.2.36/Xresources/i3xrocks 2019-10-13 23:56:24.000000000 +0000 @@ -6,3 +6,15 @@ i3xrocks.warning: color_yellow i3xrocks.nominal: color_base0 i3xrocks.date.format: + %m/%d %I:%M %p + +i3xrocks.label.wifi: typeface_bar_glyph_wifi +i3xrocks.label.cpu: typeface_bar_glyph_cpu +i3xrocks.label.battery100: typeface_bar_glyph_battery_100 +i3xrocks.label.battery80: typeface_bar_glyph_battery_80 +i3xrocks.label.battery50: typeface_bar_glyph_battery_50 +i3xrocks.label.battery20: typeface_bar_glyph_battery_20 +i3xrocks.label.battery0: typeface_bar_glyph_battery_0 +i3xrocks.label.batterycharging: typeface_bar_glyph_battery_charging +i3xrocks.label.batteryac: typeface_bar_glyph_battery_ac +i3xrocks.label.batteryunknown: typeface_bar_glyph_battery_unknown +i3xrocks.label.time: typeface_bar_glyph_time diff -Nru regolith-styles-1.2.35/Xresources/typeface-sourcecodepro regolith-styles-1.2.36/Xresources/typeface-sourcecodepro --- regolith-styles-1.2.35/Xresources/typeface-sourcecodepro 2019-07-17 04:52:08.000000000 +0000 +++ regolith-styles-1.2.36/Xresources/typeface-sourcecodepro 2019-10-13 23:56:24.000000000 +0000 @@ -3,3 +3,16 @@ #define typeface_bar pango:Source Code Pro Medium 13, FontAwesome 13 #define typeface_rofi Source Code Pro Medium 16 #define typeface_terminal Source Code Pro:pixelsize=16:antialias=true:autohint=true + +#define typeface_bar_glyph_wifi  +#define typeface_bar_glyph_cpu  +#define typeface_bar_glyph_battery_100  +#define typeface_bar_glyph_battery_80  +#define typeface_bar_glyph_battery_50  +#define typeface_bar_glyph_battery_20  +#define typeface_bar_glyph_battery_0  +#define typeface_bar_glyph_battery_charging  +#define typeface_bar_glyph_battery_ac  +#define typeface_bar_glyph_battery_unknown  +#define typeface_bar_glyph_time  +#define typeface_bar_glyph_workspace  diff -Nru regolith-styles-1.2.35/Xresources/typeface-ubuntu regolith-styles-1.2.36/Xresources/typeface-ubuntu --- regolith-styles-1.2.35/Xresources/typeface-ubuntu 2019-08-31 15:01:09.000000000 +0000 +++ regolith-styles-1.2.36/Xresources/typeface-ubuntu 2019-10-13 23:56:24.000000000 +0000 @@ -3,3 +3,16 @@ #define typeface_bar pango:FontAwesome 13 #define typeface_rofi Ubuntu Medium 16 #define typeface_terminal Source Code Pro:pixelsize=16:antialias=true:autohint=true + +#define typeface_bar_glyph_wifi  +#define typeface_bar_glyph_cpu  +#define typeface_bar_glyph_battery_100  +#define typeface_bar_glyph_battery_80  +#define typeface_bar_glyph_battery_50  +#define typeface_bar_glyph_battery_20  +#define typeface_bar_glyph_battery_0  +#define typeface_bar_glyph_battery_charging  +#define typeface_bar_glyph_battery_ac  +#define typeface_bar_glyph_battery_unknown  +#define typeface_bar_glyph_time  +#define typeface_bar_glyph_workspace 