aboutsummaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authorJaKooLit <ejhay.games@gmail.com>2025-02-12 18:57:11 +0900
committerJaKooLit <ejhay.games@gmail.com>2025-02-12 18:57:11 +0900
commit279f620e7fe48bb351b9f2b8616951ce68303ec2 (patch)
tree653d89bdd75de7a883dacd1cd8faa863aefcabc2 /assets
parent772411cd39370bca3a89b5ee92bda3c5ea8e1b7e (diff)
rofi updates
Keyhints updated in preparation for the new changes
Diffstat (limited to 'assets')
-rw-r--r--assets/rofi/themes/KooL_style-1.rasi9
-rw-r--r--assets/rofi/themes/KooL_style-10-Fancy.rasi9
-rw-r--r--assets/rofi/themes/KooL_style-11-Win11-list-dark.rasi10
-rw-r--r--assets/rofi/themes/KooL_style-11-Win11-list-light.rasi20
-rw-r--r--assets/rofi/themes/KooL_style-2-Dark.rasi9
-rw-r--r--assets/rofi/themes/KooL_style-2-Light.rasi8
-rw-r--r--assets/rofi/themes/KooL_style-3-FullScreen-v1.rasi8
-rw-r--r--assets/rofi/themes/KooL_style-3-Fullscreen-v2.rasi6
-rw-r--r--assets/rofi/themes/KooL_style-4.rasi6
-rw-r--r--assets/rofi/themes/KooL_style-5.rasi9
-rw-r--r--assets/rofi/themes/KooL_style-6.rasi6
-rw-r--r--assets/rofi/themes/KooL_style-7.rasi8
-rw-r--r--assets/rofi/themes/KooL_style-8.rasi8
-rw-r--r--assets/rofi/themes/KooL_style-9.rasi12
14 files changed, 84 insertions, 44 deletions
diff --git a/assets/rofi/themes/KooL_style-1.rasi b/assets/rofi/themes/KooL_style-1.rasi
index 556c86a1..b8f58fff 100644
--- a/assets/rofi/themes/KooL_style-1.rasi
+++ b/assets/rofi/themes/KooL_style-1.rasi
@@ -1,5 +1,5 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
-/* KooL Hyprland Style 1*/
+/* KooL Hyprland Rofi Style 1 */
/* ---- Configuration ---- */
@@ -23,7 +23,6 @@ configuration {
/* ---- Global Properties ---- */
* {
- font: "JetBrainsMono Nerd Font SemiBold 13";
background-alt: @color1;
selected: @color12;
active: @color11;
@@ -34,6 +33,10 @@ configuration {
border-color: @selected;
}
+/*****-- Elements Font Size -----*****/
+element-text {
+ font: "JetBrainsMono Nerd Font SemiBold 12";
+}
/* ---- Window ---- */
window {
// Default
@@ -213,7 +216,7 @@ element-icon {
cursor: inherit;
}
element-text {
- font: "JetBrainsMono Nerd Font SemiBold 12";
+ size: 1%;
background-color: transparent;
text-color: inherit;
cursor: inherit;
diff --git a/assets/rofi/themes/KooL_style-10-Fancy.rasi b/assets/rofi/themes/KooL_style-10-Fancy.rasi
index 8da2e0e7..376cd3da 100644
--- a/assets/rofi/themes/KooL_style-10-Fancy.rasi
+++ b/assets/rofi/themes/KooL_style-10-Fancy.rasi
@@ -1,5 +1,5 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
-/* KooL Hyprland Style 10 - Fancy */
+/* KooL Hyprland Rofi Style 10 - Fancy */
/* Credit to DaveDavenport. I have only some few things changed */
/*******************************************************************************
@@ -12,7 +12,6 @@
/* ---- Configuration ---- */
configuration {
- font: "JetBrainsMono Nerd Font SemiBold 13";
modi: "drun,run,filebrowser";
show-icons: true;
drun-display-format: "{name}";
@@ -49,6 +48,12 @@ configuration {
active-background: rgba ( 39, 40, 34, 0 % );
selected-active-background: rgba ( 20, 20, 17, 100 % );
}
+
+/*****-- Elements Font Size -----*****/
+element-text {
+ font: "JetBrainsMono Nerd Font SemiBold 12";
+}
+
window {
border-color: darkgray/30%;
background-color: black/50%;
diff --git a/assets/rofi/themes/KooL_style-11-Win11-list-dark.rasi b/assets/rofi/themes/KooL_style-11-Win11-list-dark.rasi
index f0a7d9e6..d8958455 100644
--- a/assets/rofi/themes/KooL_style-11-Win11-list-dark.rasi
+++ b/assets/rofi/themes/KooL_style-11-Win11-list-dark.rasi
@@ -1,5 +1,5 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
-/* KooL Style 10 - Windows 11 List Dark */
+/* KooL Hyprland Rofi Style 11 - Windows 11 List Dark */
/* source: https://github.com/newmanls */
/* Integrating Wallust and More tweaks */
@@ -15,8 +15,6 @@ configuration {
/*****----- Global Properties -----*****/
* {
- font: "JetBrainsMono Nerd Font SemiBold 13";
-
bg0 : black/50%;
bg1 : black/40%;
bg2 : black/10%;
@@ -34,6 +32,11 @@ configuration {
spacing : 0;
}
+/*****-- Elements Font Size -----*****/
+element-text {
+ font: "JetBrainsMono Nerd Font SemiBold 12";
+}
+
element-icon, element-text, scrollbar {
cursor: pointer;
}
@@ -91,7 +94,6 @@ listview {
}
element {
- font: "JetBrainsMono Nerd Font SemiBold 11";
spacing : 1em;
padding : 8px;
border-radius : 2px;
diff --git a/assets/rofi/themes/KooL_style-11-Win11-list-light.rasi b/assets/rofi/themes/KooL_style-11-Win11-list-light.rasi
index 75da3b6e..8e2584b5 100644
--- a/assets/rofi/themes/KooL_style-11-Win11-list-light.rasi
+++ b/assets/rofi/themes/KooL_style-11-Win11-list-light.rasi
@@ -1,22 +1,20 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
-/* KooL Style 10 - Windows 11 List Light */
+/* KooL Hyprland Rofi Style 11 - Windows 11 List Light */
/* source: https://github.com/newmanls */
/* Integrating Wallust and More tweaks */
/* ---- Configuration ---- */
configuration {
- dpi: 1;
- show-icons: true;
- hover-select: true;
- me-select-entry: "MouseSecondary";
- me-accept-entry: "MousePrimary";
+ dpi: 1;
+ show-icons: true;
+ hover-select: true;
+ me-select-entry: "MouseSecondary";
+ me-accept-entry: "MousePrimary";
}
/*****----- Global Properties -----*****/
* {
- font: "JetBrainsMono Nerd Font SemiBold 13";
-
bg0 : #ffffff80;
bg1 : #f9f9f9bf;
bg2 : #f7f7f7;
@@ -34,6 +32,11 @@ configuration {
spacing : 0;
}
+/*****-- Elements Font Size -----*****/
+element-text {
+ font: "JetBrainsMono Nerd Font SemiBold 12";
+}
+
element-icon, element-text, scrollbar {
cursor: pointer;
}
@@ -91,7 +94,6 @@ listview {
}
element {
- font: "JetBrainsMono Nerd Font SemiBold 11";
spacing : 1em;
padding : 8px;
border-radius : 2px;
diff --git a/assets/rofi/themes/KooL_style-2-Dark.rasi b/assets/rofi/themes/KooL_style-2-Dark.rasi
index de16d833..036b7fae 100644
--- a/assets/rofi/themes/KooL_style-2-Dark.rasi
+++ b/assets/rofi/themes/KooL_style-2-Dark.rasi
@@ -1,5 +1,5 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
-/* KooL Style 2 Dark */
+/* KooL Hyprland Rofi Style 2 Dark */
/* Source: https://github.com/adi1090x/rofi */
@@ -19,9 +19,9 @@ configuration {
me-accept-entry: "MousePrimary";
}
-/*****----- Global Properties -----*****/
-* {
- font: "JetBrainsMono Nerd Font SemiBold 13";
+/*****-- Elements Font Size -----*****/
+element-text {
+ font: "JetBrainsMono Nerd Font SemiBold 12";
}
/*****----- Main Window -----*****/
@@ -148,7 +148,6 @@ mode-switcher{
text-color: white;
}
button {
- font: "JetBrainsMono Nerd Font SemiBold 12";
padding: 6px;
border: 0px solid;
border-radius: 100%;
diff --git a/assets/rofi/themes/KooL_style-2-Light.rasi b/assets/rofi/themes/KooL_style-2-Light.rasi
index 74eb8e32..9a8677ab 100644
--- a/assets/rofi/themes/KooL_style-2-Light.rasi
+++ b/assets/rofi/themes/KooL_style-2-Light.rasi
@@ -1,5 +1,5 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
-/* KooL Style 2 Light */
+/* KooL Hyprland Rofi Style 2 Light */
/* credit: https://github.com/adi1090x/rofi */
@@ -19,9 +19,9 @@ configuration {
me-accept-entry: "MousePrimary";
}
-/*****----- Global Properties -----*****/
-* {
- font: "JetBrainsMono Nerd Font SemiBold 13";
+/*****-- Elements Font Size -----*****/
+element-text {
+ font: "JetBrainsMono Nerd Font SemiBold 12";
}
/*****----- Main Window -----*****/
diff --git a/assets/rofi/themes/KooL_style-3-FullScreen-v1.rasi b/assets/rofi/themes/KooL_style-3-FullScreen-v1.rasi
index d9b31251..61a65ae8 100644
--- a/assets/rofi/themes/KooL_style-3-FullScreen-v1.rasi
+++ b/assets/rofi/themes/KooL_style-3-FullScreen-v1.rasi
@@ -1,10 +1,9 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
-/* KooL Hyprland Full Screen Style 3 v1 */
+/* KooL Hyprland Rofi Style 3 - Full screen v1 */
/* ---- Configuration ---- */
configuration {
- font: "JetBrainsMono Nerd Font SemiBold 13";
modi: "drun,run,filebrowser";
show-icons: true;
display-drun: "Apps";
@@ -35,6 +34,11 @@ configuration {
border-color: @selected;
}
+/*****-- Elements Font Size -----*****/
+element-text {
+ font: "JetBrainsMono Nerd Font SemiBold 12";
+}
+
/* ---- Global Properties ---- */
* {
main-bg: @background;
diff --git a/assets/rofi/themes/KooL_style-3-Fullscreen-v2.rasi b/assets/rofi/themes/KooL_style-3-Fullscreen-v2.rasi
index 7584b542..428c54a7 100644
--- a/assets/rofi/themes/KooL_style-3-Fullscreen-v2.rasi
+++ b/assets/rofi/themes/KooL_style-3-Fullscreen-v2.rasi
@@ -4,7 +4,6 @@
/*****----- Configuration -----*****/
configuration {
- font: "JetBrainsMono Nerd Font SemiBold 13";
modi: "drun,run,filebrowser";
show-icons: true;
display-drun: " Apps";
@@ -57,6 +56,11 @@ configuration {
}
+/*****-- Elements Font Size -----*****/
+element-text {
+ font: "JetBrainsMono Nerd Font SemiBold 12";
+}
+
/*****----- Main Window -----*****/
window {
transparency: "real";
diff --git a/assets/rofi/themes/KooL_style-4.rasi b/assets/rofi/themes/KooL_style-4.rasi
index 7f4f0d4e..519f10f7 100644
--- a/assets/rofi/themes/KooL_style-4.rasi
+++ b/assets/rofi/themes/KooL_style-4.rasi
@@ -4,7 +4,6 @@
/*****----- Configuration -----*****/
configuration {
- font: "JetBrainsMono Nerd Font SemiBold 13";
modi: "drun,run,filebrowser";
show-icons: true;
display-drun: " Apps";
@@ -57,6 +56,11 @@ configuration {
}
+/*****-- Elements Font Size -----*****/
+element-text {
+ font: "JetBrainsMono Nerd Font SemiBold 12";
+}
+
/*****----- Main Window -----*****/
window {
/* properties for window widget */
diff --git a/assets/rofi/themes/KooL_style-5.rasi b/assets/rofi/themes/KooL_style-5.rasi
index bb70d0f8..cd9a5ce2 100644
--- a/assets/rofi/themes/KooL_style-5.rasi
+++ b/assets/rofi/themes/KooL_style-5.rasi
@@ -1,9 +1,8 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
-/* KooL Hyprland v2.1.13 (old) - Default Config */
+/* KooL Hyprland Rofi Style 5 */
/* ---- Configuration ---- */
configuration {
- font: "JetBrainsMono Nerd Font SemiBold 13";
modi: "drun,run,filebrowser";
show-icons: true;
display-drun: "Apps";
@@ -35,6 +34,11 @@ configuration {
border-color: @selected;
}
+/*****-- Elements Font Size -----*****/
+element-text {
+ font: "JetBrainsMono Nerd Font SemiBold 12";
+}
+
/* ---- Window ---- */
window {
width: 800px;
@@ -230,7 +234,6 @@ element-icon {
}
element-text {
- font: "JetBrainsMono Nerd Font SemiBold 12";
background-color: transparent;
text-color: @foreground;
cursor: inherit;
diff --git a/assets/rofi/themes/KooL_style-6.rasi b/assets/rofi/themes/KooL_style-6.rasi
index 30028218..f5e7de43 100644
--- a/assets/rofi/themes/KooL_style-6.rasi
+++ b/assets/rofi/themes/KooL_style-6.rasi
@@ -5,7 +5,6 @@
configuration {
modi: "drun,run,filebrowser";
- font: "Fira Code SemiBold 13";
show-icons: true;
display-drun: "Apps";
display-run: "Run";
@@ -35,6 +34,11 @@ configuration {
border-color: @selected;
}
+/*****-- Elements Font Size -----*****/
+element-text {
+ font: "JetBrainsMono Nerd Font SemiBold 12";
+}
+
/* ---- Window ---- */
window {
// Default
diff --git a/assets/rofi/themes/KooL_style-7.rasi b/assets/rofi/themes/KooL_style-7.rasi
index 4032390a..6d8c0201 100644
--- a/assets/rofi/themes/KooL_style-7.rasi
+++ b/assets/rofi/themes/KooL_style-7.rasi
@@ -1,11 +1,10 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
-/* KooL Style 7 */
+/* KooL Hyprland Rofi Style 7 */
/* original design from: https://github.com/adi1090x/rofi */
/*****----- Configuration -----*****/
configuration {
- font: "JetBrains Mono Nerd Font 13";
modi: "drun,run,filebrowser,window";
show-icons: true;
display-drun: " ";
@@ -30,6 +29,11 @@ configuration {
active: @color11;
urgent: #8E3596;
}
+/*****-- Elements Font Size -----*****/
+element-text {
+ font: "JetBrainsMono Nerd Font SemiBold 12";
+}
+
/*****----- Main Window -----*****/
window {
transparency: "real";
diff --git a/assets/rofi/themes/KooL_style-8.rasi b/assets/rofi/themes/KooL_style-8.rasi
index b74f801f..ce262ad4 100644
--- a/assets/rofi/themes/KooL_style-8.rasi
+++ b/assets/rofi/themes/KooL_style-8.rasi
@@ -1,11 +1,10 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
-/* KooL Hyprland - Style 13 */
+/* KooL Hyprland Rofi Style 8 */
/* ---- Configuration ---- */
configuration {
modi: "drun,filebrowser,window,run";
- font: "JetBrainsMono Nerd Font SemiBold 13";
show-icons: true;
display-drun: "  apps";
display-run: "  term";
@@ -29,6 +28,11 @@ configuration {
border-radius: 12px;
}
+/*****-- Elements Font Size -----*****/
+element-text {
+ font: "JetBrainsMono Nerd Font SemiBold 12";
+}
+
/* ---- Window ---- */
window {
width: 50%;
diff --git a/assets/rofi/themes/KooL_style-9.rasi b/assets/rofi/themes/KooL_style-9.rasi
index a74e64eb..5ac5c0f9 100644
--- a/assets/rofi/themes/KooL_style-9.rasi
+++ b/assets/rofi/themes/KooL_style-9.rasi
@@ -1,5 +1,5 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
-/* KooL Style 9 */
+/* KooL Hyprland Rofi Style 9 */
/* Modified version of Rofi Config which was submitted by https://github.com/lonerOrz via Discord */
/* Integrating Wallust and More tweaks */
@@ -22,9 +22,7 @@ configuration {
@theme "~/.config/rofi/wallust/colors-rofi.rasi"
/*****----- Global Properties -----*****/
-* {
- font: "JetBrainsMono Nerd Font SemiBold 13";
-
+* {
BG: @background;
BGA: @color11;
FG: @foreground;
@@ -37,6 +35,11 @@ configuration {
ON: #ABE9B3ff;
}
+/*****-- Elements Font Size -----*****/
+element-text {
+ font: "JetBrainsMono Nerd Font SemiBold 12";
+}
+
/* ---- Window ---- */
window {
transparency: "real";
@@ -132,7 +135,6 @@ scrollbar {
/* ---- Elements ---- */
element {
- font: "JetBrainsMono Nerd Font SemiBold 12";
background-color: @BG;
text-color: @FG;
orientation: horizontal;
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage