aboutsummaryrefslogtreecommitdiffstats
path: root/config/rofi
diff options
context:
space:
mode:
authorJa.KooLit <jimmielovejay@gmail.com>2023-11-25 18:35:33 +0900
committerGitHub <noreply@github.com>2023-11-25 18:35:33 +0900
commite96d2b933ab630d52061fff9817c95f8a6cf67c2 (patch)
treec781b32d04cc3ab9c0415416e0960ce8c1d7faf0 /config/rofi
parenta4323a2ec92db8b07fd1e045f8a2275aa89ca7c3 (diff)
parentfbf04572b4ed8867da3c96551b25261401364be0 (diff)
Merge pull request #33 from JaKooLit/main
Add recent changes to v2.1.9
Diffstat (limited to 'config/rofi')
-rw-r--r--config/rofi/config-powermenu.rasi123
1 files changed, 123 insertions, 0 deletions
diff --git a/config/rofi/config-powermenu.rasi b/config/rofi/config-powermenu.rasi
new file mode 100644
index 00000000..cf0592f8
--- /dev/null
+++ b/config/rofi/config-powermenu.rasi
@@ -0,0 +1,123 @@
+/* --- Configuration for Rofi Power ---- */
+
+/* ---- Configuration ---- */
+configuration {
+ show-icons: false;
+}
+
+/* ---- Load pywal colors (custom wal template) ---- */
+@import "~/.config/rofi/pywal-color/pywal-theme.rasi"
+
+/* ---- Global Properties ---- */
+* {
+ font: "Fira Code Medium 12";
+}
+
+/* ---- Main Window ---- */
+window {
+ location: center;
+ anchor: center;
+ fullscreen: false;
+ width: 900px;
+ height: 400px;
+ x-offset: 0px;
+ y-offset: 0px;
+ padding: 0px;
+ border: 2px;
+ border-radius: 15px;
+ border-color: @active-background;
+ cursor: "default";
+ background-color: @background-color;
+}
+
+/* ---- Main Box ---- */
+mainbox {
+ enabled: true;
+ spacing: 0px;
+ margin: 0px;
+ padding: 0px;
+ border: 0px solid;
+ border-radius: 0px;
+ background-image: url("~/.config/rofi/.current_wallpaper", width);
+ border-color: @active-background;
+ background-color: @background-color;
+ children: [ "inputbar", "listview", "message" ];
+}
+
+/* ---- Inputbar ---- */
+inputbar {
+ enabled: true;
+ padding: 20px;
+ background-color: transparent;
+ orientation: horizontal;
+ children: ["prompt"];
+}
+
+prompt {
+ enabled: true;
+ padding: 10px;
+ border-radius: 15px;
+ border-color: @foreground;
+ background-color: @background-color;
+ text-color: @foreground;
+ cursor: text;
+
+}
+
+/* ---- Listview ---- */
+listview {
+ enabled: true;
+ columns: 3;
+ lines: 2;
+ cycle: true;
+ dynamic: true;
+ scrollbar: false;
+ layout: vertical;
+ reverse: false;
+ fixed-height: false;
+ fixed-columns: true;
+ spacing: 40px;
+ padding: 4% 40px;
+ background-color: transparent;
+ cursor: "default";
+ border: 0px;
+ border-color: @active-background;
+}
+
+/* ---- Elements ---- */
+element {
+ enabled: true;
+ padding: 20px;
+ border-radius: 30px;
+ background-color: transparent;
+ text-color: @foreground;
+ cursor: pointer;
+}
+element-text {
+ font: "Fira Code SemiBold 16";
+ background-color: transparent;
+ text-color: inherit;
+ cursor: inherit;
+ vertical-align: 0.5;
+ horizontal-align: 0.5;
+}
+element selected.normal {
+ background-color: @selected-normal-background;
+ text-color: @background;
+}
+
+/* ---- Message ---- */
+message {
+ enabled: true;
+ margin: 0px;
+ background-color: transparent;
+ text-color: @foreground;
+ border: 0px;
+}
+textbox {
+ font: "Fira Code SemiBold 8";
+ background-color: @background;
+ text-color: @foreground;
+ vertical-align: 0.5;
+ horizontal-align: 0.5;
+} \ No newline at end of file
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage