diff options
Diffstat (limited to 'config/polybar/panels/menu/gnome')
| -rw-r--r-- | config/polybar/panels/menu/gnome/colors.rasi | 10 | ||||
| -rw-r--r-- | config/polybar/panels/menu/gnome/confirm.rasi | 25 | ||||
| -rw-r--r-- | config/polybar/panels/menu/gnome/launcher.rasi | 125 | ||||
| -rw-r--r-- | config/polybar/panels/menu/gnome/message.rasi | 25 | ||||
| -rw-r--r-- | config/polybar/panels/menu/gnome/networkmenu.rasi | 127 | ||||
| -rw-r--r-- | config/polybar/panels/menu/gnome/powermenu.rasi | 127 | ||||
| -rw-r--r-- | config/polybar/panels/menu/gnome/styles.rasi | 127 |
7 files changed, 566 insertions, 0 deletions
diff --git a/config/polybar/panels/menu/gnome/colors.rasi b/config/polybar/panels/menu/gnome/colors.rasi new file mode 100644 index 0000000..27c66a2 --- /dev/null +++ b/config/polybar/panels/menu/gnome/colors.rasi @@ -0,0 +1,10 @@ +/* colors */ + +* { + al: #00000000; + bg: #393F3FFF; + bga: #282828FF; + fg: #F5F5F5FF; + ac: #262726FF; + se: #245A9AFF; +} diff --git a/config/polybar/panels/menu/gnome/confirm.rasi b/config/polybar/panels/menu/gnome/confirm.rasi new file mode 100644 index 0000000..76daf50 --- /dev/null +++ b/config/polybar/panels/menu/gnome/confirm.rasi @@ -0,0 +1,25 @@ +/* Confirm Dialog */ + +@import "colors.rasi" + +* { + background-color: @bg; + text-color: @fg; + font: "Iosevka Nerd Font 10"; +} + +window { + width: 200px; + padding: 20px; + border: 2px; + border-radius: 4px; + border-color: @ac; + location: center; + y-offset: -2em; +} + +entry { + expand: true; + text-color: @fg; +} + diff --git a/config/polybar/panels/menu/gnome/launcher.rasi b/config/polybar/panels/menu/gnome/launcher.rasi new file mode 100644 index 0000000..b909517 --- /dev/null +++ b/config/polybar/panels/menu/gnome/launcher.rasi @@ -0,0 +1,125 @@ +/* + * + * Author : Aditya Shakya + * Mail : adi1090x@gmail.com + * Github : @adi1090x + * Twitter : @adi1090x + * + */ + +configuration { + font: "Iosevka Nerd Font 10"; + show-icons: true; + icon-theme: "Papirus"; + display-drun: ""; + drun-display-format: "{name}"; + disable-history: false; + hide-scrollbar: true; + sidebar-mode: false; +} + +* { + al: #00000000; + bg: #0000004C; + bga: #282828FF; + fg: #F5F5F5FF; + ac: #262726FF; +} + +window { + transparency: "real"; + background-color: @bg; + text-color: @fg; + border: 0px; + border-color: @ac; + border-radius: 4px; + fullscreen: true; + width: 600px; + location: center; + x-offset: 0; + y-offset: 0; +} + +prompt { + enabled: true; + padding: 0px 0px 0px 2px; + background-color: @al; + text-color: @fg; + font: "feather 12"; +} + +entry { + background-color: @al; + text-color: @fg; + placeholder-color: @fg; + expand: true; + horizontal-align: 0; + placeholder: "Type to search..."; + padding: 0px 0px 0px 5px; + blink: true; +} + +inputbar { + children: [ prompt, entry ]; + background-color: @bga; + text-color: @fg; + expand: false; + border: 2px; + border-radius: 8px; + border-color: @ac; + margin: 5% 40% 5% 40%; + padding: 6px; +} + +listview { + background-color: @al; + padding: 0% 10% 0% 10%; + columns: 8; + lines: 4; + spacing: 0px; + cycle: true; + dynamic: true; + layout: vertical; +} + +mainbox { + background-color: @al; + border: 0px; + border-radius: 0px; + border-color: @ac; + children: [ inputbar, listview ]; + spacing: 10px; + padding: 10px; +} + +element { + background-color: @al; + text-color: @fg; + orientation: vertical; + border-radius: 0px; + padding: 30px 15px 30px 15px; +} + +element-icon { + background-color: transparent; + text-color: inherit; + size: 71px; + border: 0px; +} + +element-text { + background-color: transparent; + text-color: inherit; + expand: true; + horizontal-align: 0.5; + vertical-align: 0.5; + margin: 0px 2.5px 0px 2.5px; +} + +element selected { + background-color: @bg; + text-color: @fg; + border: 1px; + border-radius: 4px; + border-color: @ac; +} diff --git a/config/polybar/panels/menu/gnome/message.rasi b/config/polybar/panels/menu/gnome/message.rasi new file mode 100644 index 0000000..f876635 --- /dev/null +++ b/config/polybar/panels/menu/gnome/message.rasi @@ -0,0 +1,25 @@ +/* Confirm Dialog */ + +@import "colors.rasi" + +* { + background-color: @bg; + text-color: @fg; + font: "Iosevka Nerd Font 10"; +} + +window { + width: 310px; + padding: 20px; + border: 2px; + border-radius: 4px; + border-color: @ac; + location: center; + y-offset: -2em; +} + +entry { + expand: true; + text-color: @fg; +} + diff --git a/config/polybar/panels/menu/gnome/networkmenu.rasi b/config/polybar/panels/menu/gnome/networkmenu.rasi new file mode 100644 index 0000000..38553e7 --- /dev/null +++ b/config/polybar/panels/menu/gnome/networkmenu.rasi @@ -0,0 +1,127 @@ +/* + * + * Author : Aditya Shakya + * Mail : adi1090x@gmail.com + * Github : @adi1090x + * Twitter : @adi1090x + * + */ + +configuration { + font: "Iosevka Nerd Font 10"; + show-icons: true; + icon-theme: "Papirus"; + display-drun: ""; + drun-display-format: "{name}"; + disable-history: false; + fullscreen: false; + hide-scrollbar: true; + sidebar-mode: false; +} + +@import "colors.rasi" + +window { + transparency: "real"; + background-color: @bg; + text-color: @fg; + border: 1px; + border-color: @ac; + border-radius: 4px; + width: 300px; + location: northeast; + x-offset: -10; + y-offset: 40; +} + +prompt { + enabled: true; + padding: 0px 0px 0px 8px; + background-color: @al; + text-color: @fg; +} + +textbox-prompt-colon { + padding: 1px 0px 0px 5px; + background-color: @al; + text-color: @fg; + expand: false; + str: ""; + font: "feather 10"; +} + +entry { + background-color: @al; + text-color: @fg; + placeholder-color: @fg; + expand: true; + horizontal-align: 0; + placeholder: "Search Applications"; + padding: 0px 0px 0px 5px; + blink: true; +} + +inputbar { + children: [ textbox-prompt-colon, prompt ]; + background-color: @bga; + text-color: @fg; + expand: false; + border: 1px; + border-radius: 4px; + border-color: #000000; + margin: 0px; + padding: 8px; +} + +listview { + background-color: @al; + padding: 0px; + columns: 1; + lines: 8; + spacing: 0px; + cycle: true; + dynamic: true; + layout: vertical; +} + +mainbox { + background-color: @al; + border: 0px; + border-radius: 0px; + border-color: @ac; + children: [ inputbar, listview ]; + spacing: 8px; + padding: 8px; +} + +element { + background-color: @al; + text-color: @fg; + orientation: horizontal; + border-radius: 0px; + padding: 7px 7px 7px -15px; +} + +element-icon { + background-color: transparent; + text-color: inherit; + size: 24px; + border: 0px; +} + +element-text { + background-color: transparent; + text-color: inherit; + expand: true; + horizontal-align: 0; + vertical-align: 0.5; + margin: 0px 2.5px 0px 2.5px; +} + +element selected { + background-color: @se; + text-color: @fg; + border: 0px; + border-radius: 4px; + border-color: @ac; +} diff --git a/config/polybar/panels/menu/gnome/powermenu.rasi b/config/polybar/panels/menu/gnome/powermenu.rasi new file mode 100644 index 0000000..89d04b6 --- /dev/null +++ b/config/polybar/panels/menu/gnome/powermenu.rasi @@ -0,0 +1,127 @@ +/* + * + * Author : Aditya Shakya + * Mail : adi1090x@gmail.com + * Github : @adi1090x + * Twitter : @adi1090x + * + */ + +configuration { + font: "Iosevka Nerd Font 10"; + show-icons: true; + icon-theme: "Papirus"; + display-drun: ""; + drun-display-format: "{name}"; + disable-history: false; + fullscreen: false; + hide-scrollbar: true; + sidebar-mode: false; +} + +@import "colors.rasi" + +window { + transparency: "real"; + background-color: @bg; + text-color: @fg; + border: 1px; + border-color: @ac; + border-radius: 4px; + width: 300px; + location: northeast; + x-offset: -10; + y-offset: 40; +} + +prompt { + enabled: true; + padding: 0px 0px 0px 8px; + background-color: @al; + text-color: @fg; +} + +textbox-prompt-colon { + padding: 1px 0px 0px 5px; + background-color: @al; + text-color: @fg; + expand: false; + str: ""; + font: "feather 10"; +} + +entry { + background-color: @al; + text-color: @fg; + placeholder-color: @fg; + expand: true; + horizontal-align: 0; + placeholder: "Search Applications"; + padding: 0px 0px 0px 5px; + blink: true; +} + +inputbar { + children: [ textbox-prompt-colon, prompt ]; + background-color: @bga; + text-color: @fg; + expand: false; + border: 1px; + border-radius: 4px; + border-color: #000000; + margin: 0px; + padding: 8px; +} + +listview { + background-color: @al; + padding: 0px; + columns: 1; + lines: 5; + spacing: 0px; + cycle: true; + dynamic: true; + layout: vertical; +} + +mainbox { + background-color: @al; + border: 0px; + border-radius: 0px; + border-color: @ac; + children: [ inputbar, listview ]; + spacing: 8px; + padding: 8px; +} + +element { + background-color: @al; + text-color: @fg; + orientation: horizontal; + border-radius: 0px; + padding: 7px 7px 7px -18px; +} + +element-icon { + background-color: transparent; + text-color: inherit; + size: 24px; + border: 0px; +} + +element-text { + background-color: transparent; + text-color: inherit; + expand: true; + horizontal-align: 0; + vertical-align: 0.5; + margin: 0px 2.5px 0px 2.5px; +} + +element selected { + background-color: @se; + text-color: @fg; + border: 0px; + border-radius: 4px; + border-color: @ac; +} diff --git a/config/polybar/panels/menu/gnome/styles.rasi b/config/polybar/panels/menu/gnome/styles.rasi new file mode 100644 index 0000000..9a97988 --- /dev/null +++ b/config/polybar/panels/menu/gnome/styles.rasi @@ -0,0 +1,127 @@ +/* + * + * Author : Aditya Shakya + * Mail : adi1090x@gmail.com + * Github : @adi1090x + * Twitter : @adi1090x + * + */ + +configuration { + font: "Iosevka Nerd Font 10"; + show-icons: true; + icon-theme: "Papirus"; + display-drun: ""; + drun-display-format: "{name}"; + disable-history: false; + fullscreen: false; + hide-scrollbar: true; + sidebar-mode: false; +} + +@import "colors.rasi" + +window { + transparency: "real"; + background-color: @bg; + text-color: @fg; + border: 1px; + border-color: @ac; + border-radius: 4px; + width: 300px; + location: northeast; + x-offset: -10; + y-offset: 40; +} + +prompt { + enabled: true; + padding: 0px 0px 0px 8px; + background-color: @al; + text-color: @fg; +} + +textbox-prompt-colon { + padding: 1px 0px 0px 5px; + background-color: @al; + text-color: @fg; + expand: false; + str: ""; + font: "feather 10"; +} + +entry { + background-color: @al; + text-color: @fg; + placeholder-color: @fg; + expand: true; + horizontal-align: 0; + placeholder: "Search Applications"; + padding: 0px 0px 0px 8px; + blink: true; +} + +inputbar { + children: [ textbox-prompt-colon, entry ]; + background-color: @bga; + text-color: @fg; + expand: false; + border: 1px; + border-radius: 4px; + border-color: #000000; + margin: 0px; + padding: 8px; +} + +listview { + background-color: @al; + padding: 0px; + columns: 1; + lines: 5; + spacing: 0px; + cycle: true; + dynamic: true; + layout: vertical; +} + +mainbox { + background-color: @al; + border: 0px; + border-radius: 0px; + border-color: @ac; + children: [ inputbar, listview ]; + spacing: 8px; + padding: 8px; +} + +element { + background-color: @al; + text-color: @fg; + orientation: horizontal; + border-radius: 0px; + padding: 7px 7px 7px -18px; +} + +element-icon { + background-color: transparent; + text-color: inherit; + size: 24px; + border: 0px; +} + +element-text { + background-color: transparent; + text-color: inherit; + expand: true; + horizontal-align: 0; + vertical-align: 0.5; + margin: 0px 2.5px 0px 2.5px; +} + +element selected { + background-color: @se; + text-color: @fg; + border: 0px; + border-radius: 4px; + border-color: @ac; +} |
