gh0stzk / dotfiles

BSPWM environment with 18 themes. With a theme selector to change on the fly.
GNU General Public License v3.0
2.86k stars 212 forks source link

what is this for? #164

Closed 0xN1nja closed 9 months ago

0xN1nja commented 9 months ago

on line 68 (OpenApps script) image what if I change geany to nvim?

gh0stzk commented 9 months ago

All applications that are opened or launched from polybar or eww call that file, which means that you only have to edit that file with your favorite applications so that they open in all themes. Otherwise you would have to edit each of the 12 themes with your favorite applications which is not convenient.

0xN1nja commented 9 months ago

in jan rice, how can I increase the font size of the workspaces: image

gh0stzk commented 9 months ago

From what I see you edited the bspwm module of the jan theme, in this case you would have to edit the config.ini file in that directory

font-0 = "Inconsolata Semi Condensed Extra Bold:size=11;1"

edit that part, the current size is 11, change that value to the desired one.

0xN1nja commented 9 months ago

also, could you please clarify the significance of value after semicolon? image

gh0stzk commented 9 months ago

It is the vertical position that font will have. All fonts vary in size and that value helps to center the font correctly.

0xN1nja commented 9 months ago

alright thanks!