aboutsummaryrefslogtreecommitdiff
path: root/config/polybar/panels/menu/ubuntu_gnome
diff options
context:
space:
mode:
Diffstat (limited to 'config/polybar/panels/menu/ubuntu_gnome')
-rw-r--r--config/polybar/panels/menu/ubuntu_gnome/colors.rasi8
-rw-r--r--config/polybar/panels/menu/ubuntu_gnome/confirm.rasi25
-rw-r--r--config/polybar/panels/menu/ubuntu_gnome/launcher.rasi119
-rw-r--r--config/polybar/panels/menu/ubuntu_gnome/message.rasi25
-rw-r--r--config/polybar/panels/menu/ubuntu_gnome/networkmenu.rasi127
-rw-r--r--config/polybar/panels/menu/ubuntu_gnome/powermenu.rasi127
-rw-r--r--config/polybar/panels/menu/ubuntu_gnome/styles.rasi127
7 files changed, 558 insertions, 0 deletions
diff --git a/config/polybar/panels/menu/ubuntu_gnome/colors.rasi b/config/polybar/panels/menu/ubuntu_gnome/colors.rasi
new file mode 100644
index 0000000..f4404ac
--- /dev/null
+++ b/config/polybar/panels/menu/ubuntu_gnome/colors.rasi
@@ -0,0 +1,8 @@
+/* colors */
+
+* {
+ al: #00000000;
+ bg: #00000026;
+ fg: #EAEAEAFF;
+ bd: #FFFFFF1A;
+}
diff --git a/config/polybar/panels/menu/ubuntu_gnome/confirm.rasi b/config/polybar/panels/menu/ubuntu_gnome/confirm.rasi
new file mode 100644
index 0000000..db39c05
--- /dev/null
+++ b/config/polybar/panels/menu/ubuntu_gnome/confirm.rasi
@@ -0,0 +1,25 @@
+/* Confirm Dialog */
+
+@import "colors.rasi"
+
+* {
+ background-color: #FFFFFF;
+ text-color: #000000;
+ font: "Iosevka Nerd Font 10";
+}
+
+window {
+ width: 200px;
+ padding: 20px;
+ border: 0px;
+ border-radius: 10px;
+ border-color: @bd;
+ location: center;
+ y-offset: -2em;
+}
+
+entry {
+ expand: true;
+ text-color: #000000;
+}
+
diff --git a/config/polybar/panels/menu/ubuntu_gnome/launcher.rasi b/config/polybar/panels/menu/ubuntu_gnome/launcher.rasi
new file mode 100644
index 0000000..6040a6d
--- /dev/null
+++ b/config/polybar/panels/menu/ubuntu_gnome/launcher.rasi
@@ -0,0 +1,119 @@
+/*
+ *
+ * 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: 0px 1px 1px 0px;
+ border-color: @bd;
+ border-radius: 0px 0px 10px 0px;
+ width: 500px;
+ location: northwest;
+ x-offset: 0;
+ y-offset: 30;
+}
+
+prompt {
+ enabled: true;
+ padding: 0px;
+ 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: "Search";
+ padding: 0px 0px 0px 5px;
+ blink: true;
+}
+
+inputbar {
+ children: [ prompt, entry ];
+ background-color: @bg;
+ text-color: @fg;
+ expand: false;
+ border: 1px;
+ border-radius: 10px;
+ border-color: @bd;
+ margin: 0px;
+ padding: 10px;
+}
+
+listview {
+ background-color: @al;
+ padding: 0px;
+ columns: 2;
+ lines: 10;
+ spacing: 5px;
+ cycle: true;
+ dynamic: true;
+ layout: vertical;
+}
+
+mainbox {
+ background-color: @al;
+ border: 0px;
+ border-radius: 0px;
+ border-color: @ac;
+ children: [ listview, inputbar ];
+ spacing: 10px;
+ padding: 10px;
+}
+
+element {
+ background-color: @al;
+ text-color: @fg;
+ orientation: horizontal;
+ border-radius: 0px;
+ padding: 8px;
+}
+
+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: @bg;
+ text-color: @fg;
+ border: 1px;
+ border-radius: 10px;
+ border-color: @bd;
+}
diff --git a/config/polybar/panels/menu/ubuntu_gnome/message.rasi b/config/polybar/panels/menu/ubuntu_gnome/message.rasi
new file mode 100644
index 0000000..31241a3
--- /dev/null
+++ b/config/polybar/panels/menu/ubuntu_gnome/message.rasi
@@ -0,0 +1,25 @@
+/* Confirm Dialog */
+
+@import "colors.rasi"
+
+* {
+ background-color: #FFFFFF;
+ text-color: #000000;
+ font: "Iosevka Nerd Font 10";
+}
+
+window {
+ width: 310px;
+ padding: 20px;
+ border: 0px;
+ border-radius: 10px;
+ border-color: @bd;
+ location: center;
+ y-offset: -2em;
+}
+
+entry {
+ expand: true;
+ text-color: #000000;
+}
+
diff --git a/config/polybar/panels/menu/ubuntu_gnome/networkmenu.rasi b/config/polybar/panels/menu/ubuntu_gnome/networkmenu.rasi
new file mode 100644
index 0000000..8309987
--- /dev/null
+++ b/config/polybar/panels/menu/ubuntu_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: 0px 0px 1px 1px;
+ border-color: @bd;
+ border-radius: 0px 0px 0px 10px;
+ width: 300px;
+ location: northeast;
+ x-offset: 0;
+ y-offset: 30;
+}
+
+prompt {
+ enabled: true;
+ padding: 0px 0px 0px 10px;
+ background-color: @al;
+ text-color: @fg;
+}
+
+textbox-prompt-colon {
+ padding: 1px 0px 0px 0px;
+ 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";
+ padding: 0px 0px 0px 5px;
+ blink: true;
+}
+
+inputbar {
+ children: [ textbox-prompt-colon, prompt ];
+ background-color: @bg;
+ text-color: @fg;
+ expand: false;
+ border: 1px;
+ border-radius: 10px;
+ border-color: @bd;
+ margin: 0px;
+ padding: 10px;
+}
+
+listview {
+ background-color: @al;
+ padding: 0px;
+ columns: 1;
+ lines: 8;
+ spacing: 5px;
+ cycle: true;
+ dynamic: true;
+ layout: vertical;
+}
+
+mainbox {
+ background-color: @al;
+ border: 0px;
+ border-radius: 0px;
+ border-color: @ac;
+ children: [ listview, inputbar ];
+ spacing: 10px;
+ padding: 10px;
+}
+
+element {
+ background-color: @al;
+ text-color: @fg;
+ orientation: horizontal;
+ border-radius: 0px;
+ padding: 8px 8px 8px -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: @bg;
+ text-color: @fg;
+ border: 1px;
+ border-radius: 10px;
+ border-color: @bd;
+}
diff --git a/config/polybar/panels/menu/ubuntu_gnome/powermenu.rasi b/config/polybar/panels/menu/ubuntu_gnome/powermenu.rasi
new file mode 100644
index 0000000..0d477b8
--- /dev/null
+++ b/config/polybar/panels/menu/ubuntu_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: 0px 0px 1px 1px;
+ border-color: @bd;
+ border-radius: 0px 0px 0px 10px;
+ width: 300px;
+ location: northeast;
+ x-offset: 0;
+ y-offset: 30;
+}
+
+prompt {
+ enabled: true;
+ padding: 0px 0px 0px 10px;
+ background-color: @al;
+ text-color: @fg;
+}
+
+textbox-prompt-colon {
+ padding: 1px 0px 0px 0px;
+ 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";
+ padding: 0px 0px 0px 5px;
+ blink: true;
+}
+
+inputbar {
+ children: [ textbox-prompt-colon, prompt ];
+ background-color: @bg;
+ text-color: @fg;
+ expand: false;
+ border: 1px;
+ border-radius: 10px;
+ border-color: @bd;
+ margin: 0px;
+ padding: 10px;
+}
+
+listview {
+ background-color: @al;
+ padding: 0px;
+ columns: 1;
+ lines: 5;
+ spacing: 5px;
+ cycle: true;
+ dynamic: true;
+ layout: vertical;
+}
+
+mainbox {
+ background-color: @al;
+ border: 0px;
+ border-radius: 0px;
+ border-color: @ac;
+ children: [ listview, inputbar ];
+ spacing: 10px;
+ padding: 10px;
+}
+
+element {
+ background-color: @al;
+ text-color: @fg;
+ orientation: horizontal;
+ border-radius: 0px;
+ padding: 8px 8px 8px -21px;
+}
+
+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: @bg;
+ text-color: @fg;
+ border: 1px;
+ border-radius: 10px;
+ border-color: @bd;
+}
diff --git a/config/polybar/panels/menu/ubuntu_gnome/styles.rasi b/config/polybar/panels/menu/ubuntu_gnome/styles.rasi
new file mode 100644
index 0000000..690be36
--- /dev/null
+++ b/config/polybar/panels/menu/ubuntu_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: 0px 0px 1px 1px;
+ border-color: @bd;
+ border-radius: 0px 0px 0px 10px;
+ width: 300px;
+ location: northeast;
+ x-offset: 0;
+ y-offset: 30;
+}
+
+prompt {
+ enabled: true;
+ padding: 0px 0px 0px 10px;
+ background-color: @al;
+ text-color: @fg;
+}
+
+textbox-prompt-colon {
+ padding: 1px 0px 0px 0px;
+ 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";
+ padding: 0px 0px 0px 10px;
+ blink: true;
+}
+
+inputbar {
+ children: [ textbox-prompt-colon, entry ];
+ background-color: @bg;
+ text-color: @fg;
+ expand: false;
+ border: 1px;
+ border-radius: 10px;
+ border-color: @bd;
+ margin: 0px;
+ padding: 10px;
+}
+
+listview {
+ background-color: @al;
+ padding: 0px;
+ columns: 1;
+ lines: 5;
+ spacing: 5px;
+ cycle: true;
+ dynamic: true;
+ layout: vertical;
+}
+
+mainbox {
+ background-color: @al;
+ border: 0px;
+ border-radius: 0px;
+ border-color: @ac;
+ children: [ listview, inputbar ];
+ spacing: 10px;
+ padding: 10px;
+}
+
+element {
+ background-color: @al;
+ text-color: @fg;
+ orientation: horizontal;
+ border-radius: 0px;
+ padding: 8px 8px 8px -21px;
+}
+
+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: @bg;
+ text-color: @fg;
+ border: 1px;
+ border-radius: 10px;
+ border-color: @bd;
+}