aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJaKooLit <jimmielovejay.com>2023-11-19 16:45:08 +0900
committerJaKooLit <jimmielovejay.com>2023-11-19 16:45:08 +0900
commit3b476e04fa15da74d6e021a9a09600c6f83eeb29 (patch)
treef73b6db4d418527bd1a36c8755046e2a383c1c0f /config
parent8ce5f466697c74c08324d44480bf31d8752b6844 (diff)
some changes on rofi
Diffstat (limited to 'config')
-rw-r--r--config/rofi/config-compact.rasi104
-rw-r--r--config/rofi/config-long.rasi2
-rw-r--r--config/rofi/config-rofi-Beats.rasi4
-rw-r--r--config/rofi/config-wallpaper.rasi4
-rw-r--r--config/rofi/config.rasi4
-rw-r--r--config/rofi/resolution/1080p/config-compact.rasi104
-rw-r--r--config/rofi/resolution/1080p/config-long.rasi2
-rw-r--r--config/rofi/resolution/1080p/config-rofi-Beats.rasi4
-rw-r--r--config/rofi/resolution/1080p/config-wallpaper.rasi4
-rw-r--r--config/rofi/resolution/1080p/config.rasi4
10 files changed, 132 insertions, 104 deletions
diff --git a/config/rofi/config-compact.rasi b/config/rofi/config-compact.rasi
index 020e6abc..a6c2e2de 100644
--- a/config/rofi/config-compact.rasi
+++ b/config/rofi/config-compact.rasi
@@ -1,6 +1,5 @@
/* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */
-/* Main Config Hyprland Settings*/
-
+/* Main Config (long) */
/* ---- Configuration ---- */
configuration {
modi: "drun,run";
@@ -16,7 +15,6 @@ configuration {
me-accept-entry: "MousePrimary";
window-format: "{w} ยท {c} ยท {t}";
dpi: 1;
-
}
/* ---- Load pywal colors (custom wal template) ---- */
@@ -24,15 +22,15 @@ configuration {
/* ---- Window ---- */
window {
- width: 35%;
+ width: 20%;
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
- padding: 2px;
+ padding: 0px;
margin: 0px;
color: transparent;
- border: 1px;
- border-color: @active-background;
+ border: 2px;
+ border-color: @background;
cursor: "default";
transparency: "real";
location: center;
@@ -45,26 +43,29 @@ window {
/* ---- Mainbox ---- */
mainbox {
enabled: true;
- orientation: horizontal;
+ orientation: vertical;
+ spacing: 0px;
+ margin: 0px;
padding: 20px;
- background-image: url("~/.config/rofi/.current_wallpaper", width);
- children: [ "imagebox", "listbox" ];
+ background-image: url("~/.config/rofi/.current_wallpaper", both);
+ children: [ "listbox" ];
border-radius: 10px;
}
/* ---- Imagebox ---- */
imagebox {
- background-color: transparent;
+ padding: 6px;
+ background-color: transparent;
orientation: vertical;
children: [ "inputbar", "dummy", "mode-switcher" ];
}
/* ---- Listbox ---- */
listbox {
- spacing: 4px;
+ spacing: 20px;
background-color: transparent;
orientation: vertical;
- children: [ "listview" ];
+ children: [ "inputbar", "message", "listview" ];
border-radius: 10px;
}
/* ---- Dummy ---- */
@@ -80,59 +81,66 @@ inputbar {
padding: 10px;
border-radius: 10px;
border-color: @foreground;
- background-color: @backrgound;
+ background-color: @background;
children: [ "textbox-prompt-colon", "entry" ];
}
textbox-prompt-colon {
enabled: true;
expand: false;
- str: "๐Ÿ”Ž";
+ str: "๐Ÿ”Ž ";
text-color: inherit;
+ background-color: transparent;
}
entry {
enabled: true;
+ background-color: transparent;
text-color: inherit;
cursor: text;
- placeholder: "View / Edit Hyprland Settings";
+ placeholder: "Search";
placeholder-color: inherit;
}
/* ---- Mode Switcher ---- */
mode-switcher{
enabled: true;
- spacing: 10px;
- background-color: transparent;
+ spacing: 20px;
+ background-color: transparent;
text-color: @foreground;
}
button {
- padding: 10px;
- border-radius: 10px;
- background-color: @background;
- text-color: inherit;
- cursor: pointer;
+ padding: 10px;
+ border-radius: 10px;
+ background-color: @background;
+ text-color: inherit;
+ cursor: pointer;
+ border: 0px;
}
button selected {
- background-color: @selected-normal-background;
- text-color: @foreground;
+ background-color: @selected-normal-background;
+ text-color: @foreground;
}
/* ---- Listview ---- */
listview {
- enabled: true;
- columns: 1;
- lines: 7;
- spacing: 4px;
- dynamic: true;
- cycle: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: false;
+ enabled: true;
+ columns: 1;
+ lines: 7;
+ cycle: true;
+ dynamic: true;
+ scrollbar: false;
+ layout: vertical;
+ reverse: false;
+ fixed-height: true;
+ fixed-columns: true;
+ spacing: 0px;
+ padding: 2px;
+ margin: 0px;
+ border-radius: 10px;
+ border: 0px;
background-color: @background;
border-radius: 10px;
}
@@ -140,12 +148,11 @@ listview {
/* ---- Element ---- */
element {
enabled: true;
- padding: 5px;
+ padding: 2px;
margin: 2px;
cursor: pointer;
- background-color: transparent;
+ background-color: transparent;
border-radius: 10px;
- border: 0px;
}
element normal.normal {
@@ -210,20 +217,27 @@ element-text {
/*****----- Message -----*****/
message {
- background-color: @background;
+ background-color: transparent;
+ border: 0px;
margin: 20px 0px 0px 0px;
+ padding: 0px;
+ spacing: 0px;
border-radius: 10px;
}
textbox {
- padding: 15px;
- background-color: @background;
+ padding: 6px;
+ margin: 0px;
+ border-radius: 0px;
+ background-color: transparent;
text-color: @foreground;
+ vertical-align: 0.5;
+ horizontal-align: 0.0;
}
error-message {
- padding: 15px;
- border-radius: 20px;
- background-color: @background;
+ padding: 6px;
+ border-radius: 20px;
+ background-color: @background;
text-color: @foreground;
}
diff --git a/config/rofi/config-long.rasi b/config/rofi/config-long.rasi
index d4ac70dd..2a367a4e 100644
--- a/config/rofi/config-long.rasi
+++ b/config/rofi/config-long.rasi
@@ -47,7 +47,7 @@ mainbox {
spacing: 0px;
margin: 0px;
padding: 20px;
- background-image: url("~/.config/rofi/.current_wallpaper", height);
+ background-image: url("~/.config/rofi/.current_wallpaper", width);
children: [ "listbox" ];
border-radius: 10px;
}
diff --git a/config/rofi/config-rofi-Beats.rasi b/config/rofi/config-rofi-Beats.rasi
index 6ab7b34f..70e1467e 100644
--- a/config/rofi/config-rofi-Beats.rasi
+++ b/config/rofi/config-rofi-Beats.rasi
@@ -47,7 +47,7 @@ mainbox {
enabled: true;
orientation: horizontal;
padding: 20px;
- background-image: url("~/.config/rofi/.current_wallpaper", width);
+ background-image: url("~/.config/rofi/.current_wallpaper", both);
children: [ "imagebox", "listbox" ];
border-radius: 10px;
}
@@ -124,7 +124,7 @@ button selected {
listview {
enabled: true;
columns: 1;
- lines: 9;
+ lines: 8;
spacing: 4px;
dynamic: true;
cycle: true;
diff --git a/config/rofi/config-wallpaper.rasi b/config/rofi/config-wallpaper.rasi
index 7a51fd1f..a55cdafa 100644
--- a/config/rofi/config-wallpaper.rasi
+++ b/config/rofi/config-wallpaper.rasi
@@ -47,7 +47,7 @@ mainbox {
enabled: true;
orientation: horizontal;
padding: 20px;
- background-image: url("~/.config/rofi/.current_wallpaper", width);
+ background-image: url("~/.config/rofi/.current_wallpaper", both);
children: [ "imagebox", "listbox" ];
border-radius: 10px;
}
@@ -125,7 +125,7 @@ button selected {
listview {
enabled: true;
columns: 1;
- lines: 10;
+ lines: 8;
spacing: 4px;
dynamic: true;
cycle: true;
diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi
index 99a41fb4..2211dc4c 100644
--- a/config/rofi/config.rasi
+++ b/config/rofi/config.rasi
@@ -47,7 +47,7 @@ mainbox {
enabled: true;
orientation: horizontal;
padding: 20px;
- background-image: url("~/.config/rofi/.current_wallpaper", both);
+ background-image: url("~/.config/rofi/.current_wallpaper", width);
children: [ "imagebox", "listbox" ];
border-radius: 10px;
}
@@ -125,7 +125,7 @@ button selected {
listview {
enabled: true;
columns: 1;
- lines: 9;
+ lines: 8;
spacing: 4px;
dynamic: true;
cycle: true;
diff --git a/config/rofi/resolution/1080p/config-compact.rasi b/config/rofi/resolution/1080p/config-compact.rasi
index 020e6abc..a6c2e2de 100644
--- a/config/rofi/resolution/1080p/config-compact.rasi
+++ b/config/rofi/resolution/1080p/config-compact.rasi
@@ -1,6 +1,5 @@
/* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */
-/* Main Config Hyprland Settings*/
-
+/* Main Config (long) */
/* ---- Configuration ---- */
configuration {
modi: "drun,run";
@@ -16,7 +15,6 @@ configuration {
me-accept-entry: "MousePrimary";
window-format: "{w} ยท {c} ยท {t}";
dpi: 1;
-
}
/* ---- Load pywal colors (custom wal template) ---- */
@@ -24,15 +22,15 @@ configuration {
/* ---- Window ---- */
window {
- width: 35%;
+ width: 20%;
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
- padding: 2px;
+ padding: 0px;
margin: 0px;
color: transparent;
- border: 1px;
- border-color: @active-background;
+ border: 2px;
+ border-color: @background;
cursor: "default";
transparency: "real";
location: center;
@@ -45,26 +43,29 @@ window {
/* ---- Mainbox ---- */
mainbox {
enabled: true;
- orientation: horizontal;
+ orientation: vertical;
+ spacing: 0px;
+ margin: 0px;
padding: 20px;
- background-image: url("~/.config/rofi/.current_wallpaper", width);
- children: [ "imagebox", "listbox" ];
+ background-image: url("~/.config/rofi/.current_wallpaper", both);
+ children: [ "listbox" ];
border-radius: 10px;
}
/* ---- Imagebox ---- */
imagebox {
- background-color: transparent;
+ padding: 6px;
+ background-color: transparent;
orientation: vertical;
children: [ "inputbar", "dummy", "mode-switcher" ];
}
/* ---- Listbox ---- */
listbox {
- spacing: 4px;
+ spacing: 20px;
background-color: transparent;
orientation: vertical;
- children: [ "listview" ];
+ children: [ "inputbar", "message", "listview" ];
border-radius: 10px;
}
/* ---- Dummy ---- */
@@ -80,59 +81,66 @@ inputbar {
padding: 10px;
border-radius: 10px;
border-color: @foreground;
- background-color: @backrgound;
+ background-color: @background;
children: [ "textbox-prompt-colon", "entry" ];
}
textbox-prompt-colon {
enabled: true;
expand: false;
- str: "๐Ÿ”Ž";
+ str: "๐Ÿ”Ž ";
text-color: inherit;
+ background-color: transparent;
}
entry {
enabled: true;
+ background-color: transparent;
text-color: inherit;
cursor: text;
- placeholder: "View / Edit Hyprland Settings";
+ placeholder: "Search";
placeholder-color: inherit;
}
/* ---- Mode Switcher ---- */
mode-switcher{
enabled: true;
- spacing: 10px;
- background-color: transparent;
+ spacing: 20px;
+ background-color: transparent;
text-color: @foreground;
}
button {
- padding: 10px;
- border-radius: 10px;
- background-color: @background;
- text-color: inherit;
- cursor: pointer;
+ padding: 10px;
+ border-radius: 10px;
+ background-color: @background;
+ text-color: inherit;
+ cursor: pointer;
+ border: 0px;
}
button selected {
- background-color: @selected-normal-background;
- text-color: @foreground;
+ background-color: @selected-normal-background;
+ text-color: @foreground;
}
/* ---- Listview ---- */
listview {
- enabled: true;
- columns: 1;
- lines: 7;
- spacing: 4px;
- dynamic: true;
- cycle: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: false;
+ enabled: true;
+ columns: 1;
+ lines: 7;
+ cycle: true;
+ dynamic: true;
+ scrollbar: false;
+ layout: vertical;
+ reverse: false;
+ fixed-height: true;
+ fixed-columns: true;
+ spacing: 0px;
+ padding: 2px;
+ margin: 0px;
+ border-radius: 10px;
+ border: 0px;
background-color: @background;
border-radius: 10px;
}
@@ -140,12 +148,11 @@ listview {
/* ---- Element ---- */
element {
enabled: true;
- padding: 5px;
+ padding: 2px;
margin: 2px;
cursor: pointer;
- background-color: transparent;
+ background-color: transparent;
border-radius: 10px;
- border: 0px;
}
element normal.normal {
@@ -210,20 +217,27 @@ element-text {
/*****----- Message -----*****/
message {
- background-color: @background;
+ background-color: transparent;
+ border: 0px;
margin: 20px 0px 0px 0px;
+ padding: 0px;
+ spacing: 0px;
border-radius: 10px;
}
textbox {
- padding: 15px;
- background-color: @background;
+ padding: 6px;
+ margin: 0px;
+ border-radius: 0px;
+ background-color: transparent;
text-color: @foreground;
+ vertical-align: 0.5;
+ horizontal-align: 0.0;
}
error-message {
- padding: 15px;
- border-radius: 20px;
- background-color: @background;
+ padding: 6px;
+ border-radius: 20px;
+ background-color: @background;
text-color: @foreground;
}
diff --git a/config/rofi/resolution/1080p/config-long.rasi b/config/rofi/resolution/1080p/config-long.rasi
index d4ac70dd..2a367a4e 100644
--- a/config/rofi/resolution/1080p/config-long.rasi
+++ b/config/rofi/resolution/1080p/config-long.rasi
@@ -47,7 +47,7 @@ mainbox {
spacing: 0px;
margin: 0px;
padding: 20px;
- background-image: url("~/.config/rofi/.current_wallpaper", height);
+ background-image: url("~/.config/rofi/.current_wallpaper", width);
children: [ "listbox" ];
border-radius: 10px;
}
diff --git a/config/rofi/resolution/1080p/config-rofi-Beats.rasi b/config/rofi/resolution/1080p/config-rofi-Beats.rasi
index 6ab7b34f..70e1467e 100644
--- a/config/rofi/resolution/1080p/config-rofi-Beats.rasi
+++ b/config/rofi/resolution/1080p/config-rofi-Beats.rasi
@@ -47,7 +47,7 @@ mainbox {
enabled: true;
orientation: horizontal;
padding: 20px;
- background-image: url("~/.config/rofi/.current_wallpaper", width);
+ background-image: url("~/.config/rofi/.current_wallpaper", both);
children: [ "imagebox", "listbox" ];
border-radius: 10px;
}
@@ -124,7 +124,7 @@ button selected {
listview {
enabled: true;
columns: 1;
- lines: 9;
+ lines: 8;
spacing: 4px;
dynamic: true;
cycle: true;
diff --git a/config/rofi/resolution/1080p/config-wallpaper.rasi b/config/rofi/resolution/1080p/config-wallpaper.rasi
index 7a51fd1f..a55cdafa 100644
--- a/config/rofi/resolution/1080p/config-wallpaper.rasi
+++ b/config/rofi/resolution/1080p/config-wallpaper.rasi
@@ -47,7 +47,7 @@ mainbox {
enabled: true;
orientation: horizontal;
padding: 20px;
- background-image: url("~/.config/rofi/.current_wallpaper", width);
+ background-image: url("~/.config/rofi/.current_wallpaper", both);
children: [ "imagebox", "listbox" ];
border-radius: 10px;
}
@@ -125,7 +125,7 @@ button selected {
listview {
enabled: true;
columns: 1;
- lines: 10;
+ lines: 8;
spacing: 4px;
dynamic: true;
cycle: true;
diff --git a/config/rofi/resolution/1080p/config.rasi b/config/rofi/resolution/1080p/config.rasi
index 99a41fb4..2211dc4c 100644
--- a/config/rofi/resolution/1080p/config.rasi
+++ b/config/rofi/resolution/1080p/config.rasi
@@ -47,7 +47,7 @@ mainbox {
enabled: true;
orientation: horizontal;
padding: 20px;
- background-image: url("~/.config/rofi/.current_wallpaper", both);
+ background-image: url("~/.config/rofi/.current_wallpaper", width);
children: [ "imagebox", "listbox" ];
border-radius: 10px;
}
@@ -125,7 +125,7 @@ button selected {
listview {
enabled: true;
columns: 1;
- lines: 9;
+ lines: 8;
spacing: 4px;
dynamic: true;
cycle: true;
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage