aboutsummaryrefslogtreecommitdiff
path: root/.config/rofi/themes/jms-theme.rasi
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/jms-theme.rasi
parente793964782235c181c734eb4ab91834aa8469b9d (diff)
Switched to using rofi instead of fuzzel
Diffstat (limited to '.config/rofi/themes/jms-theme.rasi')
-rw-r--r--.config/rofi/themes/jms-theme.rasi100
1 files changed, 100 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;
+}