diff options
| author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2011-01-02 23:27:23 +0100 |
|---|---|---|
| committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2011-01-02 23:27:23 +0100 |
| commit | 9352995934adec8059077af241c35ccd1573bd80 (patch) | |
| tree | 60286e266b3b31b90b952ac37e12a1ebbcdd2eb6 /gmenu2x/files | |
| parent | ef3b84d78197acbd45d73a9b1ae44b47b5904290 (diff) | |
| parent | 880bca260c4ce91554a49b2475232cf5c0ffd447 (diff) | |
| download | qipackages-fork-9352995934adec8059077af241c35ccd1573bd80.tar.gz | |
Conflicts:
links/Makefile
Diffstat (limited to 'gmenu2x/files')
55 files changed, 147 insertions, 12 deletions
diff --git a/gmenu2x/files/input.conf b/gmenu2x/files/input.conf deleted file mode 100755 index 52b9408..0000000 --- a/gmenu2x/files/input.conf +++ /dev/null @@ -1,12 +0,0 @@ -a=keyboard,104 #NanoNote H -b=keyboard,13 #NanoNote Enter -x=keyboard,120 #NanoNote X -y=keyboard,121 #NanoNote Y -l=keyboard,108 #NanoNote L -r=keyboard,9 #NanoNote Tab -select=keyboard,283 #Nanonote F2 -start=keyboard,115 #NanoNote S -up=keyboard,273 -down=keyboard,274 -left=keyboard,276 -right=keyboard,275 diff --git a/gmenu2x/files/nanonote/bin/gmenu2x b/gmenu2x/files/nanonote/bin/gmenu2x new file mode 100755 index 0000000..a3cebef --- /dev/null +++ b/gmenu2x/files/nanonote/bin/gmenu2x @@ -0,0 +1,9 @@ +#!/bin/sh + +source /etc/profile + +setfont2 /usr/share/setfont2/un-fuzzy-6x10-font.pnm +clear + +cd /usr/share/gmenu2x +./gmenu2x diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/abook b/gmenu2x/files/nanonote/gmenu2x/sections/applications/abook new file mode 100644 index 0000000..7f7461b --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/applications/abook @@ -0,0 +1,3 @@ +title=abook +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/abook diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/aewan b/gmenu2x/files/nanonote/gmenu2x/sections/applications/aewan new file mode 100644 index 0000000..e85e757 --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/applications/aewan @@ -0,0 +1,3 @@ +title=aewan +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/aewan diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/alsamixer b/gmenu2x/files/nanonote/gmenu2x/sections/applications/alsamixer new file mode 100644 index 0000000..40bd82a --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/applications/alsamixer @@ -0,0 +1,4 @@ +title=alsamixer +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/alsamixer +params=-Vall diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/bc b/gmenu2x/files/nanonote/gmenu2x/sections/applications/bc new file mode 100644 index 0000000..fa701cd --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/applications/bc @@ -0,0 +1,3 @@ +title=bc +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/bc diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/calcurse b/gmenu2x/files/nanonote/gmenu2x/sections/applications/calcurse new file mode 100644 index 0000000..9c7085b --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/applications/calcurse @@ -0,0 +1,3 @@ +title=calcurse +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/calcurse diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/centerim b/gmenu2x/files/nanonote/gmenu2x/sections/applications/centerim new file mode 100644 index 0000000..1e5f32d --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/applications/centerim @@ -0,0 +1,3 @@ +title=centerim +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/centerim diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/ctronome b/gmenu2x/files/nanonote/gmenu2x/sections/applications/ctronome new file mode 100644 index 0000000..629f1d1 --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/applications/ctronome @@ -0,0 +1,3 @@ +title=ctronome +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/ctronome diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/dgclock b/gmenu2x/files/nanonote/gmenu2x/sections/applications/dgclock new file mode 100644 index 0000000..85216e9 --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/applications/dgclock @@ -0,0 +1,4 @@ +title=DGClock +icon=skin:icons/dgclock.png +exec=/usr/bin/dgclock +wrapper=true diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/elinks b/gmenu2x/files/nanonote/gmenu2x/sections/applications/elinks new file mode 100644 index 0000000..34672e5 --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/applications/elinks @@ -0,0 +1,3 @@ +title=elinks +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/elinks diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/emacs b/gmenu2x/files/nanonote/gmenu2x/sections/applications/emacs new file mode 100644 index 0000000..38087e4 --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/applications/emacs @@ -0,0 +1,3 @@ +title=emacs +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/emacs diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/gmu b/gmenu2x/files/nanonote/gmenu2x/sections/applications/gmu new file mode 100644 index 0000000..0086a18 --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/applications/gmu @@ -0,0 +1,3 @@ +title=GMU +icon=skin:icons/gmu.png +exec=/usr/bin/gmu diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/guile b/gmenu2x/files/nanonote/gmenu2x/sections/applications/guile new file mode 100644 index 0000000..f2a1a9f --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/applications/guile @@ -0,0 +1,3 @@ +title=guile +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/guile diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/htop b/gmenu2x/files/nanonote/gmenu2x/sections/applications/htop new file mode 100644 index 0000000..c644dc9 --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/applications/htop @@ -0,0 +1,3 @@ +title=htop +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/htop diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/ikog b/gmenu2x/files/nanonote/gmenu2x/sections/applications/ikog new file mode 100644 index 0000000..3a15fd5 --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/applications/ikog @@ -0,0 +1,3 @@ +title=ikog.py +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/ikog.py diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/joe b/gmenu2x/files/nanonote/gmenu2x/sections/applications/joe new file mode 100644 index 0000000..8c94e74 --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/applications/joe @@ -0,0 +1,3 @@ +title=joe +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/joe diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/lynx b/gmenu2x/files/nanonote/gmenu2x/sections/applications/lynx new file mode 100644 index 0000000..2afd7cb --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/applications/lynx @@ -0,0 +1,4 @@ +title=lynx +icon=skin:icons/utilities-terminal.png +exec=/bin/sh +params=--login -c /usr/bin/lynx diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/mathomatic b/gmenu2x/files/nanonote/gmenu2x/sections/applications/mathomatic new file mode 100644 index 0000000..badcd66 --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/applications/mathomatic @@ -0,0 +1,3 @@ +title=mathomatic +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/mathomatic diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/mc b/gmenu2x/files/nanonote/gmenu2x/sections/applications/mc new file mode 100644 index 0000000..de4aa81 --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/applications/mc @@ -0,0 +1,3 @@ +title=mc +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/mc diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/mcabber b/gmenu2x/files/nanonote/gmenu2x/sections/applications/mcabber new file mode 100644 index 0000000..64ed599 --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/applications/mcabber @@ -0,0 +1,3 @@ +title=mcabber +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/mcabber diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/minicom b/gmenu2x/files/nanonote/gmenu2x/sections/applications/minicom new file mode 100644 index 0000000..73a3727 --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/applications/minicom @@ -0,0 +1,3 @@ +title=minicom +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/minicom diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/mutt b/gmenu2x/files/nanonote/gmenu2x/sections/applications/mutt new file mode 100644 index 0000000..b1741a5 --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/applications/mutt @@ -0,0 +1,3 @@ +title=mutt +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/mutt diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/nanomap b/gmenu2x/files/nanonote/gmenu2x/sections/applications/nanomap new file mode 100644 index 0000000..3e0d436 --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/applications/nanomap @@ -0,0 +1,4 @@ +title=NanoMap +icon=skin:icons/nanomap.png +exec=/usr/bin/NanoMap +params=-qws diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/netsurf b/gmenu2x/files/nanonote/gmenu2x/sections/applications/netsurf new file mode 100644 index 0000000..bd89c18 --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/applications/netsurf @@ -0,0 +1,3 @@ +title=netsurf +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/netsurf@BROKEN #don't know how to exit diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/nightsky b/gmenu2x/files/nanonote/gmenu2x/sections/applications/nightsky new file mode 100644 index 0000000..f90eb01 --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/applications/nightsky @@ -0,0 +1,3 @@ +title=nightsky +icon=skin:icons/nightsky.png +exec=/usr/bin/nightsky diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/powertop b/gmenu2x/files/nanonote/gmenu2x/sections/applications/powertop new file mode 100644 index 0000000..34c5e04 --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/applications/powertop @@ -0,0 +1,3 @@ +title=powertop +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/powertop diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/qc b/gmenu2x/files/nanonote/gmenu2x/sections/applications/qc new file mode 100644 index 0000000..e0d513d --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/applications/qc @@ -0,0 +1,3 @@ +title=qc +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/qc diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/sc b/gmenu2x/files/nanonote/gmenu2x/sections/applications/sc new file mode 100644 index 0000000..c599198 --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/applications/sc @@ -0,0 +1,3 @@ +title=sc +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/sc diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/sdcv b/gmenu2x/files/nanonote/gmenu2x/sections/applications/sdcv new file mode 100644 index 0000000..8a3353d --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/applications/sdcv @@ -0,0 +1,4 @@ +title=sdcv +icon=skin:icons/stardict.png +exec=/usr/bin/sdcv +params=--utf8-output
\ No newline at end of file diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/snownews b/gmenu2x/files/nanonote/gmenu2x/sections/applications/snownews new file mode 100644 index 0000000..6859ad9 --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/applications/snownews @@ -0,0 +1,3 @@ +title=snownews +icon=skin:icons/leaf_red.png +exec=/usr/bin/snownews diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/stardict b/gmenu2x/files/nanonote/gmenu2x/sections/applications/stardict new file mode 100644 index 0000000..2480776 --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/applications/stardict @@ -0,0 +1,3 @@ +title=StarDict +icon=skin:icons/stardict.png +exec=/usr/bin/stardict diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/tunec b/gmenu2x/files/nanonote/gmenu2x/sections/applications/tunec new file mode 100644 index 0000000..24046b6 --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/applications/tunec @@ -0,0 +1,3 @@ +title=tunec +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/tunec diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/vim b/gmenu2x/files/nanonote/gmenu2x/sections/applications/vim new file mode 100644 index 0000000..df6e6ef --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/applications/vim @@ -0,0 +1,3 @@ +title=vim +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/vim diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/w3m b/gmenu2x/files/nanonote/gmenu2x/sections/applications/w3m new file mode 100644 index 0000000..895042a --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/applications/w3m @@ -0,0 +1,4 @@ +title=w3m +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/w3m +params=http://en.qi-hardware.com/wiki/Main_Page diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/games/backgammon b/gmenu2x/files/nanonote/gmenu2x/sections/games/backgammon new file mode 100644 index 0000000..cd0393c --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/games/backgammon @@ -0,0 +1,3 @@ +title=backgammon +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/backgammon diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/games/gnuchess b/gmenu2x/files/nanonote/gmenu2x/sections/games/gnuchess new file mode 100644 index 0000000..9416959 --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/games/gnuchess @@ -0,0 +1,3 @@ +title=gnuchess +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/gnuchess diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/games/tetris b/gmenu2x/files/nanonote/gmenu2x/sections/games/tetris new file mode 100644 index 0000000..bdee94c --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/games/tetris @@ -0,0 +1,3 @@ +title=tetris +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/tetris diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/games/worm b/gmenu2x/files/nanonote/gmenu2x/sections/games/worm new file mode 100644 index 0000000..3056409 --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/games/worm @@ -0,0 +1,3 @@ +title=worm +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/worm diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/terminals/ash b/gmenu2x/files/nanonote/gmenu2x/sections/terminals/ash new file mode 100644 index 0000000..0d2df89 --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/terminals/ash @@ -0,0 +1,4 @@ +title=ash(Default) +icon=skin:icons/utilities-terminal.png +exec=/bin/ash +params=--login diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/terminals/bash b/gmenu2x/files/nanonote/gmenu2x/sections/terminals/bash new file mode 100644 index 0000000..899a346 --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/terminals/bash @@ -0,0 +1,4 @@ +title=bash +icon=skin:icons/utilities-terminal.png +exec=/bin/bash +params=--login diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/terminals/byobu b/gmenu2x/files/nanonote/gmenu2x/sections/terminals/byobu new file mode 100644 index 0000000..c6dc1e1 --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/terminals/byobu @@ -0,0 +1,3 @@ +title=byobu +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/byobu diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/terminals/fbterm b/gmenu2x/files/nanonote/gmenu2x/sections/terminals/fbterm new file mode 100644 index 0000000..34d7b38 --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/terminals/fbterm @@ -0,0 +1,3 @@ +title=fbterm +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/fbterm diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/terminals/jfbterm b/gmenu2x/files/nanonote/gmenu2x/sections/terminals/jfbterm new file mode 100644 index 0000000..77c3638 --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/terminals/jfbterm @@ -0,0 +1,3 @@ +title=jfbterm +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/jfbterm diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/terminals/nanoterm b/gmenu2x/files/nanonote/gmenu2x/sections/terminals/nanoterm new file mode 100644 index 0000000..80f9347 --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/terminals/nanoterm @@ -0,0 +1,3 @@ +title=nanoterm +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/nanoterm diff --git a/gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/dgclock.png b/gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/dgclock.png Binary files differnew file mode 100644 index 0000000..cb0ce42 --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/dgclock.png diff --git a/gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/duck.png b/gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/duck.png Binary files differnew file mode 100644 index 0000000..8cf2dbe --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/duck.png diff --git a/gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/gmu.png b/gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/gmu.png Binary files differnew file mode 100644 index 0000000..0128ceb --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/gmu.png diff --git a/gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/leaf_red.png b/gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/leaf_red.png Binary files differnew file mode 100644 index 0000000..803e52f --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/leaf_red.png diff --git a/gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/nanomap.png b/gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/nanomap.png Binary files differnew file mode 100644 index 0000000..c881a08 --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/nanomap.png diff --git a/gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/nightsky.png b/gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/nightsky.png Binary files differnew file mode 100644 index 0000000..a47e374 --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/nightsky.png diff --git a/gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/stardict.png b/gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/stardict.png Binary files differnew file mode 100644 index 0000000..e7969bc --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/stardict.png diff --git a/gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/utilities-terminal.png b/gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/utilities-terminal.png Binary files differnew file mode 100644 index 0000000..195751e --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/utilities-terminal.png diff --git a/gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/vido.png b/gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/vido.png Binary files differnew file mode 100644 index 0000000..08d1620 --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/vido.png diff --git a/gmenu2x/files/nanonote/gmenu2x/skins/Default/sections/terminal.png b/gmenu2x/files/nanonote/gmenu2x/skins/Default/sections/terminal.png new file mode 120000 index 0000000..ce4b64d --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/skins/Default/sections/terminal.png @@ -0,0 +1 @@ +../icons/utilities-terminal.png
\ No newline at end of file |
