diff --git a/README.md b/README.md index e2e8af1..6921cff 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,8 @@ A collection of custom *applets* and *menus* made using [rofi](https://github.co + **Comfortaa** Used for normal text, ([preview](https://www.dafont.com/comfortaa.font) and [source](https://www.deviantart.com/aajohan/art/Comfortaa-font-105395949)). + **Hurmit Nerd Font Mono** Used for icons, ([preview](https://app.programmingfonts.org/#hermit) and [source](https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/Hermit)). + **Feather** For icons used in android style sidemenus, [Here](https://github.com/adi1090x/rofi/blob/master/fonts/feather.ttf) ++ **Fantasque** For App launchers, [Here](https://github.com/adi1090x/rofi/blob/master/fonts) ++ **Iosevka** For App launchers, [Here](https://github.com/adi1090x/rofi/blob/master/fonts) **Warning:** Do not change the `@icon-font` variable to another font, or you will end up messing with all applets/menus layout. @@ -161,6 +163,23 @@ cd scripts ![gif](images/android.gif)
+### App Launchers + +A collection for every app laucher i've used. + +***Stuff you need*** ++ *Icon pack* : [Papirus](https://github.com/PapirusDevelopmentTeam/papirus-icon-theme) ++ *Fonts* : [Fantasque & Iosevka](https://github.com/adi1090x/rofi/blob/master/fonts) + +|Icons|Icons Rainbow|Icons Fullscreen|Icons Sidebar|Icons Popup|Simple Dark| +|--|--|--|--|--|--| +|![gif](images/launchers/1.gif)|![gif](images/launchers/2.gif)|![gif](images/launchers/3.gif)|![gif](images/launchers/4.gif)|![gif](images/launchers/5.gif)|![gif](images/launchers/6.gif)| + +|Grid|Grid Round|Grid Full|Purple|Rainbow Sidebar|Rainbow| +|--|--|--|--|--|--| +|![gif](images/launchers/7.gif)|![gif](images/launchers/8.gif)|![gif](images/launchers/10.gif)|![gif](images/launchers/9.gif)|![gif](images/launchers/11.gif)|![gif](images/launchers/12.gif)| + + ### Colorschemes The files are stored in *~/.config/rofi/themes/colorschemes*. diff --git a/fonts/FantasqueSansMono_Regular.ttf b/fonts/FantasqueSansMono_Regular.ttf new file mode 100644 index 0000000..2fa4311 Binary files /dev/null and b/fonts/FantasqueSansMono_Regular.ttf differ diff --git a/fonts/iosevka_regular.ttf b/fonts/iosevka_regular.ttf new file mode 100644 index 0000000..2981248 Binary files /dev/null and b/fonts/iosevka_regular.ttf differ diff --git a/images/launchers/1.gif b/images/launchers/1.gif new file mode 100644 index 0000000..95841de Binary files /dev/null and b/images/launchers/1.gif differ diff --git a/images/launchers/10.gif b/images/launchers/10.gif new file mode 100644 index 0000000..0037d56 Binary files /dev/null and b/images/launchers/10.gif differ diff --git a/images/launchers/11.gif b/images/launchers/11.gif new file mode 100644 index 0000000..8ba93cc Binary files /dev/null and b/images/launchers/11.gif differ diff --git a/images/launchers/12.gif b/images/launchers/12.gif new file mode 100644 index 0000000..c989a2f Binary files /dev/null and b/images/launchers/12.gif differ diff --git a/images/launchers/2.gif b/images/launchers/2.gif new file mode 100644 index 0000000..8bb15b3 Binary files /dev/null and b/images/launchers/2.gif differ diff --git a/images/launchers/3.gif b/images/launchers/3.gif new file mode 100644 index 0000000..61c03c9 Binary files /dev/null and b/images/launchers/3.gif differ diff --git a/images/launchers/4.gif b/images/launchers/4.gif new file mode 100644 index 0000000..9ab55f3 Binary files /dev/null and b/images/launchers/4.gif differ diff --git a/images/launchers/5.gif b/images/launchers/5.gif new file mode 100644 index 0000000..e75425b Binary files /dev/null and b/images/launchers/5.gif differ diff --git a/images/launchers/6.gif b/images/launchers/6.gif new file mode 100644 index 0000000..47144e3 Binary files /dev/null and b/images/launchers/6.gif differ diff --git a/images/launchers/7.gif b/images/launchers/7.gif new file mode 100644 index 0000000..e2b69d7 Binary files /dev/null and b/images/launchers/7.gif differ diff --git a/images/launchers/8.gif b/images/launchers/8.gif new file mode 100644 index 0000000..c1bc7bd Binary files /dev/null and b/images/launchers/8.gif differ diff --git a/images/launchers/9.gif b/images/launchers/9.gif new file mode 100644 index 0000000..53a86cb Binary files /dev/null and b/images/launchers/9.gif differ diff --git a/launchers/colors.rasi b/launchers/colors.rasi new file mode 100644 index 0000000..8cd5c93 --- /dev/null +++ b/launchers/colors.rasi @@ -0,0 +1,22 @@ +/* + * Change the colorscheme for every menu simply by editing this file... + * + * Available Color Schemes + * // Dark + * material-dark/amber material-dark/blue material-dark/blue_grey material-dark/brown material-dark/cyan material-dark/deep_orange + * material-dark/deep_purple material-dark/green material-dark/grey material-dark/indigo material-dark/light_blue material-dark/light_green + * material-dark/lime material-dark/orange material-dark/pink material-dark/purple material-dark/red material-dark/teal + * material-dark/yellow + * // Light + * material-light/amber material-light/blue material-light/blue_grey material-light/brown material-light/cyan material-light/deep_orange + * material-light/deep_purple material-light/green material-light/grey material-light/indigo material-light/light_blue material-light/light_green + * material-light/lime material-light/orange material-light/pink material-light/purple material-light/red material-light/teal + * material-light/yellow + * + * // Other + * adapta, adapta-nokto, arc, arc-dark, adwaita, gruvbox, dark + * armchair, darkpink, fresh, inside, party, sirin + * + */ + +@import "../themes/colorschemes/arc.rasi" diff --git a/launchers/launcher.sh b/launchers/launcher.sh new file mode 100755 index 0000000..2257c65 --- /dev/null +++ b/launchers/launcher.sh @@ -0,0 +1,19 @@ +#!/bin/sh + +## Author : Aditya Shakya (adi1090x) +## Mail : adi1090x@gmail.com +## Github : @adi1090x +## Reddit : @adi1090x + +# Available Styles +# +# >> Edit these files and uncomment the desired colors/style. +# +# style_icons_blur style_icons_full style_icons_rainbow style_icons_rainbow_sidebar +# style_icons_popup style_normal style_normal_grid style_normal_grid_full style_normal_grid_full_round +# style_normal_grid_round style_normal_purple style_normal_purple_alt style_normal_rainbow +# style_normal_rainbow_sidebar + +style="style_icons_full" + +rofi -no-lazy-grab -show drun -theme launchers/"$style".rasi diff --git a/launchers/style_icons_blur.rasi b/launchers/style_icons_blur.rasi new file mode 100644 index 0000000..221112e --- /dev/null +++ b/launchers/style_icons_blur.rasi @@ -0,0 +1,124 @@ +/* + * + * Author : Aditya Shakya (adi1090x) + * Mail : adi1090x@gmail.com + * Github : @adi1090x + * Reddit : @adi1090x + * + */ + +configuration { + drun-display-format: "{icon}"; + show-icons: true; + icon-theme: "Papirus"; + location: 2; + fake-transparency: false; + hide-scrollbar: true; + bw: 0; + fullscreen: true; + show-icons: true; + terminal: "termite"; + sidebar-mode: false; +} + +// black version +* { + bg: #000000; + ac: #869fa214; + txt: #d1d5da; +} + + +// white version +/* +* { + bg: #ffffff; + ac: #e5e5e5; + txt: #202020; +} +*/ + +// blur version +/* +* { + bg: #00000066; + ac: #0000001a; + txt: #d1d5da; +} +*/ + +* { + background-color: rgba(0,0,0,0); + font: "FantasqueSansMono Nerd Font 48"; +} + +window { + transparency: "real"; + fullscreen: true; +} + +mainbox { + children: [ inputbar, listview ]; + margin: 24% 30% 24% 30%; + background-color: @bg; + border-radius: 12; + border: 2; + border-color: #ffffff0A; +} + +listview { + columns: 6; + padding: 8; + spacing: 0; +} + +element { + border: 1; + text-color: #bdc3c3; + orientation: vertical; + padding: 8 12 8 12; + border-radius: 6; +} + +element selected { + background-color: @ac; + border-color: #ffffff0A; + text-color: #869fa2; + transition: 20; +} + +element-icon { + size: 60; + horizontal-align: 0.5; + vertical-align: 0.5; +} + +element-icon { + size: 40; + horizontal-align: 0.5; + vertical-align: 0.5; +} + +element-text { + horizontal-align: 0.5; + vertical-align: 0.5; + text-color: inherit; +} + +inputbar { + children: [entry]; + padding: 4 8 4 8; + background-color: #ffffff03; + border: 0 0 1 0; + border-color: #ffffff0A; +} + +prompt { + enabled: false; +} + +entry { + font: "FantasqueSansMono Nerd Font 14"; + text-color: @txt; + padding: 8 12 8 12; +} diff --git a/launchers/style_icons_full.rasi b/launchers/style_icons_full.rasi new file mode 100644 index 0000000..37a1d58 --- /dev/null +++ b/launchers/style_icons_full.rasi @@ -0,0 +1,121 @@ +/* + * + * Author : Aditya Shakya (adi1090x) + * Mail : adi1090x@gmail.com + * Github : @adi1090x + * Reddit : @adi1090x + * + */ + +configuration { + drun-display-format: "{icon}"; + display-drun: "Apps"; + show-icons: true; + icon-theme: "Papirus"; + location: 0; + yoffset: 0; + xoffset: 0; + fake-transparency: false; + hide-scrollbar: true; + bw: 0; + fullscreen: true; + show-icons: true; + terminal: "termite"; + sidebar-mode: false; +} + +// Blur +* { +bg: #00000099; +find: #00000099; +txt: #e5e5e5; +border: #e5e5e5; +bg-sel: #00000099; +fg: #ffffff; +} + +// black +/* +* { +bg: #000000; +find: #151515; +txt: #e5e5e5; +border: #e5e5e5; +bg-sel: #151515; +fg: #ffffff; +} +*/ + +// white +/* +* { +bg: #ffffff; +find: #e5e5e5; +txt: #252525; +border: #606060; +bg-sel: #e5e5e5; +fg: #ffffff; +} +*/ + +* { + background-color: #00000000; + font: "FantasqueSansMono Nerd Font 48"; +} + +window { + height: 100%; + width: 100%; + transparency: "real"; +} + +mainbox { + children: [ inputbar, listview ]; + padding: 0% 5% 5% 5%; + background-color: @bg; + border: 0; + border-radius: 0; + border-color: @border; +} + +listview { + columns: 7; + padding: 1%; + spacing: 2%; +} + +element { + border: 0; + border-radius: 8; + text-color: @fg; + orientation: vertical; + padding: 2% 2% 2% 3%; +} + +element selected { + background-color: @bg-sel; + border: 0 0 2 0; + border-radius: 8; + border-color: @border; + text-color: @fg; +} + +inputbar { + children: [entry]; + padding: 4 4 4 4; + margin: 8% 30%; + background-color: @find; + border: 0 0 1 0; + border-radius: 8; + border-color: @border; +} + +prompt { + enabled: false; +} + +entry { + font: "FantasqueSansMono Nerd Font 12"; + text-color: @txt; + padding: 8 12 8 12; +} diff --git a/launchers/style_icons_popup.rasi b/launchers/style_icons_popup.rasi new file mode 100644 index 0000000..ac5491b --- /dev/null +++ b/launchers/style_icons_popup.rasi @@ -0,0 +1,119 @@ +/* + * + * Author : Aditya Shakya (adi1090x) + * Mail : adi1090x@gmail.com + * Github : @adi1090x + * Reddit : @adi1090x + * + */ + +configuration { + drun-display-format: "{icon}"; + display-drun: "Apps"; + show-icons: true; + icon-theme: "Papirus"; + location: 0; + yoffset: 0; + xoffset: 0; + fake-transparency: false; + hide-scrollbar: true; + bw: 0; + fullscreen: false; + show-icons: true; + terminal: "termite"; + sidebar-mode: false; +} + +// light +* { +ac: #5294E2; +bg: #ffffff; +bg-alt: #EAEAEA; +fg: #ffffff; +} + + +// dark +/* +* { +ac: #00BCD4; +bg: #263238; +bg-alt: #293840; +fg: #263238; +} +*/ + +// blur +/* +* { +ac: #0000008c; +bg: #00000080; +bg-alt: #00000040; +fg: #e5e5e5; +} +*/ + +* { + background-color: #00000000; + font: "FantasqueSansMono Nerd Font 36"; +} + +window { + height: 52%; + width: 20%; + anchor: east; + location: east; + x-offset: -1%; + transparency: "real"; +} + +mainbox { + children: [ inputbar, listview ]; + padding: 0% 0% 0% 0%; + background-color: @bg; + border: 0; + border-radius: 12; + border-color: @bg; +} + +listview { + columns: 3; + padding: 8; + spacing: 10; +} + +element { + border: 0; + text-color: @fg; + background-color: @bg-alt; + orientation: vertical; + padding: 12 12 12 16; + border-radius: 8; +} + +element selected { + background-color: @ac; + border-color: @bg; + text-color: @fg; +} + +inputbar { + children: [entry]; + padding: 4 4 4 4; + margin: 1% 0.5%; + /* change this colors to change style*/ + background-color: @ac; + border: 0 0 0 0; + border-radius: 8; + border-color: @fg; +} + +prompt { + enabled: false; +} + +entry { + font: "FantasqueSansMono Nerd Font 12"; + text-color: @fg; + padding: 8 12 8 12; +} diff --git a/launchers/style_icons_rainbow.rasi b/launchers/style_icons_rainbow.rasi new file mode 100644 index 0000000..bc63fb8 --- /dev/null +++ b/launchers/style_icons_rainbow.rasi @@ -0,0 +1,107 @@ +/* + * + * Author : Aditya Shakya (adi1090x) + * Mail : adi1090x@gmail.com + * Github : @adi1090x + * Reddit : @adi1090x + * + */ + +configuration { + drun-display-format: "{icon}"; + show-icons: true; + icon-theme: "Papirus"; + location: 0; + yoffset: 0; + xoffset: 0; + fake-transparency: false; + hide-scrollbar: true; + bw: 0; + fullscreen: false; + show-icons: true; + terminal: "termite"; + sidebar-mode: false; +} + +/* colors */ +* { +red: #EC5250; +blue: #25B1CA; +green: #2ABB9C; +purple: #5537D2; +} + +// black +* { +bg: #000000cc; +bg-sel: #00000066; +fg: #ffffff; +} + +// white +/* +* { +bg: #ffffffa6; +bg-sel: #ffffff8c; +fg: #ffffff; +} +*/ + +* { + background-color: #00000000; + font: "FantasqueSansMono Nerd Font 48"; +} + +window { + height: 60%; + width: 50%; + transparency: "real"; +} + +mainbox { + children: [ inputbar, listview ]; + padding: 0% 0% 0% 0%; + background-color: @bg; + border: 0; + border-radius: 8; + border-color: @bg; +} + +listview { + columns: 6; + padding: 8; + spacing: 10; +} + +element { + border: 0; + text-color: @fg; + orientation: vertical; + padding: 12 12 12 20; + border-radius: 8; +} + +element selected { + background-color: @bg-sel; + border-color: @bg; + text-color: @fg; +} + +inputbar { + children: [entry]; + padding: 4 4 4 4; + /* change this colors to change inputbar color*/ + background-color: @red; + border: 0 0 0 0; + border-color: @fg; +} + +prompt { + enabled: false; +} + +entry { + font: "FantasqueSansMono Nerd Font 12"; + text-color: @fg; + padding: 8 12 8 12; +} diff --git a/launchers/style_icons_rainbow_sidebar.rasi b/launchers/style_icons_rainbow_sidebar.rasi new file mode 100644 index 0000000..1f4d18d --- /dev/null +++ b/launchers/style_icons_rainbow_sidebar.rasi @@ -0,0 +1,108 @@ +/* + * + * Author : Aditya Shakya (adi1090x) + * Mail : adi1090x@gmail.com + * Github : @adi1090x + * Reddit : @adi1090x + * + */ + +configuration { + drun-display-format: "{icon}"; + display-drun: "Apps"; + show-icons: true; + icon-theme: "Papirus"; + location: 1; + yoffset: 0; + xoffset: 0; + fake-transparency: false; + hide-scrollbar: true; + bw: 0; + fullscreen: false; + show-icons: true; + terminal: "termite"; + sidebar-mode: false; +} + +/* colors */ +* { +red: #EC5250; +blue: #25B1CA; +green: #2ABB9C; +purple: #5537D2; +} + +// black +* { +bg: #000000cc; +bg-sel: #00000066; +fg: #ffffff; +} + +// white +/* +* { +bg: #ffffffa6; +bg-sel: #ffffff8c; +fg: #ffffff; +} +*/ + +* { + background-color: #00000000; + font: "FantasqueSansMono Nerd Font 36"; +} + +window { + height: 100%; + width: 20%; + transparency: "real"; +} + +mainbox { + children: [ inputbar, listview ]; + padding: 0% 0% 0% 0%; + background-color: @bg; + border: 0; + border-radius: 0; + border-color: @bg; +} + +listview { + columns: 3; + padding: 8; + spacing: 10; +} + +element { + border: 0; + text-color: @fg; + orientation: vertical; + padding: 12 12 12 16; + border-radius: 8; +} + +element selected { + background-color: @bg-sel; + border-color: @bg; + text-color: @fg; +} + +inputbar { + children: [entry]; + padding: 4 4 4 4; + /* change this colors to change style*/ + background-color: @red; + border: 0 0 0 0; + border-color: @fg; +} + +prompt { + enabled: false; +} + +entry { + font: "FantasqueSansMono Nerd Font 12"; + text-color: @fg; + padding: 8 12 8 12; +} diff --git a/launchers/style_normal.rasi b/launchers/style_normal.rasi new file mode 100644 index 0000000..6f81405 --- /dev/null +++ b/launchers/style_normal.rasi @@ -0,0 +1,118 @@ +/* + * + * Author : Aditya Shakya (adi1090x) + * Mail : adi1090x@gmail.com + * Github : @adi1090x + * Reddit : @adi1090x + * + */ + +configuration { + drun-display-format: "{icon} {name}"; + display-drun: "Apps"; + show-icons: true; + icon-theme: "Papirus-Dark"; + location: 2; + fake-transparency: false; + hide-scrollbar: true; + bw: 0; + fullscreen: true; + show-icons: true; + terminal: "termite"; + sidebar-mode: false; +} + +// black version +* { + bg: #000000; + ac: #869fa214; + ac-txt: #869fa2; + item: #bdc3c3; + txt: #d1d5da; +} + +// white version +/* +* { + bg: #ffffff; + ac: #e5e5e5; + ac-txt: #101010; + item: #454545; + txt: #252525; +} +*/ + +* { + background-color: rgba(0,0,0,0); + font: "FantasqueSansMono Nerd Font 12"; +} + +window { + transparency: "real"; + fullscreen: true; +} + +mainbox { + children: [ inputbar, listview ]; + margin: 25% 30% 25% 30%; + background-color: @bg; + border-radius: 12; + border: 2; + border-color: #ffffff0A; +} + +listview { + columns: 2; + padding: 8; + spacing: 0; +} + +element { + border: 1; + text-color: @item; + orientation: vertical; + padding: 8 12 8 12; + border-radius: 6; +} + +element selected { + background-color: @ac; + border-color: #ffffff0A; + text-color: @ac-txt; + transition: 20; +} + +element-icon { + size: 60; + horizontal-align: 0.5; + vertical-align: 0.5; +} + +element-icon { + size: 40; + horizontal-align: 0.5; + vertical-align: 0.5; +} + +element-text { + horizontal-align: 0.5; + vertical-align: 0.5; + text-color: inherit; +} + +inputbar { + children: [entry]; + padding: 4 8 4 8; + background-color: @bg; + border: 0 0 1 0; + border-color: #ffffff0A; +} + +prompt { + enabled: false; +} + +entry { + text-color: @txt; + padding: 8 12 8 12; +} diff --git a/launchers/style_normal_grid.rasi b/launchers/style_normal_grid.rasi new file mode 100644 index 0000000..ba141d5 --- /dev/null +++ b/launchers/style_normal_grid.rasi @@ -0,0 +1,96 @@ +/* + * + * Author : Aditya Shakya (adi1090x) + * Mail : adi1090x@gmail.com + * Github : @adi1090x + * Reddit : @adi1090x + * + */ + +configuration { + drun-display-format: "{icon} {name}"; + display-drun: "Applications"; + show-icons: true; + icon-theme: "Papirus"; + location: 0; + yoffset: 0; + xoffset: 0; + columns: 2; + fake-transparency: false; + hide-scrollbar: true; + bw: 0; + fullscreen: false; + show-icons: true; + terminal: "termite"; + sidebar-mode: false; +} + +@import "colors.rasi" + +* { + text-font: "Iosevka 12"; + + inputbar-margin: 3px 3px; + prompt-padding: 10px 10px; + entry-padding: 10px 0px 10px 0px; + list-element-padding: 10px; + list-element-margin: @inputbar-margin; + list-element-border: 0px 0px 0px 4px; + + apps-textbox-prompt-colon-padding: 10px -5px 0px 0px; +} + +#window { + width: 50%; + height: 60%; + padding: 40px 40px; +} + +* { + background-color: @background; + text-color: @foreground; + font: @text-font; +} + +inputbar, +prompt, +textbox-prompt-colon, +entry { + background-color: @background-light; +} + +#inputbar { + children: [ prompt, textbox-prompt-colon, entry ]; + margin: @inputbar-margin; +} + +#prompt { + padding: @prompt-padding; + background-color: @accent; + text-color: @background; +} + +#textbox-prompt-colon { + expand: false; + str: " :: "; + padding: @apps-textbox-prompt-colon-padding; +} + +#entry { + text-color: @accent; + padding: @entry-padding; +} + +#element { + padding: @list-element-padding; + margin: @list-element-margin; + border: @list-element-border; + background-color: @background-light; + border-color: @background-light; +} + +#element.selected { + background-color: @background-focus; + text-color: @accent; + border-color: @accent; +} diff --git a/launchers/style_normal_grid_full.rasi b/launchers/style_normal_grid_full.rasi new file mode 100644 index 0000000..0c32c8b --- /dev/null +++ b/launchers/style_normal_grid_full.rasi @@ -0,0 +1,94 @@ +/* + * + * Author : Aditya Shakya (adi1090x) + * Mail : adi1090x@gmail.com + * Github : @adi1090x + * Reddit : @adi1090x + * + */ + +configuration { + drun-display-format: "{icon} {name}"; + display-drun: "Applications"; + show-icons: true; + icon-theme: "Papirus"; + location: 0; + columns: 3; + fake-transparency: false; + hide-scrollbar: true; + bw: 0; + fullscreen: true; + show-icons: true; + terminal: "termite"; + sidebar-mode: false; +} + +@import "colors.rasi" + +* { + text-font: "Iosevka 14"; + + inputbar-margin: 3px 3px; + prompt-padding: 15px 20px; + entry-padding: 15px 15px 15px 0px; + list-element-padding: 10px; + list-element-margin: @inputbar-margin; + list-element-border: 0px 0px 0px 5px; + + apps-textbox-prompt-colon-padding: 15px -5px 0px 0px; +} + +#window { + width: 100%; + height: 100%; + padding: 120px 100px; +} + +* { + background-color: @background; + text-color: @foreground; + font: @text-font; +} + +inputbar, +prompt, +textbox-prompt-colon, +entry { + background-color: @background-light; +} + +#inputbar { + children: [ prompt, textbox-prompt-colon, entry ]; + margin: @inputbar-margin; +} + +#prompt { + padding: @prompt-padding; + background-color: @accent; + text-color: @background; +} + +#textbox-prompt-colon { + expand: false; + str: " :: "; + padding: @apps-textbox-prompt-colon-padding; +} + +#entry { + text-color: @accent; + padding: @entry-padding; +} + +#element { + padding: @list-element-padding; + margin: @list-element-margin; + border: @list-element-border; + background-color: @background-light; + border-color: @background-light; +} + +#element.selected { + background-color: @background-focus; + text-color: @accent; + border-color: @accent; +} diff --git a/launchers/style_normal_grid_full_round.rasi b/launchers/style_normal_grid_full_round.rasi new file mode 100644 index 0000000..566f116 --- /dev/null +++ b/launchers/style_normal_grid_full_round.rasi @@ -0,0 +1,97 @@ +/* + * + * Author : Aditya Shakya (adi1090x) + * Mail : adi1090x@gmail.com + * Github : @adi1090x + * Reddit : @adi1090x + * + */ + +configuration { + drun-display-format: "{icon} {name}"; + display-drun: "Applications"; + show-icons: true; + icon-theme: "Papirus"; + location: 0; + columns: 3; + fake-transparency: false; + hide-scrollbar: true; + bw: 0; + fullscreen: true; + show-icons: true; + terminal: "termite"; + sidebar-mode: false; +} + +@import "colors.rasi" + +* { + text-font: "Iosevka 14"; + + inputbar-margin: 3px 3px; + prompt-padding: 15px 20px; + entry-padding: 15px 15px 15px 0px; + list-element-padding: 10px; + list-element-margin: @inputbar-margin; + list-element-border: 0px 5px 0px 5px; + + apps-textbox-prompt-colon-padding: 15px -5px 0px 0px; +} + +#window { + width: 100%; + height: 100%; + padding: 120px 100px; +} + +* { + background-color: @background; + text-color: @foreground; + font: @text-font; +} + +inputbar, +prompt, +textbox-prompt-colon, +entry { + background-color: @background-light; + border-radius: 10px; +} + +#inputbar { + children: [ prompt, textbox-prompt-colon, entry ]; + margin: @inputbar-margin; +} + +#prompt { + padding: @prompt-padding; + background-color: @accent; + text-color: @background; +} + +#textbox-prompt-colon { + expand: false; + str: " :: "; + padding: @apps-textbox-prompt-colon-padding; +} + +#entry { + text-color: @accent; + padding: @entry-padding; +} + +#element { + padding: @list-element-padding; + margin: @list-element-margin; + border: @list-element-border; + background-color: @background-light; + border-color: @background-light; + border-radius: 10px; +} + +#element.selected { + background-color: @background-focus; + text-color: @accent; + border-color: @accent; + border-radius: 10px; +} diff --git a/launchers/style_normal_grid_round.rasi b/launchers/style_normal_grid_round.rasi new file mode 100644 index 0000000..82b9c52 --- /dev/null +++ b/launchers/style_normal_grid_round.rasi @@ -0,0 +1,102 @@ +/* + * + * Author : Aditya Shakya (adi1090x) + * Mail : adi1090x@gmail.com + * Github : @adi1090x + * Reddit : @adi1090x + * + */ + +configuration { + drun-display-format: "{icon} {name}"; + display-drun: "Applications"; + show-icons: true; + icon-theme: "Papirus"; + location: 0; + yoffset: 0; + xoffset: 0; + columns: 2; + fake-transparency: false; + hide-scrollbar: true; + bw: 0; + fullscreen: false; + show-icons: true; + terminal: "termite"; + sidebar-mode: false; +} + +@import "colors.rasi" + +* { + text-font: "Iosevka 12"; + + inputbar-margin: 3px 3px; + prompt-padding: 10px 10px; + entry-padding: 10px 0px 10px 0px; + list-element-padding: 10px; + list-element-margin: @inputbar-margin; + list-element-border: 0px 4px 0px 4px; + + apps-textbox-prompt-colon-padding: 10px -5px 0px 0px; +} + +#window { + width: 50%; + height: 60%; + padding: 40px 40px; + border: 0px; + border-radius: 14px; +} + +* { + background-color: @background; + text-color: @foreground; + font: @text-font; +} + +inputbar, +prompt, +textbox-prompt-colon, +entry { + background-color: @background-light; + border: 0px; + border-radius: 10px; +} + +#inputbar { + children: [ prompt, textbox-prompt-colon, entry ]; + margin: @inputbar-margin; +} + +#prompt { + padding: @prompt-padding; + background-color: @accent; + text-color: @background; +} + +#textbox-prompt-colon { + expand: false; + str: " :: "; + padding: @apps-textbox-prompt-colon-padding; +} + +#entry { + text-color: @accent; + padding: @entry-padding; +} + +#element { + padding: @list-element-padding; + margin: @list-element-margin; + border: @list-element-border; + background-color: @background-light; + border-color: @background-light; + border-radius: 10px; +} + +#element.selected { + background-color: @background-focus; + text-color: @accent; + border-color: @accent; + border-radius: 10px; +} diff --git a/launchers/style_normal_purple.rasi b/launchers/style_normal_purple.rasi new file mode 100644 index 0000000..5733dd8 --- /dev/null +++ b/launchers/style_normal_purple.rasi @@ -0,0 +1,104 @@ +/* + * + * Author : Aditya Shakya (adi1090x) + * Mail : adi1090x@gmail.com + * Github : @adi1090x + * Reddit : @adi1090x + * + */ + +configuration { + drun-display-format: "{icon} {name}"; + display-drun: "Apps"; + show-icons: true; + icon-theme: "Papirus-Dark"; + location: 2; + fake-transparency: false; + hide-scrollbar: true; + bw: 0; + fullscreen: true; + show-icons: true; + terminal: "termite"; + sidebar-mode: false; +} + +// black version +* { + bg: #000000; + fg: #e5e5e5; + ac: #5537D2; +} + +* { + background-color: rgba(0,0,0,0); + font: "FantasqueSansMono Nerd Font 12"; +} + +window { + transparency: "real"; +} + +mainbox { + children: [ inputbar, listview ]; + margin: 25% 40% 25% 40%; + background-color: @bg; + border-radius: 15; + border: 0; + border-color: #ffffff0A; +} + +listview { + columns: 1; + padding: 8; + spacing: 0; +} + +element { + border: 0; + text-color: @fg; + orientation: vertical; + padding: 8 12 8 12; + border-radius: 12; +} + +element selected { + background-color: @ac; + border-color: #ffffff; + text-color: @fg; + transition: 50; +} + +element-icon { + size: 60; + horizontal-align: 0.5; + vertical-align: 0.5; +} + +element-icon { + size: 40; + horizontal-align: 0.5; + vertical-align: 0.5; +} + +element-text { + horizontal-align: 0.5; + vertical-align: 0.5; + text-color: inherit; +} + +inputbar { + children: [entry]; + padding: 4 8 4 8; + background-color: @fg; + border: 0 0 1 0; + border-color: @fg; +} + +prompt { + enabled: false; +} + +entry { + text-color: @bg; + padding: 8 12 8 12; +} diff --git a/launchers/style_normal_purple_alt.rasi b/launchers/style_normal_purple_alt.rasi new file mode 100644 index 0000000..1d86228 --- /dev/null +++ b/launchers/style_normal_purple_alt.rasi @@ -0,0 +1,119 @@ +/* + * + * Author : Aditya Shakya (adi1090x) + * Mail : adi1090x@gmail.com + * Github : @adi1090x + * Reddit : @adi1090x + * + */ + +configuration { + drun-display-format: "{icon} {name}"; + display-drun: "Apps"; + show-icons: true; + icon-theme: "Papirus"; + location: 0; + yoffset: 0; + xoffset: 0; + fake-transparency: false; + hide-scrollbar: true; + bw: 0; + fullscreen: false; + show-icons: true; + terminal: "termite"; + sidebar-mode: false; +} + +// black version +* { + bg: #151515; + fg: #e5e5e5; + ac: #5537D2; + txt: #ffffff; +} + +// white version +/* +* { + bg: #ffffff; + fg: #303030; + ac: #5537D2; + txt: #ffffff; +} +*/ + +* { + background-color: rgba(0,0,0,0); + font: "Iosevka 12"; +} + +window { + height: 55%; + width: 40%; + transparency: "real"; +} + +mainbox { + children: [ inputbar, listview ]; + padding: 0% 0% 0% 0%; + background-color: @bg; + border: 0; + border-radius: 0; + border-color: #ffffff0A; +} + +listview { + columns: 2; + padding: 8; + spacing: 0; +} + +element { + border: 0; + text-color: @fg; + orientation: vertical; + padding: 8 12 8 12; + border-radius: 0; +} + +element selected { + background-color: @ac; + border-color: #ffffff; + text-color: @txt; + transition: 50; +} + +element-icon { + size: 60; + horizontal-align: 0.5; + vertical-align: 0.5; +} + +element-icon { + size: 40; + horizontal-align: 0.5; + vertical-align: 0.5; +} + +element-text { + horizontal-align: 0.5; + vertical-align: 0.5; + text-color: inherit; +} + +inputbar { + children: [entry]; + padding: 4 8 4 8; + background-color: @fg; + border: 0 0 1 0; + border-color: #ffffff; +} + +prompt { + enabled: false; +} + +entry { + text-color: @bg; + padding: 8 12 8 12; +} diff --git a/launchers/style_normal_rainbow.rasi b/launchers/style_normal_rainbow.rasi new file mode 100644 index 0000000..036ed37 --- /dev/null +++ b/launchers/style_normal_rainbow.rasi @@ -0,0 +1,108 @@ +/* + * + * Author : Aditya Shakya (adi1090x) + * Mail : adi1090x@gmail.com + * Github : @adi1090x + * Reddit : @adi1090x + * + */ + +configuration { + drun-display-format: "{icon} {name}"; + display-drun: "Apps"; + show-icons: true; + icon-theme: "Papirus"; + location: 0; + yoffset: 0; + xoffset: 0; + fake-transparency: false; + hide-scrollbar: true; + bw: 0; + fullscreen: false; + show-icons: true; + terminal: "termite"; + sidebar-mode: false; +} + +/* colors */ +* { +red: #EC5250; +blue: #25B1CA; +green: #2ABB9C; +purple: #5537D2; +white: #ffffff; +} + +// black +/* +* { +bg: #00000099; +bg-sel: #00000066; +fg: #ffffff; +} +*/ + +// white +* { +bg: #ffffff4d; +bg-sel: #ffffff4d; +fg: #ffffff; +} + +* { + background-color: #00000000; + font: "Iosevka 12"; +} + +window { + height: 36%; + width: 20%; + transparency: "real"; +} + +mainbox { + children: [ inputbar, listview ]; + padding: 0% 0% 0% 0%; + background-color: @bg; + border: 0; + border-radius: 8; + border-color: @bg; +} + +listview { + columns: 1; + padding: 0; + spacing: 2; +} + +element { + border: 0; + text-color: @fg; + orientation: vertical; + padding: 12 12 12 12; + border-radius: 0; +} + +element selected { + background-color: @bg-sel; + border-color: @bg; + text-color: @fg; +} + +inputbar { + children: [entry]; + padding: 4 4 4 4; + /* change this colors to change style*/ + background-color: @red; + border: 0 0 0 0; + border-color: @fg; +} + +prompt { + enabled: false; +} + +entry { + text-color: @white; + padding: 8 12 8 12; +} diff --git a/launchers/style_normal_rainbow_sidebar.rasi b/launchers/style_normal_rainbow_sidebar.rasi new file mode 100644 index 0000000..b9315a9 --- /dev/null +++ b/launchers/style_normal_rainbow_sidebar.rasi @@ -0,0 +1,108 @@ +/* + * + * Author : Aditya Shakya (adi1090x) + * Mail : adi1090x@gmail.com + * Github : @adi1090x + * Reddit : @adi1090x + * + */ + +configuration { + drun-display-format: "{icon} {name}"; + display-drun: "Apps"; + show-icons: true; + icon-theme: "Papirus"; + location: 1; + yoffset: 0; + xoffset: 0; + fake-transparency: false; + hide-scrollbar: true; + bw: 0; + fullscreen: false; + show-icons: true; + terminal: "termite"; + sidebar-mode: false; +} + +/* colors */ +* { +red: #EC5250; +blue: #25B1CA; +green: #2ABB9C; +purple: #5537D2; +white: #ffffff; +} + +// black +* { +bg: #00000099; +bg-sel: #00000066; +fg: #ffffff; +} + +// white +/* +* { +bg: #ffffff8c; +bg-sel: #ffffff8c; +fg: #202020; +} +*/ + +* { + background-color: #00000000; + font: "Iosevka 12"; +} + +window { + height: 100%; + width: 20%; + transparency: "real"; +} + +mainbox { + children: [ inputbar, listview ]; + padding: 0% 0% 0% 0%; + background-color: @bg; + border: 0; + border-radius: 0; + border-color: @bg; +} + +listview { + columns: 1; + padding: 0; + spacing: 2; +} + +element { + border: 0; + text-color: @fg; + orientation: vertical; + padding: 12 12 12 12; + border-radius: 0; +} + +element selected { + background-color: @bg-sel; + border-color: @bg; + text-color: @fg; +} + +inputbar { + children: [entry]; + padding: 4 4 4 4; + /* change this colors to change style*/ + background-color: @red; + border: 0 0 0 0; + border-color: @fg; +} + +prompt { + enabled: false; +} + +entry { + text-color: @white; + padding: 8 12 8 12; +}