├── .github ├── FUNDING.yml └── workflows │ └── sponsors.yml ├── LICENSE ├── README.md ├── files ├── applets │ ├── bin │ │ ├── appasroot.sh │ │ ├── apps.sh │ │ ├── battery.sh │ │ ├── brightness.sh │ │ ├── mpd.sh │ │ ├── powermenu.sh │ │ ├── quicklinks.sh │ │ ├── screenshot.sh │ │ └── volume.sh │ ├── shared │ │ ├── colors.rasi │ │ ├── fonts.rasi │ │ └── theme.bash │ ├── type-1 │ │ ├── style-1.rasi │ │ ├── style-2.rasi │ │ └── style-3.rasi │ ├── type-2 │ │ ├── style-1.rasi │ │ ├── style-2.rasi │ │ └── style-3.rasi │ ├── type-3 │ │ ├── style-1.rasi │ │ ├── style-2.rasi │ │ └── style-3.rasi │ ├── type-4 │ │ ├── style-1.rasi │ │ ├── style-2.rasi │ │ └── style-3.rasi │ └── type-5 │ │ ├── style-1.rasi │ │ ├── style-2.rasi │ │ └── style-3.rasi ├── colors │ ├── adapta.rasi │ ├── arc.rasi │ ├── black.rasi │ ├── catppuccin.rasi │ ├── cyberpunk.rasi │ ├── dracula.rasi │ ├── everforest.rasi │ ├── gruvbox.rasi │ ├── lovelace.rasi │ ├── navy.rasi │ ├── nord.rasi │ ├── onedark.rasi │ ├── paper.rasi │ ├── solarized.rasi │ ├── tokyonight.rasi │ └── yousai.rasi ├── config.rasi ├── images │ ├── a.png │ ├── b.png │ ├── c.png │ ├── d.png │ ├── e.jpg │ ├── f.png │ ├── flowers-1.png │ ├── flowers-2.png │ ├── flowers-3.png │ ├── g.png │ ├── gradient.png │ ├── h.jpg │ ├── i.jpg │ ├── j.jpg │ ├── paper.png │ └── user.jpeg ├── launchers │ ├── type-1 │ │ ├── launcher.sh │ │ ├── shared │ │ │ ├── colors.rasi │ │ │ └── fonts.rasi │ │ ├── style-1.rasi │ │ ├── style-10.rasi │ │ ├── style-11.rasi │ │ ├── style-12.rasi │ │ ├── style-13.rasi │ │ ├── style-14.rasi │ │ ├── style-15.rasi │ │ ├── style-2.rasi │ │ ├── style-3.rasi │ │ ├── style-4.rasi │ │ ├── style-5.rasi │ │ ├── style-6.rasi │ │ ├── style-7.rasi │ │ ├── style-8.rasi │ │ └── style-9.rasi │ ├── type-2 │ │ ├── launcher.sh │ │ ├── shared │ │ │ ├── colors.rasi │ │ │ └── fonts.rasi │ │ ├── style-1.rasi │ │ ├── style-10.rasi │ │ ├── style-11.rasi │ │ ├── style-12.rasi │ │ ├── style-13.rasi │ │ ├── style-14.rasi │ │ ├── style-15.rasi │ │ ├── style-2.rasi │ │ ├── style-3.rasi │ │ ├── style-4.rasi │ │ ├── style-5.rasi │ │ ├── style-6.rasi │ │ ├── style-7.rasi │ │ ├── style-8.rasi │ │ └── style-9.rasi │ ├── type-3 │ │ ├── launcher.sh │ │ ├── shared │ │ │ ├── colors.rasi │ │ │ └── fonts.rasi │ │ ├── style-1.rasi │ │ ├── style-10.rasi │ │ ├── style-2.rasi │ │ ├── style-3.rasi │ │ ├── style-4.rasi │ │ ├── style-5.rasi │ │ ├── style-6.rasi │ │ ├── style-7.rasi │ │ ├── style-8.rasi │ │ └── style-9.rasi │ ├── type-4 │ │ ├── launcher.sh │ │ ├── shared │ │ │ ├── colors.rasi │ │ │ └── fonts.rasi │ │ ├── style-1.rasi │ │ ├── style-10.rasi │ │ ├── style-2.rasi │ │ ├── style-3.rasi │ │ ├── style-4.rasi │ │ ├── style-5.rasi │ │ ├── style-6.rasi │ │ ├── style-7.rasi │ │ ├── style-8.rasi │ │ └── style-9.rasi │ ├── type-5 │ │ ├── launcher.sh │ │ ├── style-1.rasi │ │ ├── style-2.rasi │ │ ├── style-3.rasi │ │ ├── style-4.rasi │ │ └── style-5.rasi │ ├── type-6 │ │ ├── launcher.sh │ │ ├── style-1.rasi │ │ ├── style-10.rasi │ │ ├── style-2.rasi │ │ ├── style-3.rasi │ │ ├── style-4.rasi │ │ ├── style-5.rasi │ │ ├── style-6.rasi │ │ ├── style-7.rasi │ │ ├── style-8.rasi │ │ └── style-9.rasi │ └── type-7 │ │ ├── launcher.sh │ │ ├── style-1.rasi │ │ ├── style-10.rasi │ │ ├── style-2.rasi │ │ ├── style-3.rasi │ │ ├── style-4.rasi │ │ ├── style-5.rasi │ │ ├── style-6.rasi │ │ ├── style-7.rasi │ │ ├── style-8.rasi │ │ └── style-9.rasi ├── powermenu │ ├── type-1 │ │ ├── powermenu.sh │ │ ├── shared │ │ │ ├── colors.rasi │ │ │ └── fonts.rasi │ │ ├── style-1.rasi │ │ ├── style-2.rasi │ │ ├── style-3.rasi │ │ ├── style-4.rasi │ │ └── style-5.rasi │ ├── type-2 │ │ ├── powermenu.sh │ │ ├── shared │ │ │ ├── colors.rasi │ │ │ └── fonts.rasi │ │ ├── style-1.rasi │ │ ├── style-10.rasi │ │ ├── style-2.rasi │ │ ├── style-3.rasi │ │ ├── style-4.rasi │ │ ├── style-5.rasi │ │ ├── style-6.rasi │ │ ├── style-7.rasi │ │ ├── style-8.rasi │ │ └── style-9.rasi │ ├── type-3 │ │ ├── powermenu.sh │ │ ├── shared │ │ │ ├── colors.rasi │ │ │ ├── confirm.rasi │ │ │ └── fonts.rasi │ │ ├── style-1.rasi │ │ ├── style-2.rasi │ │ ├── style-3.rasi │ │ ├── style-4.rasi │ │ └── style-5.rasi │ ├── type-4 │ │ ├── powermenu.sh │ │ ├── shared │ │ │ ├── colors.rasi │ │ │ ├── confirm.rasi │ │ │ └── fonts.rasi │ │ ├── style-1.rasi │ │ ├── style-2.rasi │ │ ├── style-3.rasi │ │ ├── style-4.rasi │ │ └── style-5.rasi │ ├── type-5 │ │ ├── powermenu.sh │ │ ├── style-1.rasi │ │ ├── style-2.rasi │ │ ├── style-3.rasi │ │ ├── style-4.rasi │ │ └── style-5.rasi │ └── type-6 │ │ ├── powermenu.sh │ │ ├── style-1.rasi │ │ ├── style-2.rasi │ │ ├── style-3.rasi │ │ ├── style-4.rasi │ │ └── style-5.rasi └── scripts │ ├── launcher_t1 │ ├── launcher_t2 │ ├── launcher_t3 │ ├── launcher_t4 │ ├── launcher_t5 │ ├── launcher_t6 │ ├── launcher_t7 │ ├── powermenu_t1 │ ├── powermenu_t2 │ ├── powermenu_t3 │ ├── powermenu_t4 │ ├── powermenu_t5 │ └── powermenu_t6 ├── fonts ├── GrapeNuts-Regular.ttf ├── Icomoon-Feather.ttf ├── Iosevka-Nerd-Font-Complete.ttf └── JetBrains-Mono-Nerd-Font-Complete.ttf ├── previews ├── applets │ ├── 1 │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ └── 5.png │ ├── 2 │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ └── 5.png │ ├── 3 │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ └── 5.png │ ├── 4 │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ └── 5.png │ ├── 5 │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ └── 5.png │ ├── 6 │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ └── 5.png │ ├── 7 │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ └── 5.png │ ├── 8 │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ └── 5.png │ ├── 9 │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ └── 5.png │ ├── type-1.gif │ ├── type-2.gif │ ├── type-3.gif │ ├── type-4.gif │ └── type-5.gif ├── launchers │ ├── colors │ │ ├── color-1.png │ │ ├── color-10.png │ │ ├── color-11.png │ │ ├── color-12.png │ │ ├── color-13.png │ │ ├── color-14.png │ │ ├── color-15.png │ │ ├── color-2.png │ │ ├── color-3.png │ │ ├── color-4.png │ │ ├── color-5.png │ │ ├── color-6.png │ │ ├── color-7.png │ │ ├── color-8.png │ │ └── color-9.png │ ├── type-1.gif │ ├── type-1 │ │ ├── 1.png │ │ ├── 10.png │ │ ├── 11.png │ │ ├── 12.png │ │ ├── 13.png │ │ ├── 14.png │ │ ├── 15.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ ├── 5.png │ │ ├── 6.png │ │ ├── 7.png │ │ ├── 8.png │ │ └── 9.png │ ├── type-2.gif │ ├── type-2 │ │ ├── 1.png │ │ ├── 10.png │ │ ├── 11.png │ │ ├── 12.png │ │ ├── 13.png │ │ ├── 14.png │ │ ├── 15.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ ├── 5.png │ │ ├── 6.png │ │ ├── 7.png │ │ ├── 8.png │ │ └── 9.png │ ├── type-3.gif │ ├── type-3 │ │ ├── 1.png │ │ ├── 10.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ ├── 5.png │ │ ├── 6.png │ │ ├── 7.png │ │ ├── 8.png │ │ └── 9.png │ ├── type-4.gif │ ├── type-4 │ │ ├── 1.png │ │ ├── 10.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ ├── 5.png │ │ ├── 6.png │ │ ├── 7.png │ │ ├── 8.png │ │ └── 9.png │ ├── type-5.gif │ ├── type-5 │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ └── 5.png │ ├── type-6.gif │ ├── type-6 │ │ ├── 1.png │ │ ├── 10.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ ├── 5.png │ │ ├── 6.png │ │ ├── 7.png │ │ ├── 8.png │ │ └── 9.png │ ├── type-7.gif │ └── type-7 │ │ ├── 1.png │ │ ├── 10.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ ├── 5.png │ │ ├── 6.png │ │ ├── 7.png │ │ ├── 8.png │ │ └── 9.png ├── logo.png ├── powermenu │ ├── type-1.gif │ ├── type-1 │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ └── 5.png │ ├── type-2.gif │ ├── type-2 │ │ ├── 1.png │ │ ├── 10.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ ├── 5.png │ │ ├── 6.png │ │ ├── 7.png │ │ ├── 8.png │ │ └── 9.png │ ├── type-3.gif │ ├── type-3 │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ └── 5.png │ ├── type-4.gif │ ├── type-4 │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ └── 5.png │ ├── type-5.gif │ ├── type-5 │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ └── 5.png │ ├── type-6.gif │ └── type-6 │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ └── 5.png └── sponsor.png └── setup.sh /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.github/workflows/sponsors.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/.github/workflows/sponsors.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/README.md -------------------------------------------------------------------------------- /files/applets/bin/appasroot.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/applets/bin/appasroot.sh -------------------------------------------------------------------------------- /files/applets/bin/apps.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/applets/bin/apps.sh -------------------------------------------------------------------------------- /files/applets/bin/battery.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/applets/bin/battery.sh -------------------------------------------------------------------------------- /files/applets/bin/brightness.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/applets/bin/brightness.sh -------------------------------------------------------------------------------- /files/applets/bin/mpd.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/applets/bin/mpd.sh -------------------------------------------------------------------------------- /files/applets/bin/powermenu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/applets/bin/powermenu.sh -------------------------------------------------------------------------------- /files/applets/bin/quicklinks.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/applets/bin/quicklinks.sh -------------------------------------------------------------------------------- /files/applets/bin/screenshot.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/applets/bin/screenshot.sh -------------------------------------------------------------------------------- /files/applets/bin/volume.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/applets/bin/volume.sh -------------------------------------------------------------------------------- /files/applets/shared/colors.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/applets/shared/colors.rasi -------------------------------------------------------------------------------- /files/applets/shared/fonts.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/applets/shared/fonts.rasi -------------------------------------------------------------------------------- /files/applets/shared/theme.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/applets/shared/theme.bash -------------------------------------------------------------------------------- /files/applets/type-1/style-1.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/applets/type-1/style-1.rasi -------------------------------------------------------------------------------- /files/applets/type-1/style-2.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/applets/type-1/style-2.rasi -------------------------------------------------------------------------------- /files/applets/type-1/style-3.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/applets/type-1/style-3.rasi -------------------------------------------------------------------------------- /files/applets/type-2/style-1.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/applets/type-2/style-1.rasi -------------------------------------------------------------------------------- /files/applets/type-2/style-2.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/applets/type-2/style-2.rasi -------------------------------------------------------------------------------- /files/applets/type-2/style-3.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/applets/type-2/style-3.rasi -------------------------------------------------------------------------------- /files/applets/type-3/style-1.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/applets/type-3/style-1.rasi -------------------------------------------------------------------------------- /files/applets/type-3/style-2.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/applets/type-3/style-2.rasi -------------------------------------------------------------------------------- /files/applets/type-3/style-3.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/applets/type-3/style-3.rasi -------------------------------------------------------------------------------- /files/applets/type-4/style-1.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/applets/type-4/style-1.rasi -------------------------------------------------------------------------------- /files/applets/type-4/style-2.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/applets/type-4/style-2.rasi -------------------------------------------------------------------------------- /files/applets/type-4/style-3.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/applets/type-4/style-3.rasi -------------------------------------------------------------------------------- /files/applets/type-5/style-1.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/applets/type-5/style-1.rasi -------------------------------------------------------------------------------- /files/applets/type-5/style-2.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/applets/type-5/style-2.rasi -------------------------------------------------------------------------------- /files/applets/type-5/style-3.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/applets/type-5/style-3.rasi -------------------------------------------------------------------------------- /files/colors/adapta.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/colors/adapta.rasi -------------------------------------------------------------------------------- /files/colors/arc.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/colors/arc.rasi -------------------------------------------------------------------------------- /files/colors/black.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/colors/black.rasi -------------------------------------------------------------------------------- /files/colors/catppuccin.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/colors/catppuccin.rasi -------------------------------------------------------------------------------- /files/colors/cyberpunk.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/colors/cyberpunk.rasi -------------------------------------------------------------------------------- /files/colors/dracula.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/colors/dracula.rasi -------------------------------------------------------------------------------- /files/colors/everforest.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/colors/everforest.rasi -------------------------------------------------------------------------------- /files/colors/gruvbox.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/colors/gruvbox.rasi -------------------------------------------------------------------------------- /files/colors/lovelace.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/colors/lovelace.rasi -------------------------------------------------------------------------------- /files/colors/navy.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/colors/navy.rasi -------------------------------------------------------------------------------- /files/colors/nord.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/colors/nord.rasi -------------------------------------------------------------------------------- /files/colors/onedark.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/colors/onedark.rasi -------------------------------------------------------------------------------- /files/colors/paper.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/colors/paper.rasi -------------------------------------------------------------------------------- /files/colors/solarized.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/colors/solarized.rasi -------------------------------------------------------------------------------- /files/colors/tokyonight.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/colors/tokyonight.rasi -------------------------------------------------------------------------------- /files/colors/yousai.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/colors/yousai.rasi -------------------------------------------------------------------------------- /files/config.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/config.rasi -------------------------------------------------------------------------------- /files/images/a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/images/a.png -------------------------------------------------------------------------------- /files/images/b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/images/b.png -------------------------------------------------------------------------------- /files/images/c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/images/c.png -------------------------------------------------------------------------------- /files/images/d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/images/d.png -------------------------------------------------------------------------------- /files/images/e.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/images/e.jpg -------------------------------------------------------------------------------- /files/images/f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/images/f.png -------------------------------------------------------------------------------- /files/images/flowers-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/images/flowers-1.png -------------------------------------------------------------------------------- /files/images/flowers-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/images/flowers-2.png -------------------------------------------------------------------------------- /files/images/flowers-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/images/flowers-3.png -------------------------------------------------------------------------------- /files/images/g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/images/g.png -------------------------------------------------------------------------------- /files/images/gradient.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/images/gradient.png -------------------------------------------------------------------------------- /files/images/h.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/images/h.jpg -------------------------------------------------------------------------------- /files/images/i.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/images/i.jpg -------------------------------------------------------------------------------- /files/images/j.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/images/j.jpg -------------------------------------------------------------------------------- /files/images/paper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/images/paper.png -------------------------------------------------------------------------------- /files/images/user.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/images/user.jpeg -------------------------------------------------------------------------------- /files/launchers/type-1/launcher.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-1/launcher.sh -------------------------------------------------------------------------------- /files/launchers/type-1/shared/colors.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-1/shared/colors.rasi -------------------------------------------------------------------------------- /files/launchers/type-1/shared/fonts.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-1/shared/fonts.rasi -------------------------------------------------------------------------------- /files/launchers/type-1/style-1.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-1/style-1.rasi -------------------------------------------------------------------------------- /files/launchers/type-1/style-10.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-1/style-10.rasi -------------------------------------------------------------------------------- /files/launchers/type-1/style-11.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-1/style-11.rasi -------------------------------------------------------------------------------- /files/launchers/type-1/style-12.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-1/style-12.rasi -------------------------------------------------------------------------------- /files/launchers/type-1/style-13.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-1/style-13.rasi -------------------------------------------------------------------------------- /files/launchers/type-1/style-14.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-1/style-14.rasi -------------------------------------------------------------------------------- /files/launchers/type-1/style-15.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-1/style-15.rasi -------------------------------------------------------------------------------- /files/launchers/type-1/style-2.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-1/style-2.rasi -------------------------------------------------------------------------------- /files/launchers/type-1/style-3.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-1/style-3.rasi -------------------------------------------------------------------------------- /files/launchers/type-1/style-4.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-1/style-4.rasi -------------------------------------------------------------------------------- /files/launchers/type-1/style-5.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-1/style-5.rasi -------------------------------------------------------------------------------- /files/launchers/type-1/style-6.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-1/style-6.rasi -------------------------------------------------------------------------------- /files/launchers/type-1/style-7.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-1/style-7.rasi -------------------------------------------------------------------------------- /files/launchers/type-1/style-8.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-1/style-8.rasi -------------------------------------------------------------------------------- /files/launchers/type-1/style-9.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-1/style-9.rasi -------------------------------------------------------------------------------- /files/launchers/type-2/launcher.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-2/launcher.sh -------------------------------------------------------------------------------- /files/launchers/type-2/shared/colors.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-2/shared/colors.rasi -------------------------------------------------------------------------------- /files/launchers/type-2/shared/fonts.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-2/shared/fonts.rasi -------------------------------------------------------------------------------- /files/launchers/type-2/style-1.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-2/style-1.rasi -------------------------------------------------------------------------------- /files/launchers/type-2/style-10.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-2/style-10.rasi -------------------------------------------------------------------------------- /files/launchers/type-2/style-11.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-2/style-11.rasi -------------------------------------------------------------------------------- /files/launchers/type-2/style-12.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-2/style-12.rasi -------------------------------------------------------------------------------- /files/launchers/type-2/style-13.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-2/style-13.rasi -------------------------------------------------------------------------------- /files/launchers/type-2/style-14.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-2/style-14.rasi -------------------------------------------------------------------------------- /files/launchers/type-2/style-15.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-2/style-15.rasi -------------------------------------------------------------------------------- /files/launchers/type-2/style-2.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-2/style-2.rasi -------------------------------------------------------------------------------- /files/launchers/type-2/style-3.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-2/style-3.rasi -------------------------------------------------------------------------------- /files/launchers/type-2/style-4.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-2/style-4.rasi -------------------------------------------------------------------------------- /files/launchers/type-2/style-5.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-2/style-5.rasi -------------------------------------------------------------------------------- /files/launchers/type-2/style-6.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-2/style-6.rasi -------------------------------------------------------------------------------- /files/launchers/type-2/style-7.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-2/style-7.rasi -------------------------------------------------------------------------------- /files/launchers/type-2/style-8.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-2/style-8.rasi -------------------------------------------------------------------------------- /files/launchers/type-2/style-9.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-2/style-9.rasi -------------------------------------------------------------------------------- /files/launchers/type-3/launcher.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-3/launcher.sh -------------------------------------------------------------------------------- /files/launchers/type-3/shared/colors.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-3/shared/colors.rasi -------------------------------------------------------------------------------- /files/launchers/type-3/shared/fonts.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-3/shared/fonts.rasi -------------------------------------------------------------------------------- /files/launchers/type-3/style-1.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-3/style-1.rasi -------------------------------------------------------------------------------- /files/launchers/type-3/style-10.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-3/style-10.rasi -------------------------------------------------------------------------------- /files/launchers/type-3/style-2.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-3/style-2.rasi -------------------------------------------------------------------------------- /files/launchers/type-3/style-3.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-3/style-3.rasi -------------------------------------------------------------------------------- /files/launchers/type-3/style-4.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-3/style-4.rasi -------------------------------------------------------------------------------- /files/launchers/type-3/style-5.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-3/style-5.rasi -------------------------------------------------------------------------------- /files/launchers/type-3/style-6.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-3/style-6.rasi -------------------------------------------------------------------------------- /files/launchers/type-3/style-7.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-3/style-7.rasi -------------------------------------------------------------------------------- /files/launchers/type-3/style-8.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-3/style-8.rasi -------------------------------------------------------------------------------- /files/launchers/type-3/style-9.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-3/style-9.rasi -------------------------------------------------------------------------------- /files/launchers/type-4/launcher.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-4/launcher.sh -------------------------------------------------------------------------------- /files/launchers/type-4/shared/colors.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-4/shared/colors.rasi -------------------------------------------------------------------------------- /files/launchers/type-4/shared/fonts.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-4/shared/fonts.rasi -------------------------------------------------------------------------------- /files/launchers/type-4/style-1.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-4/style-1.rasi -------------------------------------------------------------------------------- /files/launchers/type-4/style-10.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-4/style-10.rasi -------------------------------------------------------------------------------- /files/launchers/type-4/style-2.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-4/style-2.rasi -------------------------------------------------------------------------------- /files/launchers/type-4/style-3.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-4/style-3.rasi -------------------------------------------------------------------------------- /files/launchers/type-4/style-4.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-4/style-4.rasi -------------------------------------------------------------------------------- /files/launchers/type-4/style-5.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-4/style-5.rasi -------------------------------------------------------------------------------- /files/launchers/type-4/style-6.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-4/style-6.rasi -------------------------------------------------------------------------------- /files/launchers/type-4/style-7.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-4/style-7.rasi -------------------------------------------------------------------------------- /files/launchers/type-4/style-8.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-4/style-8.rasi -------------------------------------------------------------------------------- /files/launchers/type-4/style-9.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-4/style-9.rasi -------------------------------------------------------------------------------- /files/launchers/type-5/launcher.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-5/launcher.sh -------------------------------------------------------------------------------- /files/launchers/type-5/style-1.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-5/style-1.rasi -------------------------------------------------------------------------------- /files/launchers/type-5/style-2.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-5/style-2.rasi -------------------------------------------------------------------------------- /files/launchers/type-5/style-3.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-5/style-3.rasi -------------------------------------------------------------------------------- /files/launchers/type-5/style-4.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-5/style-4.rasi -------------------------------------------------------------------------------- /files/launchers/type-5/style-5.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-5/style-5.rasi -------------------------------------------------------------------------------- /files/launchers/type-6/launcher.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-6/launcher.sh -------------------------------------------------------------------------------- /files/launchers/type-6/style-1.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-6/style-1.rasi -------------------------------------------------------------------------------- /files/launchers/type-6/style-10.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-6/style-10.rasi -------------------------------------------------------------------------------- /files/launchers/type-6/style-2.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-6/style-2.rasi -------------------------------------------------------------------------------- /files/launchers/type-6/style-3.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-6/style-3.rasi -------------------------------------------------------------------------------- /files/launchers/type-6/style-4.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-6/style-4.rasi -------------------------------------------------------------------------------- /files/launchers/type-6/style-5.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-6/style-5.rasi -------------------------------------------------------------------------------- /files/launchers/type-6/style-6.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-6/style-6.rasi -------------------------------------------------------------------------------- /files/launchers/type-6/style-7.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-6/style-7.rasi -------------------------------------------------------------------------------- /files/launchers/type-6/style-8.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-6/style-8.rasi -------------------------------------------------------------------------------- /files/launchers/type-6/style-9.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-6/style-9.rasi -------------------------------------------------------------------------------- /files/launchers/type-7/launcher.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-7/launcher.sh -------------------------------------------------------------------------------- /files/launchers/type-7/style-1.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-7/style-1.rasi -------------------------------------------------------------------------------- /files/launchers/type-7/style-10.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-7/style-10.rasi -------------------------------------------------------------------------------- /files/launchers/type-7/style-2.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-7/style-2.rasi -------------------------------------------------------------------------------- /files/launchers/type-7/style-3.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-7/style-3.rasi -------------------------------------------------------------------------------- /files/launchers/type-7/style-4.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-7/style-4.rasi -------------------------------------------------------------------------------- /files/launchers/type-7/style-5.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-7/style-5.rasi -------------------------------------------------------------------------------- /files/launchers/type-7/style-6.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-7/style-6.rasi -------------------------------------------------------------------------------- /files/launchers/type-7/style-7.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-7/style-7.rasi -------------------------------------------------------------------------------- /files/launchers/type-7/style-8.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-7/style-8.rasi -------------------------------------------------------------------------------- /files/launchers/type-7/style-9.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/launchers/type-7/style-9.rasi -------------------------------------------------------------------------------- /files/powermenu/type-1/powermenu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/powermenu/type-1/powermenu.sh -------------------------------------------------------------------------------- /files/powermenu/type-1/shared/colors.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/powermenu/type-1/shared/colors.rasi -------------------------------------------------------------------------------- /files/powermenu/type-1/shared/fonts.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/powermenu/type-1/shared/fonts.rasi -------------------------------------------------------------------------------- /files/powermenu/type-1/style-1.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/powermenu/type-1/style-1.rasi -------------------------------------------------------------------------------- /files/powermenu/type-1/style-2.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/powermenu/type-1/style-2.rasi -------------------------------------------------------------------------------- /files/powermenu/type-1/style-3.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/powermenu/type-1/style-3.rasi -------------------------------------------------------------------------------- /files/powermenu/type-1/style-4.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/powermenu/type-1/style-4.rasi -------------------------------------------------------------------------------- /files/powermenu/type-1/style-5.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/powermenu/type-1/style-5.rasi -------------------------------------------------------------------------------- /files/powermenu/type-2/powermenu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/powermenu/type-2/powermenu.sh -------------------------------------------------------------------------------- /files/powermenu/type-2/shared/colors.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/powermenu/type-2/shared/colors.rasi -------------------------------------------------------------------------------- /files/powermenu/type-2/shared/fonts.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/powermenu/type-2/shared/fonts.rasi -------------------------------------------------------------------------------- /files/powermenu/type-2/style-1.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/powermenu/type-2/style-1.rasi -------------------------------------------------------------------------------- /files/powermenu/type-2/style-10.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/powermenu/type-2/style-10.rasi -------------------------------------------------------------------------------- /files/powermenu/type-2/style-2.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/powermenu/type-2/style-2.rasi -------------------------------------------------------------------------------- /files/powermenu/type-2/style-3.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/powermenu/type-2/style-3.rasi -------------------------------------------------------------------------------- /files/powermenu/type-2/style-4.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/powermenu/type-2/style-4.rasi -------------------------------------------------------------------------------- /files/powermenu/type-2/style-5.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/powermenu/type-2/style-5.rasi -------------------------------------------------------------------------------- /files/powermenu/type-2/style-6.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/powermenu/type-2/style-6.rasi -------------------------------------------------------------------------------- /files/powermenu/type-2/style-7.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/powermenu/type-2/style-7.rasi -------------------------------------------------------------------------------- /files/powermenu/type-2/style-8.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/powermenu/type-2/style-8.rasi -------------------------------------------------------------------------------- /files/powermenu/type-2/style-9.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/powermenu/type-2/style-9.rasi -------------------------------------------------------------------------------- /files/powermenu/type-3/powermenu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/powermenu/type-3/powermenu.sh -------------------------------------------------------------------------------- /files/powermenu/type-3/shared/colors.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/powermenu/type-3/shared/colors.rasi -------------------------------------------------------------------------------- /files/powermenu/type-3/shared/confirm.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/powermenu/type-3/shared/confirm.rasi -------------------------------------------------------------------------------- /files/powermenu/type-3/shared/fonts.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/powermenu/type-3/shared/fonts.rasi -------------------------------------------------------------------------------- /files/powermenu/type-3/style-1.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/powermenu/type-3/style-1.rasi -------------------------------------------------------------------------------- /files/powermenu/type-3/style-2.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/powermenu/type-3/style-2.rasi -------------------------------------------------------------------------------- /files/powermenu/type-3/style-3.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/powermenu/type-3/style-3.rasi -------------------------------------------------------------------------------- /files/powermenu/type-3/style-4.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/powermenu/type-3/style-4.rasi -------------------------------------------------------------------------------- /files/powermenu/type-3/style-5.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/powermenu/type-3/style-5.rasi -------------------------------------------------------------------------------- /files/powermenu/type-4/powermenu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/powermenu/type-4/powermenu.sh -------------------------------------------------------------------------------- /files/powermenu/type-4/shared/colors.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/powermenu/type-4/shared/colors.rasi -------------------------------------------------------------------------------- /files/powermenu/type-4/shared/confirm.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/powermenu/type-4/shared/confirm.rasi -------------------------------------------------------------------------------- /files/powermenu/type-4/shared/fonts.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/powermenu/type-4/shared/fonts.rasi -------------------------------------------------------------------------------- /files/powermenu/type-4/style-1.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/powermenu/type-4/style-1.rasi -------------------------------------------------------------------------------- /files/powermenu/type-4/style-2.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/powermenu/type-4/style-2.rasi -------------------------------------------------------------------------------- /files/powermenu/type-4/style-3.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/powermenu/type-4/style-3.rasi -------------------------------------------------------------------------------- /files/powermenu/type-4/style-4.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/powermenu/type-4/style-4.rasi -------------------------------------------------------------------------------- /files/powermenu/type-4/style-5.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/powermenu/type-4/style-5.rasi -------------------------------------------------------------------------------- /files/powermenu/type-5/powermenu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/powermenu/type-5/powermenu.sh -------------------------------------------------------------------------------- /files/powermenu/type-5/style-1.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/powermenu/type-5/style-1.rasi -------------------------------------------------------------------------------- /files/powermenu/type-5/style-2.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/powermenu/type-5/style-2.rasi -------------------------------------------------------------------------------- /files/powermenu/type-5/style-3.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/powermenu/type-5/style-3.rasi -------------------------------------------------------------------------------- /files/powermenu/type-5/style-4.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/powermenu/type-5/style-4.rasi -------------------------------------------------------------------------------- /files/powermenu/type-5/style-5.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/powermenu/type-5/style-5.rasi -------------------------------------------------------------------------------- /files/powermenu/type-6/powermenu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/powermenu/type-6/powermenu.sh -------------------------------------------------------------------------------- /files/powermenu/type-6/style-1.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/powermenu/type-6/style-1.rasi -------------------------------------------------------------------------------- /files/powermenu/type-6/style-2.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/powermenu/type-6/style-2.rasi -------------------------------------------------------------------------------- /files/powermenu/type-6/style-3.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/powermenu/type-6/style-3.rasi -------------------------------------------------------------------------------- /files/powermenu/type-6/style-4.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/powermenu/type-6/style-4.rasi -------------------------------------------------------------------------------- /files/powermenu/type-6/style-5.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/files/powermenu/type-6/style-5.rasi -------------------------------------------------------------------------------- /files/scripts/launcher_t1: -------------------------------------------------------------------------------- 1 | ../launchers/type-1/launcher.sh -------------------------------------------------------------------------------- /files/scripts/launcher_t2: -------------------------------------------------------------------------------- 1 | ../launchers/type-2/launcher.sh -------------------------------------------------------------------------------- /files/scripts/launcher_t3: -------------------------------------------------------------------------------- 1 | ../launchers/type-3/launcher.sh -------------------------------------------------------------------------------- /files/scripts/launcher_t4: -------------------------------------------------------------------------------- 1 | ../launchers/type-4/launcher.sh -------------------------------------------------------------------------------- /files/scripts/launcher_t5: -------------------------------------------------------------------------------- 1 | ../launchers/type-5/launcher.sh -------------------------------------------------------------------------------- /files/scripts/launcher_t6: -------------------------------------------------------------------------------- 1 | ../launchers/type-6/launcher.sh -------------------------------------------------------------------------------- /files/scripts/launcher_t7: -------------------------------------------------------------------------------- 1 | ../launchers/type-7/launcher.sh -------------------------------------------------------------------------------- /files/scripts/powermenu_t1: -------------------------------------------------------------------------------- 1 | ../powermenu/type-1/powermenu.sh -------------------------------------------------------------------------------- /files/scripts/powermenu_t2: -------------------------------------------------------------------------------- 1 | ../powermenu/type-2/powermenu.sh -------------------------------------------------------------------------------- /files/scripts/powermenu_t3: -------------------------------------------------------------------------------- 1 | ../powermenu/type-3/powermenu.sh -------------------------------------------------------------------------------- /files/scripts/powermenu_t4: -------------------------------------------------------------------------------- 1 | ../powermenu/type-4/powermenu.sh -------------------------------------------------------------------------------- /files/scripts/powermenu_t5: -------------------------------------------------------------------------------- 1 | ../powermenu/type-5/powermenu.sh -------------------------------------------------------------------------------- /files/scripts/powermenu_t6: -------------------------------------------------------------------------------- 1 | ../powermenu/type-6/powermenu.sh -------------------------------------------------------------------------------- /fonts/GrapeNuts-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/fonts/GrapeNuts-Regular.ttf -------------------------------------------------------------------------------- /fonts/Icomoon-Feather.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/fonts/Icomoon-Feather.ttf -------------------------------------------------------------------------------- /fonts/Iosevka-Nerd-Font-Complete.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/fonts/Iosevka-Nerd-Font-Complete.ttf -------------------------------------------------------------------------------- /fonts/JetBrains-Mono-Nerd-Font-Complete.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/fonts/JetBrains-Mono-Nerd-Font-Complete.ttf -------------------------------------------------------------------------------- /previews/applets/1/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/applets/1/1.png -------------------------------------------------------------------------------- /previews/applets/1/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/applets/1/2.png -------------------------------------------------------------------------------- /previews/applets/1/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/applets/1/3.png -------------------------------------------------------------------------------- /previews/applets/1/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/applets/1/4.png -------------------------------------------------------------------------------- /previews/applets/1/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/applets/1/5.png -------------------------------------------------------------------------------- /previews/applets/2/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/applets/2/1.png -------------------------------------------------------------------------------- /previews/applets/2/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/applets/2/2.png -------------------------------------------------------------------------------- /previews/applets/2/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/applets/2/3.png -------------------------------------------------------------------------------- /previews/applets/2/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/applets/2/4.png -------------------------------------------------------------------------------- /previews/applets/2/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/applets/2/5.png -------------------------------------------------------------------------------- /previews/applets/3/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/applets/3/1.png -------------------------------------------------------------------------------- /previews/applets/3/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/applets/3/2.png -------------------------------------------------------------------------------- /previews/applets/3/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/applets/3/3.png -------------------------------------------------------------------------------- /previews/applets/3/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/applets/3/4.png -------------------------------------------------------------------------------- /previews/applets/3/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/applets/3/5.png -------------------------------------------------------------------------------- /previews/applets/4/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/applets/4/1.png -------------------------------------------------------------------------------- /previews/applets/4/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/applets/4/2.png -------------------------------------------------------------------------------- /previews/applets/4/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/applets/4/3.png -------------------------------------------------------------------------------- /previews/applets/4/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/applets/4/4.png -------------------------------------------------------------------------------- /previews/applets/4/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/applets/4/5.png -------------------------------------------------------------------------------- /previews/applets/5/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/applets/5/1.png -------------------------------------------------------------------------------- /previews/applets/5/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/applets/5/2.png -------------------------------------------------------------------------------- /previews/applets/5/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/applets/5/3.png -------------------------------------------------------------------------------- /previews/applets/5/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/applets/5/4.png -------------------------------------------------------------------------------- /previews/applets/5/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/applets/5/5.png -------------------------------------------------------------------------------- /previews/applets/6/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/applets/6/1.png -------------------------------------------------------------------------------- /previews/applets/6/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/applets/6/2.png -------------------------------------------------------------------------------- /previews/applets/6/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/applets/6/3.png -------------------------------------------------------------------------------- /previews/applets/6/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/applets/6/4.png -------------------------------------------------------------------------------- /previews/applets/6/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/applets/6/5.png -------------------------------------------------------------------------------- /previews/applets/7/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/applets/7/1.png -------------------------------------------------------------------------------- /previews/applets/7/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/applets/7/2.png -------------------------------------------------------------------------------- /previews/applets/7/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/applets/7/3.png -------------------------------------------------------------------------------- /previews/applets/7/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/applets/7/4.png -------------------------------------------------------------------------------- /previews/applets/7/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/applets/7/5.png -------------------------------------------------------------------------------- /previews/applets/8/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/applets/8/1.png -------------------------------------------------------------------------------- /previews/applets/8/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/applets/8/2.png -------------------------------------------------------------------------------- /previews/applets/8/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/applets/8/3.png -------------------------------------------------------------------------------- /previews/applets/8/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/applets/8/4.png -------------------------------------------------------------------------------- /previews/applets/8/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/applets/8/5.png -------------------------------------------------------------------------------- /previews/applets/9/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/applets/9/1.png -------------------------------------------------------------------------------- /previews/applets/9/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/applets/9/2.png -------------------------------------------------------------------------------- /previews/applets/9/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/applets/9/3.png -------------------------------------------------------------------------------- /previews/applets/9/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/applets/9/4.png -------------------------------------------------------------------------------- /previews/applets/9/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/applets/9/5.png -------------------------------------------------------------------------------- /previews/applets/type-1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/applets/type-1.gif -------------------------------------------------------------------------------- /previews/applets/type-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/applets/type-2.gif -------------------------------------------------------------------------------- /previews/applets/type-3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/applets/type-3.gif -------------------------------------------------------------------------------- /previews/applets/type-4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/applets/type-4.gif -------------------------------------------------------------------------------- /previews/applets/type-5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/applets/type-5.gif -------------------------------------------------------------------------------- /previews/launchers/colors/color-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/colors/color-1.png -------------------------------------------------------------------------------- /previews/launchers/colors/color-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/colors/color-10.png -------------------------------------------------------------------------------- /previews/launchers/colors/color-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/colors/color-11.png -------------------------------------------------------------------------------- /previews/launchers/colors/color-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/colors/color-12.png -------------------------------------------------------------------------------- /previews/launchers/colors/color-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/colors/color-13.png -------------------------------------------------------------------------------- /previews/launchers/colors/color-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/colors/color-14.png -------------------------------------------------------------------------------- /previews/launchers/colors/color-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/colors/color-15.png -------------------------------------------------------------------------------- /previews/launchers/colors/color-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/colors/color-2.png -------------------------------------------------------------------------------- /previews/launchers/colors/color-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/colors/color-3.png -------------------------------------------------------------------------------- /previews/launchers/colors/color-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/colors/color-4.png -------------------------------------------------------------------------------- /previews/launchers/colors/color-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/colors/color-5.png -------------------------------------------------------------------------------- /previews/launchers/colors/color-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/colors/color-6.png -------------------------------------------------------------------------------- /previews/launchers/colors/color-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/colors/color-7.png -------------------------------------------------------------------------------- /previews/launchers/colors/color-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/colors/color-8.png -------------------------------------------------------------------------------- /previews/launchers/colors/color-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/colors/color-9.png -------------------------------------------------------------------------------- /previews/launchers/type-1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-1.gif -------------------------------------------------------------------------------- /previews/launchers/type-1/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-1/1.png -------------------------------------------------------------------------------- /previews/launchers/type-1/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-1/10.png -------------------------------------------------------------------------------- /previews/launchers/type-1/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-1/11.png -------------------------------------------------------------------------------- /previews/launchers/type-1/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-1/12.png -------------------------------------------------------------------------------- /previews/launchers/type-1/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-1/13.png -------------------------------------------------------------------------------- /previews/launchers/type-1/14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-1/14.png -------------------------------------------------------------------------------- /previews/launchers/type-1/15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-1/15.png -------------------------------------------------------------------------------- /previews/launchers/type-1/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-1/2.png -------------------------------------------------------------------------------- /previews/launchers/type-1/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-1/3.png -------------------------------------------------------------------------------- /previews/launchers/type-1/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-1/4.png -------------------------------------------------------------------------------- /previews/launchers/type-1/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-1/5.png -------------------------------------------------------------------------------- /previews/launchers/type-1/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-1/6.png -------------------------------------------------------------------------------- /previews/launchers/type-1/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-1/7.png -------------------------------------------------------------------------------- /previews/launchers/type-1/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-1/8.png -------------------------------------------------------------------------------- /previews/launchers/type-1/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-1/9.png -------------------------------------------------------------------------------- /previews/launchers/type-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-2.gif -------------------------------------------------------------------------------- /previews/launchers/type-2/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-2/1.png -------------------------------------------------------------------------------- /previews/launchers/type-2/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-2/10.png -------------------------------------------------------------------------------- /previews/launchers/type-2/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-2/11.png -------------------------------------------------------------------------------- /previews/launchers/type-2/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-2/12.png -------------------------------------------------------------------------------- /previews/launchers/type-2/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-2/13.png -------------------------------------------------------------------------------- /previews/launchers/type-2/14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-2/14.png -------------------------------------------------------------------------------- /previews/launchers/type-2/15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-2/15.png -------------------------------------------------------------------------------- /previews/launchers/type-2/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-2/2.png -------------------------------------------------------------------------------- /previews/launchers/type-2/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-2/3.png -------------------------------------------------------------------------------- /previews/launchers/type-2/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-2/4.png -------------------------------------------------------------------------------- /previews/launchers/type-2/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-2/5.png -------------------------------------------------------------------------------- /previews/launchers/type-2/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-2/6.png -------------------------------------------------------------------------------- /previews/launchers/type-2/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-2/7.png -------------------------------------------------------------------------------- /previews/launchers/type-2/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-2/8.png -------------------------------------------------------------------------------- /previews/launchers/type-2/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-2/9.png -------------------------------------------------------------------------------- /previews/launchers/type-3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-3.gif -------------------------------------------------------------------------------- /previews/launchers/type-3/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-3/1.png -------------------------------------------------------------------------------- /previews/launchers/type-3/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-3/10.png -------------------------------------------------------------------------------- /previews/launchers/type-3/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-3/2.png -------------------------------------------------------------------------------- /previews/launchers/type-3/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-3/3.png -------------------------------------------------------------------------------- /previews/launchers/type-3/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-3/4.png -------------------------------------------------------------------------------- /previews/launchers/type-3/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-3/5.png -------------------------------------------------------------------------------- /previews/launchers/type-3/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-3/6.png -------------------------------------------------------------------------------- /previews/launchers/type-3/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-3/7.png -------------------------------------------------------------------------------- /previews/launchers/type-3/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-3/8.png -------------------------------------------------------------------------------- /previews/launchers/type-3/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-3/9.png -------------------------------------------------------------------------------- /previews/launchers/type-4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-4.gif -------------------------------------------------------------------------------- /previews/launchers/type-4/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-4/1.png -------------------------------------------------------------------------------- /previews/launchers/type-4/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-4/10.png -------------------------------------------------------------------------------- /previews/launchers/type-4/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-4/2.png -------------------------------------------------------------------------------- /previews/launchers/type-4/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-4/3.png -------------------------------------------------------------------------------- /previews/launchers/type-4/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-4/4.png -------------------------------------------------------------------------------- /previews/launchers/type-4/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-4/5.png -------------------------------------------------------------------------------- /previews/launchers/type-4/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-4/6.png -------------------------------------------------------------------------------- /previews/launchers/type-4/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-4/7.png -------------------------------------------------------------------------------- /previews/launchers/type-4/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-4/8.png -------------------------------------------------------------------------------- /previews/launchers/type-4/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-4/9.png -------------------------------------------------------------------------------- /previews/launchers/type-5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-5.gif -------------------------------------------------------------------------------- /previews/launchers/type-5/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-5/1.png -------------------------------------------------------------------------------- /previews/launchers/type-5/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-5/2.png -------------------------------------------------------------------------------- /previews/launchers/type-5/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-5/3.png -------------------------------------------------------------------------------- /previews/launchers/type-5/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-5/4.png -------------------------------------------------------------------------------- /previews/launchers/type-5/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-5/5.png -------------------------------------------------------------------------------- /previews/launchers/type-6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-6.gif -------------------------------------------------------------------------------- /previews/launchers/type-6/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-6/1.png -------------------------------------------------------------------------------- /previews/launchers/type-6/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-6/10.png -------------------------------------------------------------------------------- /previews/launchers/type-6/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-6/2.png -------------------------------------------------------------------------------- /previews/launchers/type-6/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-6/3.png -------------------------------------------------------------------------------- /previews/launchers/type-6/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-6/4.png -------------------------------------------------------------------------------- /previews/launchers/type-6/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-6/5.png -------------------------------------------------------------------------------- /previews/launchers/type-6/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-6/6.png -------------------------------------------------------------------------------- /previews/launchers/type-6/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-6/7.png -------------------------------------------------------------------------------- /previews/launchers/type-6/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-6/8.png -------------------------------------------------------------------------------- /previews/launchers/type-6/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-6/9.png -------------------------------------------------------------------------------- /previews/launchers/type-7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-7.gif -------------------------------------------------------------------------------- /previews/launchers/type-7/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-7/1.png -------------------------------------------------------------------------------- /previews/launchers/type-7/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-7/10.png -------------------------------------------------------------------------------- /previews/launchers/type-7/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-7/2.png -------------------------------------------------------------------------------- /previews/launchers/type-7/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-7/3.png -------------------------------------------------------------------------------- /previews/launchers/type-7/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-7/4.png -------------------------------------------------------------------------------- /previews/launchers/type-7/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-7/5.png -------------------------------------------------------------------------------- /previews/launchers/type-7/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-7/6.png -------------------------------------------------------------------------------- /previews/launchers/type-7/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-7/7.png -------------------------------------------------------------------------------- /previews/launchers/type-7/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-7/8.png -------------------------------------------------------------------------------- /previews/launchers/type-7/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/launchers/type-7/9.png -------------------------------------------------------------------------------- /previews/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/logo.png -------------------------------------------------------------------------------- /previews/powermenu/type-1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/powermenu/type-1.gif -------------------------------------------------------------------------------- /previews/powermenu/type-1/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/powermenu/type-1/1.png -------------------------------------------------------------------------------- /previews/powermenu/type-1/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/powermenu/type-1/2.png -------------------------------------------------------------------------------- /previews/powermenu/type-1/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/powermenu/type-1/3.png -------------------------------------------------------------------------------- /previews/powermenu/type-1/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/powermenu/type-1/4.png -------------------------------------------------------------------------------- /previews/powermenu/type-1/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/powermenu/type-1/5.png -------------------------------------------------------------------------------- /previews/powermenu/type-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/powermenu/type-2.gif -------------------------------------------------------------------------------- /previews/powermenu/type-2/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/powermenu/type-2/1.png -------------------------------------------------------------------------------- /previews/powermenu/type-2/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/powermenu/type-2/10.png -------------------------------------------------------------------------------- /previews/powermenu/type-2/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/powermenu/type-2/2.png -------------------------------------------------------------------------------- /previews/powermenu/type-2/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/powermenu/type-2/3.png -------------------------------------------------------------------------------- /previews/powermenu/type-2/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/powermenu/type-2/4.png -------------------------------------------------------------------------------- /previews/powermenu/type-2/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/powermenu/type-2/5.png -------------------------------------------------------------------------------- /previews/powermenu/type-2/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/powermenu/type-2/6.png -------------------------------------------------------------------------------- /previews/powermenu/type-2/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/powermenu/type-2/7.png -------------------------------------------------------------------------------- /previews/powermenu/type-2/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/powermenu/type-2/8.png -------------------------------------------------------------------------------- /previews/powermenu/type-2/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/powermenu/type-2/9.png -------------------------------------------------------------------------------- /previews/powermenu/type-3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/powermenu/type-3.gif -------------------------------------------------------------------------------- /previews/powermenu/type-3/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/powermenu/type-3/1.png -------------------------------------------------------------------------------- /previews/powermenu/type-3/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/powermenu/type-3/2.png -------------------------------------------------------------------------------- /previews/powermenu/type-3/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/powermenu/type-3/3.png -------------------------------------------------------------------------------- /previews/powermenu/type-3/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/powermenu/type-3/4.png -------------------------------------------------------------------------------- /previews/powermenu/type-3/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/powermenu/type-3/5.png -------------------------------------------------------------------------------- /previews/powermenu/type-4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/powermenu/type-4.gif -------------------------------------------------------------------------------- /previews/powermenu/type-4/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/powermenu/type-4/1.png -------------------------------------------------------------------------------- /previews/powermenu/type-4/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/powermenu/type-4/2.png -------------------------------------------------------------------------------- /previews/powermenu/type-4/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/powermenu/type-4/3.png -------------------------------------------------------------------------------- /previews/powermenu/type-4/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/powermenu/type-4/4.png -------------------------------------------------------------------------------- /previews/powermenu/type-4/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/powermenu/type-4/5.png -------------------------------------------------------------------------------- /previews/powermenu/type-5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/powermenu/type-5.gif -------------------------------------------------------------------------------- /previews/powermenu/type-5/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/powermenu/type-5/1.png -------------------------------------------------------------------------------- /previews/powermenu/type-5/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/powermenu/type-5/2.png -------------------------------------------------------------------------------- /previews/powermenu/type-5/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/powermenu/type-5/3.png -------------------------------------------------------------------------------- /previews/powermenu/type-5/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/powermenu/type-5/4.png -------------------------------------------------------------------------------- /previews/powermenu/type-5/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/powermenu/type-5/5.png -------------------------------------------------------------------------------- /previews/powermenu/type-6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/powermenu/type-6.gif -------------------------------------------------------------------------------- /previews/powermenu/type-6/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/powermenu/type-6/1.png -------------------------------------------------------------------------------- /previews/powermenu/type-6/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/powermenu/type-6/2.png -------------------------------------------------------------------------------- /previews/powermenu/type-6/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/powermenu/type-6/3.png -------------------------------------------------------------------------------- /previews/powermenu/type-6/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/powermenu/type-6/4.png -------------------------------------------------------------------------------- /previews/powermenu/type-6/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/powermenu/type-6/5.png -------------------------------------------------------------------------------- /previews/sponsor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/previews/sponsor.png -------------------------------------------------------------------------------- /setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adi1090x/rofi/HEAD/setup.sh --------------------------------------------------------------------------------