diff --git a/scripts/calc/rofi-calc b/scripts/calc/rofi-calc index ba4704e..ce96e18 100755 --- a/scripts/calc/rofi-calc +++ b/scripts/calc/rofi-calc @@ -5,8 +5,8 @@ ## dropdown-transparent dropdown-text ## fullscreen-transparent small-transparent -# dir="$HOME/.config/rofi/scripts/calc" -dir="." +dir="$HOME/.config/rofi/scripts/calc" +# dir="." for testing theme='transparent-text' ## Run diff --git a/shared/fonts.rasi b/shared/fonts.rasi index 74dac06..b900849 100644 --- a/shared/fonts.rasi +++ b/shared/fonts.rasi @@ -6,5 +6,5 @@ **/ * { - font: "Hack Nerd Font 10"; + font: "Hack Nerd Font 12"; }