aboutsummaryrefslogtreecommitdiff
path: root/.config/rofi/themes
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2025-06-12 18:41:28 +0100
committerJustine Smithies <justine@smithies.me.uk>2025-06-12 18:41:28 +0100
commit6e30128485a63626d60cdec866a2d0ef8e39e07c (patch)
treedbdbd7a98b71ff19c0aa350a727b4c78461e5513 /.config/rofi/themes
parente793964782235c181c734eb4ab91834aa8469b9d (diff)
Switched to using rofi instead of fuzzel
Diffstat (limited to '.config/rofi/themes')
-rw-r--r--.config/rofi/themes/jms-theme.rasi100
-rw-r--r--.config/rofi/themes/power-menu.rasi90
2 files changed, 190 insertions, 0 deletions
diff --git a/.config/rofi/themes/jms-theme.rasi b/.config/rofi/themes/jms-theme.rasi
new file mode 100644
index 0000000..ee6a8de
--- /dev/null
+++ b/.config/rofi/themes/jms-theme.rasi
@@ -0,0 +1,100 @@
+configuration {
+ /*modes: "drun,window,ssh";*/
+ display-drun: "Apps";
+ display-window: "Windows";
+ display-ssh: "SSH";
+ show-icons: true;
+ sidebar-mode: true;
+}
+
+* {
+ background-color: #00000050;
+ text-color: #EFEFEF;
+ font: "GoMono Nerd Font 10";
+
+ line-margin: 0;
+ line-padding: 0;
+ separator-style: "none";
+ hide-scrollbar: "true";
+ margin: 0;
+ padding: 0;
+}
+
+window {
+ width: 50ch;
+ border: 1px;
+ border-color: #EFEFEF50;
+ border-radius: 4px;
+ orientation: horizontal;
+ children: [mainbox];
+}
+
+mainbox {
+ children: [entry,listview,mode-switcher,message];
+ spacing: 0px;
+ padding: 0px 0;
+ border: 1px;
+ border-color: #EFEFEF50;
+}
+
+button {
+ padding: 8px 2px 8px 9ch;
+}
+
+button selected {
+ background-color: #EFEFEF50;
+ text-color: #EFEFEF;
+}
+
+inputbar {
+ padding: 5px;
+ spacing: 5px;
+}
+
+listview {
+ fixed-height: 0;
+ border: 0px;
+ spacing: 5px;
+ scrollbar: false;
+ padding: 10px 10px 10px 1ch;
+}
+
+element {
+ background-color: #00000000;
+ border: 0;
+ border-radius: 0px;
+ padding: 3 0 3 4 ;
+}
+
+entry {
+ expand: false;
+ text-color: #EFEFEF;
+ vertical-align: 1;
+ padding: 8px;
+}
+
+element selected {
+ background-color: #EFEFEF50;
+ text-color: #EFEFEF;
+}
+
+mode-switcher {
+ padding: 8 0 0 0;
+}
+
+textbox {
+ background-color: #EFEFEF50;
+ padding: 8px;
+ }
+
+element-text {
+ background-color:#00000000;
+}
+
+element-icon {
+ background-color: #00000000;
+}
+
+button {
+padding: 10px 10px 10px 10px;
+}
diff --git a/.config/rofi/themes/power-menu.rasi b/.config/rofi/themes/power-menu.rasi
new file mode 100644
index 0000000..a74fc6b
--- /dev/null
+++ b/.config/rofi/themes/power-menu.rasi
@@ -0,0 +1,90 @@
+configuration {
+ show-icons: false;
+}
+
+* {
+ background-color: #00000050;
+ text-color: #EFEFEF;
+ font: "GoMono Nerd Font 10";
+
+ line-margin: 0;
+ line-padding: 0;
+ separator-style: "none";
+ hide-scrollbar: "true";
+ margin: 0;
+ padding: 0;
+}
+
+window {
+ width: 20ch;
+ border: 1px;
+ border-color: #EFEFEF50;
+ border-radius: 4px;
+ orientation: horizontal;
+ children: [mainbox];
+}
+
+mainbox {
+ children: [entry,listview,mode-switcher,message];
+ spacing: 0px;
+ padding: 0px;
+ border: 1px;
+ border-color: #EFEFEF50;
+}
+
+button {
+ padding: 8px 2px;
+}
+
+button selected {
+ background-color: #EFEFEF50;
+ text-color: #EFEFEF;
+}
+
+inputbar {
+ padding: 5px;
+ spacing: 5px;
+}
+
+listview {
+ lines: 6;
+ fixed-height: 0;
+ border: 0px;
+ spacing: 0px;
+ scrollbar: false;
+ padding: 0px 5px 0px 5px;
+}
+
+element {
+ background-color: #00000000;
+ border: 0;
+ border-radius: 0px;
+ padding: 3 0 3 4;
+}
+
+entry {
+ expand: false;
+ text-color: #EFEFEF;
+ vertical-align: 1;
+ padding: 8px;
+}
+
+element selected {
+ background-color: #EFEFEF50;
+ text-color: #EFEFEF;
+}
+
+mode-switcher {
+ padding: 8 0 0 0;
+}
+
+textbox {
+ background-color: #EFEFEF50;
+ padding: 8px 0 8px 5ch;
+}
+
+element-text {
+ background-color: #00000000;
+ padding: 0 0 0 3ch;
+}
+