aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaKooLit <jimmielovejay@gmail.com>2023-11-30 10:34:53 +0900
committerJaKooLit <jimmielovejay@gmail.com>2023-11-30 10:34:53 +0900
commit0adfd281950d1ba90735aae14180e54f50704e76 (patch)
tree515b33a058a7b3782510a16417833f177a88e801
parent50bb988ed64c9962f350d07ef1914e1111b3d97a (diff)
rofi power and v2.1.12 bump
-rw-r--r--config/hypr/v2.1.12 (renamed from config/hypr/v2.1.11)0
-rw-r--r--config/rofi/config-powermenu.rasi26
-rw-r--r--config/rofi/resolution/1080p/config-powermenu.rasi26
-rw-r--r--config/rofi/resolution/1440p/config-powermenu.rasi26
4 files changed, 39 insertions, 39 deletions
diff --git a/config/hypr/v2.1.11 b/config/hypr/v2.1.12
index 31b3414d..31b3414d 100644
--- a/config/hypr/v2.1.11
+++ b/config/hypr/v2.1.12
diff --git a/config/rofi/config-powermenu.rasi b/config/rofi/config-powermenu.rasi
index cf0592f8..ae1ee00a 100644
--- a/config/rofi/config-powermenu.rasi
+++ b/config/rofi/config-powermenu.rasi
@@ -10,16 +10,16 @@ configuration {
/* ---- Global Properties ---- */
* {
- font: "Fira Code Medium 12";
+ font: "Fira Code Medium 10";
}
/* ---- Main Window ---- */
window {
- location: center;
+ location: east;
anchor: center;
fullscreen: false;
- width: 900px;
- height: 400px;
+ width: 240px;
+ /*height: 800px;*/
x-offset: 0px;
y-offset: 0px;
padding: 0px;
@@ -38,7 +38,7 @@ mainbox {
padding: 0px;
border: 0px solid;
border-radius: 0px;
- background-image: url("~/.config/rofi/.current_wallpaper", width);
+ background-image: url("~/.config/rofi/.current_wallpaper", height);
border-color: @active-background;
background-color: @background-color;
children: [ "inputbar", "listview", "message" ];
@@ -47,7 +47,7 @@ mainbox {
/* ---- Inputbar ---- */
inputbar {
enabled: true;
- padding: 20px;
+ padding: 10px;
background-color: transparent;
orientation: horizontal;
children: ["prompt"];
@@ -55,7 +55,7 @@ inputbar {
prompt {
enabled: true;
- padding: 10px;
+ /*padding: 10px;*/
border-radius: 15px;
border-color: @foreground;
background-color: @background-color;
@@ -67,8 +67,8 @@ prompt {
/* ---- Listview ---- */
listview {
enabled: true;
- columns: 3;
- lines: 2;
+ columns: 1;
+ lines: 6;
cycle: true;
dynamic: true;
scrollbar: false;
@@ -76,8 +76,8 @@ listview {
reverse: false;
fixed-height: false;
fixed-columns: true;
- spacing: 40px;
- padding: 4% 40px;
+ spacing: 20px;
+ padding: 20px;
background-color: transparent;
cursor: "default";
border: 0px;
@@ -87,14 +87,14 @@ listview {
/* ---- Elements ---- */
element {
enabled: true;
- padding: 20px;
+ padding: 10px;
border-radius: 30px;
background-color: transparent;
text-color: @foreground;
cursor: pointer;
}
element-text {
- font: "Fira Code SemiBold 16";
+ font: "Fira Code SemiBold 14";
background-color: transparent;
text-color: inherit;
cursor: inherit;
diff --git a/config/rofi/resolution/1080p/config-powermenu.rasi b/config/rofi/resolution/1080p/config-powermenu.rasi
index cf0592f8..ae1ee00a 100644
--- a/config/rofi/resolution/1080p/config-powermenu.rasi
+++ b/config/rofi/resolution/1080p/config-powermenu.rasi
@@ -10,16 +10,16 @@ configuration {
/* ---- Global Properties ---- */
* {
- font: "Fira Code Medium 12";
+ font: "Fira Code Medium 10";
}
/* ---- Main Window ---- */
window {
- location: center;
+ location: east;
anchor: center;
fullscreen: false;
- width: 900px;
- height: 400px;
+ width: 240px;
+ /*height: 800px;*/
x-offset: 0px;
y-offset: 0px;
padding: 0px;
@@ -38,7 +38,7 @@ mainbox {
padding: 0px;
border: 0px solid;
border-radius: 0px;
- background-image: url("~/.config/rofi/.current_wallpaper", width);
+ background-image: url("~/.config/rofi/.current_wallpaper", height);
border-color: @active-background;
background-color: @background-color;
children: [ "inputbar", "listview", "message" ];
@@ -47,7 +47,7 @@ mainbox {
/* ---- Inputbar ---- */
inputbar {
enabled: true;
- padding: 20px;
+ padding: 10px;
background-color: transparent;
orientation: horizontal;
children: ["prompt"];
@@ -55,7 +55,7 @@ inputbar {
prompt {
enabled: true;
- padding: 10px;
+ /*padding: 10px;*/
border-radius: 15px;
border-color: @foreground;
background-color: @background-color;
@@ -67,8 +67,8 @@ prompt {
/* ---- Listview ---- */
listview {
enabled: true;
- columns: 3;
- lines: 2;
+ columns: 1;
+ lines: 6;
cycle: true;
dynamic: true;
scrollbar: false;
@@ -76,8 +76,8 @@ listview {
reverse: false;
fixed-height: false;
fixed-columns: true;
- spacing: 40px;
- padding: 4% 40px;
+ spacing: 20px;
+ padding: 20px;
background-color: transparent;
cursor: "default";
border: 0px;
@@ -87,14 +87,14 @@ listview {
/* ---- Elements ---- */
element {
enabled: true;
- padding: 20px;
+ padding: 10px;
border-radius: 30px;
background-color: transparent;
text-color: @foreground;
cursor: pointer;
}
element-text {
- font: "Fira Code SemiBold 16";
+ font: "Fira Code SemiBold 14";
background-color: transparent;
text-color: inherit;
cursor: inherit;
diff --git a/config/rofi/resolution/1440p/config-powermenu.rasi b/config/rofi/resolution/1440p/config-powermenu.rasi
index cf0592f8..ae1ee00a 100644
--- a/config/rofi/resolution/1440p/config-powermenu.rasi
+++ b/config/rofi/resolution/1440p/config-powermenu.rasi
@@ -10,16 +10,16 @@ configuration {
/* ---- Global Properties ---- */
* {
- font: "Fira Code Medium 12";
+ font: "Fira Code Medium 10";
}
/* ---- Main Window ---- */
window {
- location: center;
+ location: east;
anchor: center;
fullscreen: false;
- width: 900px;
- height: 400px;
+ width: 240px;
+ /*height: 800px;*/
x-offset: 0px;
y-offset: 0px;
padding: 0px;
@@ -38,7 +38,7 @@ mainbox {
padding: 0px;
border: 0px solid;
border-radius: 0px;
- background-image: url("~/.config/rofi/.current_wallpaper", width);
+ background-image: url("~/.config/rofi/.current_wallpaper", height);
border-color: @active-background;
background-color: @background-color;
children: [ "inputbar", "listview", "message" ];
@@ -47,7 +47,7 @@ mainbox {
/* ---- Inputbar ---- */
inputbar {
enabled: true;
- padding: 20px;
+ padding: 10px;
background-color: transparent;
orientation: horizontal;
children: ["prompt"];
@@ -55,7 +55,7 @@ inputbar {
prompt {
enabled: true;
- padding: 10px;
+ /*padding: 10px;*/
border-radius: 15px;
border-color: @foreground;
background-color: @background-color;
@@ -67,8 +67,8 @@ prompt {
/* ---- Listview ---- */
listview {
enabled: true;
- columns: 3;
- lines: 2;
+ columns: 1;
+ lines: 6;
cycle: true;
dynamic: true;
scrollbar: false;
@@ -76,8 +76,8 @@ listview {
reverse: false;
fixed-height: false;
fixed-columns: true;
- spacing: 40px;
- padding: 4% 40px;
+ spacing: 20px;
+ padding: 20px;
background-color: transparent;
cursor: "default";
border: 0px;
@@ -87,14 +87,14 @@ listview {
/* ---- Elements ---- */
element {
enabled: true;
- padding: 20px;
+ padding: 10px;
border-radius: 30px;
background-color: transparent;
text-color: @foreground;
cursor: pointer;
}
element-text {
- font: "Fira Code SemiBold 16";
+ font: "Fira Code SemiBold 14";
background-color: transparent;
text-color: inherit;
cursor: inherit;
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage