aboutsummaryrefslogtreecommitdiffstats
path: root/config/rofi
diff options
context:
space:
mode:
authorinstaller <installer@gmail.com>2025-02-15 17:41:55 +0900
committerinstaller <installer@gmail.com>2025-02-15 17:41:55 +0900
commit0b00425dc338e739404bd200a1e2078237df71a9 (patch)
tree1cec0222d9a50c035d1d2547c44f571d80fcf559 /config/rofi
parentb478eef5f63d237eda06256bd4508c545bc6bcbe (diff)
Updated rofi stuff
Diffstat (limited to 'config/rofi')
-rw-r--r--config/rofi/config-Animations.rasi19
-rw-r--r--config/rofi/config-edit.rasi14
-rw-r--r--config/rofi/config-keybinds.rasi1
-rw-r--r--config/rofi/config-rofi-Beats.rasi10
-rw-r--r--config/rofi/config-rofi-theme.rasi15
-rw-r--r--config/rofi/config-wallpaper-effect.rasi1
-rw-r--r--config/rofi/config-waybar-layout.rasi17
-rw-r--r--config/rofi/config-waybar-style.rasi15
-rw-r--r--config/rofi/config-zsh-theme.rasi3
-rw-r--r--config/rofi/config.rasi13
10 files changed, 53 insertions, 55 deletions
diff --git a/config/rofi/config-Animations.rasi b/config/rofi/config-Animations.rasi
index 8aa22abf..7c458b09 100644
--- a/config/rofi/config-Animations.rasi
+++ b/config/rofi/config-Animations.rasi
@@ -6,10 +6,9 @@
/* ---- Mainbox ---- */
mainbox {
children:
- [ "inputbar", "listview"];
+ [ "inputbar", "message", "listview"];
}
-
/* ---- Window ---- */
window {
width: 30%;
@@ -23,18 +22,18 @@ entry {
/* ---- Listview ---- */
listview {
- columns: 2;
- lines: 9;
- fixed-height: false;
- margin: 10px;
+ columns: 2;
+ lines: 9;
+ fixed-height: false;
+ margin: 10px;
}
/* ---- Elements ---- */
element-icon {
- size: 0%;
+ size: 0%;
}
element-text {
- horizontal-align: 0.0;
- vertical-align: 0.0;
- margin: 5px 30px 5px 30px;
+ horizontal-align: 0.0;
+ vertical-align: 0.0;
+ margin: 5px 30px 5px 30px;
}
diff --git a/config/rofi/config-edit.rasi b/config/rofi/config-edit.rasi
index 568de812..60d18e34 100644
--- a/config/rofi/config-edit.rasi
+++ b/config/rofi/config-edit.rasi
@@ -17,15 +17,15 @@ configuration {
/* ---- Window ---- */
window {
- width: 45%;
+ width: 45%;
}
/* ---- Listview ---- */
listview {
- columns: 2;
- lines: 6;
- fixed-height: false;
+ columns: 2;
+ lines: 6;
+ fixed-height: false;
}
/* ---- Entry input ---- */
@@ -41,9 +41,9 @@ element {
}
element-icon {
- size: 0%;
+ size: 0%;
}
element-text {
- horizontal-align: 0.0;
- margin: 5px 30px 5px 30px;
+ horizontal-align: 0.0;
+ margin: 5px 30px 5px 30px;
} \ No newline at end of file
diff --git a/config/rofi/config-keybinds.rasi b/config/rofi/config-keybinds.rasi
index ccc8b4d7..2b19c271 100644
--- a/config/rofi/config-keybinds.rasi
+++ b/config/rofi/config-keybinds.rasi
@@ -21,6 +21,7 @@ listview {
columns: 2;
lines: 12;
fixed-height: false;
+ scrollbar: true;
}
window {
diff --git a/config/rofi/config-rofi-Beats.rasi b/config/rofi/config-rofi-Beats.rasi
index b84b4260..b8121286 100644
--- a/config/rofi/config-rofi-Beats.rasi
+++ b/config/rofi/config-rofi-Beats.rasi
@@ -5,7 +5,7 @@
/* ---- Window ---- */
window {
- width: 45%;
+ width: 45%;
}
/* ---- Mainbox ---- */
@@ -21,10 +21,10 @@ entry {
/* ---- Listview ---- */
listview {
- columns: 2;
- lines: 8;
- fixed-height: false;
- margin: 10px;
+ columns: 2;
+ lines: 8;
+ fixed-height: false;
+ margin: 10px;
}
/* ---- Elements ---- */
diff --git a/config/rofi/config-rofi-theme.rasi b/config/rofi/config-rofi-theme.rasi
index 14f1f971..d660f1f9 100644
--- a/config/rofi/config-rofi-theme.rasi
+++ b/config/rofi/config-rofi-theme.rasi
@@ -3,10 +3,9 @@
@import "~/.config/rofi/config.rasi"
-
/* ---- Window ---- */
window {
- width: 45%;
+ width: 45%;
}
/* ---- Mainbox ---- */
@@ -17,10 +16,10 @@ mainbox {
/* ---- Listview ---- */
listview {
- columns: 2;
- lines: 8;
- fixed-height: false;
- scrollbar: true;
+ columns: 2;
+ lines: 8;
+ fixed-height: false;
+ scrollbar: true;
}
/* ---- Entry input ---- */
@@ -39,7 +38,7 @@ element-icon {
size: 0%;
}
element-text {
- horizontal-align: 0.0;
- margin: 5px 30px 5px 30px;
+ horizontal-align: 0.0;
+ margin: 5px 30px 5px 30px;
}
diff --git a/config/rofi/config-wallpaper-effect.rasi b/config/rofi/config-wallpaper-effect.rasi
index 0fb534e3..de74747a 100644
--- a/config/rofi/config-wallpaper-effect.rasi
+++ b/config/rofi/config-wallpaper-effect.rasi
@@ -26,6 +26,7 @@ listview {
columns: 2;
lines: 8;
fixed-height: false;
+ scrollbar: true;
}
/* ---- Inputbar ---- */
diff --git a/config/rofi/config-waybar-layout.rasi b/config/rofi/config-waybar-layout.rasi
index cc24a170..c179a362 100644
--- a/config/rofi/config-waybar-layout.rasi
+++ b/config/rofi/config-waybar-layout.rasi
@@ -3,8 +3,6 @@
@import "~/.config/rofi/config.rasi"
-
-
/* ---- Configuration ---- */
configuration {
modi: "drun";
@@ -24,17 +22,18 @@ entry {
/* ---- Listview ---- */
listview {
- columns: 2;
- lines: 9;
- fixed-height: false;
- margin: 10px;
+ columns: 2;
+ lines: 9;
+ fixed-height: false;
+ margin: 10px;
+ scrollbar: true;
}
/* ---- Elements ---- */
element-icon {
- size: 0%;
+ size: 0%;
}
element-text {
- horizontal-align: 0.0;
- margin: 5px 30px 5px 30px;
+ horizontal-align: 0.0;
+ margin: 5px 30px 5px 30px;
}
diff --git a/config/rofi/config-waybar-style.rasi b/config/rofi/config-waybar-style.rasi
index bfb3829a..12c5a757 100644
--- a/config/rofi/config-waybar-style.rasi
+++ b/config/rofi/config-waybar-style.rasi
@@ -23,17 +23,18 @@ entry {
/* ---- Listview ---- */
listview {
- columns: 2;
- lines: 9;
- fixed-height: false;
- margin: 10px;
+ columns: 2;
+ lines: 9;
+ fixed-height: false;
+ margin: 10px;
+ scrollbar: true;
}
/* ---- Elements ---- */
element-icon {
- size: 0%;
+ size: 0%;
}
element-text {
- horizontal-align: 0.0;
- margin: 5px 30px 5px 30px;
+ horizontal-align: 0.0;
+ margin: 5px 30px 5px 30px;
}
diff --git a/config/rofi/config-zsh-theme.rasi b/config/rofi/config-zsh-theme.rasi
index c2293b4e..1b0b58f7 100644
--- a/config/rofi/config-zsh-theme.rasi
+++ b/config/rofi/config-zsh-theme.rasi
@@ -15,10 +15,9 @@ window {
}
mainbox {
- children: [ "inputbar" , "listview" ];
+ children: [ "inputbar" , "listview" ];
}
-
/* ---- Listbox ---- */
listbox {
border-radius: 12px;
diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi
index 586de76e..cda85e8a 100644
--- a/config/rofi/config.rasi
+++ b/config/rofi/config.rasi
@@ -1,25 +1,24 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Ja KooLit - Default
-* All main themes or configs are located in ~/.local/share/rofi/themes
+* All main themes or configs are located in ~/.config/rofi/themes/
* If you want to edit the config, that is where you should edit NOT here
-* To load a new theme, manually edit the file path below or choose desired theme via rofi theme selector
+* To load a new theme, manually edit the file path below or choose desired theme via rofi theme selector (choose via app menu)
* Alternative way to Load (preferred) own cooked by Ja
-* SUPER CTRL R - Choose style
+* SUPER CTRL R - Choose style & SUPER CTRL SHIFT R
* TIPS
* If you have edited a config, rename it with a unique name. During update, the contents of
-* ~/.local/share/rofi/themes will be replaced. However, it wont overwrite your own config if you
-* renamed with your own unique file name */
+* ~/.config/rofi/themes/ will be replaced.
/* ---- Configuration Fonts ---- */
configuration {
font: "JetBrainsMono Nerd Font SemiBold 13";
}
-/* note: Element-text font and size, edit configs in ~/.local/share/rofi/themes */
+/* note: Element-text font and size, edit configs in ~/.config/rofi/themes/ */
-@theme "~/.local/share/rofi/themes/KooL_style-2-Dark.rasi"
+@theme "~/.config/rofi/themes/KooL_style-2-Dark.rasi"
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage