diff --git a/nanonote/gmenu2x.sh b/nanonote/gmenu2x.sh index 52f75fc..6c9f4b6 100755 --- a/nanonote/gmenu2x.sh +++ b/nanonote/gmenu2x.sh @@ -4,7 +4,8 @@ source /etc/profile setfont2 /usr/share/setfont2/un-fuzzy-6x10-font.pnm loadunimap /usr/share/setfont2/ben_uni.trans -clear -cd /usr/share/gmenu2x -./gmenu2x +#setfont /usr/share/kbd/consolefonts/kernel-6x11-font + +clear +cd /usr/share/gmenu2x && ./gmenu2x diff --git a/nanonote/sections/terminals/ash-color b/nanonote/sections/terminals/ash-color new file mode 100644 index 0000000..3f980a8 --- /dev/null +++ b/nanonote/sections/terminals/ash-color @@ -0,0 +1,4 @@ +title=ash(Color) +icon=skin:icons/utilities-terminal.png +exec=setfont +params=/usr/share/kbd/consolefonts/kernel-6x11-font; /bin/ash --login diff --git a/nanonote/sections/terminals/ash b/nanonote/sections/terminals/ash-default similarity index 100% rename from nanonote/sections/terminals/ash rename to nanonote/sections/terminals/ash-default