Skip to content

Commit

Permalink
Fix missed mapping from gtk monospace font to bar workspacce font. Re…
Browse files Browse the repository at this point in the history
…duce blackhole font size. Assocated with #2
  • Loading branch information
kgilmer committed May 1, 2022
1 parent 1317ee9 commit db7f92e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
4 changes: 1 addition & 3 deletions usr/share/regolith-look/blackhole/i3-wm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#define Q(x) #x
#define QUOTE(x) Q(x)

#define glyph_font QUOTE(gtk_monospace_font_name)
#define glyph typeface_bar_glyph_workspace

i3-wm.bar.position: i3wm_bar_position
Expand Down Expand Up @@ -55,8 +55,6 @@ i3-wm.floatingwindow.border.size: i3wm_floatingwindow_border_size
i3-wm.gaps.inner.size: i3wm_gaps_inner_size
i3-wm.gaps.outer.size: i3wm_gaps_outer_size

#define glyph_font QUOTE(typeface_bar_glyph)

#define WORKSPACE_NAME(INDEX, FONT, COLOR, GLYPH) INDEX:<span> </span><span font_desc=FONT>INDEX </span><span foreground=COLOR>GLYPH</span><span> </span>

i3-wm.workspace.01.name: WORKSPACE_NAME(1, glyph_font, QUOTE(color_blue), glyph)
Expand Down
2 changes: 1 addition & 1 deletion usr/share/regolith-look/blackhole/root
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ gtk.icon_theme_name: Arc

#define gtk_font_name SauceCodePro Nerd Font Mono 11
#define gtk_document_font_name Sans 10
#define gtk_monospace_font_name SauceCodePro Nerd Font Mono 11
#define gtk_monospace_font_name SauceCodePro Nerd Font Mono 9

gtk.font_name: gtk_font_name
gtk.document_font_name: gtk_document_font_name
Expand Down
4 changes: 1 addition & 3 deletions usr/share/regolith-look/gruvbox/i3-wm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#define Q(x) #x
#define QUOTE(x) Q(x)

#define glyph_font QUOTE(gtk_monospace_font_name)
#define glyph typeface_bar_glyph_workspace

i3-wm.bar.position: i3wm_bar_position
Expand Down Expand Up @@ -55,8 +55,6 @@ i3-wm.floatingwindow.border.size: i3wm_floatingwindow_border_size
i3-wm.gaps.inner.size: i3wm_gaps_inner_size
i3-wm.gaps.outer.size: i3wm_gaps_outer_size

#define glyph_font QUOTE(typeface_bar_glyph)

#define WORKSPACE_NAME(INDEX, FONT, COLOR, GLYPH) INDEX:<span> </span><span font_desc=FONT>INDEX </span><span foreground=COLOR>GLYPH</span><span> </span>

i3-wm.workspace.01.name: WORKSPACE_NAME(1, glyph_font, QUOTE(color_blue), glyph)
Expand Down
4 changes: 1 addition & 3 deletions usr/share/regolith-look/nord/i3-wm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#define Q(x) #x
#define QUOTE(x) Q(x)

#define glyph_font QUOTE(gtk_monospace_font_name)
#define glyph typeface_bar_glyph_workspace

i3-wm.bar.position: i3wm_bar_position
Expand Down Expand Up @@ -55,8 +55,6 @@ i3-wm.floatingwindow.border.size: i3wm_floatingwindow_border_size
i3-wm.gaps.inner.size: i3wm_gaps_inner_size
i3-wm.gaps.outer.size: i3wm_gaps_outer_size

#define glyph_font QUOTE(typeface_bar_glyph)

#define WORKSPACE_NAME(INDEX, FONT, COLOR, GLYPH) INDEX:<span> </span><span font_desc=FONT>INDEX </span><span foreground=COLOR>GLYPH</span><span> </span>

i3-wm.workspace.01.name: WORKSPACE_NAME(1, glyph_font, QUOTE(color_blue), glyph)
Expand Down

0 comments on commit db7f92e

Please sign in to comment.