Browse Source

rofi power and v2.1.12 bump

pull/45/head
JaKooLit 2 years ago
parent
commit
0adfd28195
  1. 0
      config/hypr/v2.1.12
  2. 26
      config/rofi/config-powermenu.rasi
  3. 26
      config/rofi/resolution/1080p/config-powermenu.rasi
  4. 26
      config/rofi/resolution/1440p/config-powermenu.rasi

0
config/hypr/v2.1.11 → config/hypr/v2.1.12

26
config/rofi/config-powermenu.rasi

@ -10,16 +10,16 @@ configuration {
/* ---- Global Properties ---- */ /* ---- Global Properties ---- */
* { * {
font: "Fira Code Medium 12"; font: "Fira Code Medium 10";
} }
/* ---- Main Window ---- */ /* ---- Main Window ---- */
window { window {
location: center; location: east;
anchor: center; anchor: center;
fullscreen: false; fullscreen: false;
width: 900px; width: 240px;
height: 400px; /*height: 800px;*/
x-offset: 0px; x-offset: 0px;
y-offset: 0px; y-offset: 0px;
padding: 0px; padding: 0px;
@ -38,7 +38,7 @@ mainbox {
padding: 0px; padding: 0px;
border: 0px solid; border: 0px solid;
border-radius: 0px; border-radius: 0px;
background-image: url("~/.config/rofi/.current_wallpaper", width); background-image: url("~/.config/rofi/.current_wallpaper", height);
border-color: @active-background; border-color: @active-background;
background-color: @background-color; background-color: @background-color;
children: [ "inputbar", "listview", "message" ]; children: [ "inputbar", "listview", "message" ];
@ -47,7 +47,7 @@ mainbox {
/* ---- Inputbar ---- */ /* ---- Inputbar ---- */
inputbar { inputbar {
enabled: true; enabled: true;
padding: 20px; padding: 10px;
background-color: transparent; background-color: transparent;
orientation: horizontal; orientation: horizontal;
children: ["prompt"]; children: ["prompt"];
@ -55,7 +55,7 @@ inputbar {
prompt { prompt {
enabled: true; enabled: true;
padding: 10px; /*padding: 10px;*/
border-radius: 15px; border-radius: 15px;
border-color: @foreground; border-color: @foreground;
background-color: @background-color; background-color: @background-color;
@ -67,8 +67,8 @@ prompt {
/* ---- Listview ---- */ /* ---- Listview ---- */
listview { listview {
enabled: true; enabled: true;
columns: 3; columns: 1;
lines: 2; lines: 6;
cycle: true; cycle: true;
dynamic: true; dynamic: true;
scrollbar: false; scrollbar: false;
@ -76,8 +76,8 @@ listview {
reverse: false; reverse: false;
fixed-height: false; fixed-height: false;
fixed-columns: true; fixed-columns: true;
spacing: 40px; spacing: 20px;
padding: 4% 40px; padding: 20px;
background-color: transparent; background-color: transparent;
cursor: "default"; cursor: "default";
border: 0px; border: 0px;
@ -87,14 +87,14 @@ listview {
/* ---- Elements ---- */ /* ---- Elements ---- */
element { element {
enabled: true; enabled: true;
padding: 20px; padding: 10px;
border-radius: 30px; border-radius: 30px;
background-color: transparent; background-color: transparent;
text-color: @foreground; text-color: @foreground;
cursor: pointer; cursor: pointer;
} }
element-text { element-text {
font: "Fira Code SemiBold 16"; font: "Fira Code SemiBold 14";
background-color: transparent; background-color: transparent;
text-color: inherit; text-color: inherit;
cursor: inherit; cursor: inherit;

26
config/rofi/resolution/1080p/config-powermenu.rasi

@ -10,16 +10,16 @@ configuration {
/* ---- Global Properties ---- */ /* ---- Global Properties ---- */
* { * {
font: "Fira Code Medium 12"; font: "Fira Code Medium 10";
} }
/* ---- Main Window ---- */ /* ---- Main Window ---- */
window { window {
location: center; location: east;
anchor: center; anchor: center;
fullscreen: false; fullscreen: false;
width: 900px; width: 240px;
height: 400px; /*height: 800px;*/
x-offset: 0px; x-offset: 0px;
y-offset: 0px; y-offset: 0px;
padding: 0px; padding: 0px;
@ -38,7 +38,7 @@ mainbox {
padding: 0px; padding: 0px;
border: 0px solid; border: 0px solid;
border-radius: 0px; border-radius: 0px;
background-image: url("~/.config/rofi/.current_wallpaper", width); background-image: url("~/.config/rofi/.current_wallpaper", height);
border-color: @active-background; border-color: @active-background;
background-color: @background-color; background-color: @background-color;
children: [ "inputbar", "listview", "message" ]; children: [ "inputbar", "listview", "message" ];
@ -47,7 +47,7 @@ mainbox {
/* ---- Inputbar ---- */ /* ---- Inputbar ---- */
inputbar { inputbar {
enabled: true; enabled: true;
padding: 20px; padding: 10px;
background-color: transparent; background-color: transparent;
orientation: horizontal; orientation: horizontal;
children: ["prompt"]; children: ["prompt"];
@ -55,7 +55,7 @@ inputbar {
prompt { prompt {
enabled: true; enabled: true;
padding: 10px; /*padding: 10px;*/
border-radius: 15px; border-radius: 15px;
border-color: @foreground; border-color: @foreground;
background-color: @background-color; background-color: @background-color;
@ -67,8 +67,8 @@ prompt {
/* ---- Listview ---- */ /* ---- Listview ---- */
listview { listview {
enabled: true; enabled: true;
columns: 3; columns: 1;
lines: 2; lines: 6;
cycle: true; cycle: true;
dynamic: true; dynamic: true;
scrollbar: false; scrollbar: false;
@ -76,8 +76,8 @@ listview {
reverse: false; reverse: false;
fixed-height: false; fixed-height: false;
fixed-columns: true; fixed-columns: true;
spacing: 40px; spacing: 20px;
padding: 4% 40px; padding: 20px;
background-color: transparent; background-color: transparent;
cursor: "default"; cursor: "default";
border: 0px; border: 0px;
@ -87,14 +87,14 @@ listview {
/* ---- Elements ---- */ /* ---- Elements ---- */
element { element {
enabled: true; enabled: true;
padding: 20px; padding: 10px;
border-radius: 30px; border-radius: 30px;
background-color: transparent; background-color: transparent;
text-color: @foreground; text-color: @foreground;
cursor: pointer; cursor: pointer;
} }
element-text { element-text {
font: "Fira Code SemiBold 16"; font: "Fira Code SemiBold 14";
background-color: transparent; background-color: transparent;
text-color: inherit; text-color: inherit;
cursor: inherit; cursor: inherit;

26
config/rofi/resolution/1440p/config-powermenu.rasi

@ -10,16 +10,16 @@ configuration {
/* ---- Global Properties ---- */ /* ---- Global Properties ---- */
* { * {
font: "Fira Code Medium 12"; font: "Fira Code Medium 10";
} }
/* ---- Main Window ---- */ /* ---- Main Window ---- */
window { window {
location: center; location: east;
anchor: center; anchor: center;
fullscreen: false; fullscreen: false;
width: 900px; width: 240px;
height: 400px; /*height: 800px;*/
x-offset: 0px; x-offset: 0px;
y-offset: 0px; y-offset: 0px;
padding: 0px; padding: 0px;
@ -38,7 +38,7 @@ mainbox {
padding: 0px; padding: 0px;
border: 0px solid; border: 0px solid;
border-radius: 0px; border-radius: 0px;
background-image: url("~/.config/rofi/.current_wallpaper", width); background-image: url("~/.config/rofi/.current_wallpaper", height);
border-color: @active-background; border-color: @active-background;
background-color: @background-color; background-color: @background-color;
children: [ "inputbar", "listview", "message" ]; children: [ "inputbar", "listview", "message" ];
@ -47,7 +47,7 @@ mainbox {
/* ---- Inputbar ---- */ /* ---- Inputbar ---- */
inputbar { inputbar {
enabled: true; enabled: true;
padding: 20px; padding: 10px;
background-color: transparent; background-color: transparent;
orientation: horizontal; orientation: horizontal;
children: ["prompt"]; children: ["prompt"];
@ -55,7 +55,7 @@ inputbar {
prompt { prompt {
enabled: true; enabled: true;
padding: 10px; /*padding: 10px;*/
border-radius: 15px; border-radius: 15px;
border-color: @foreground; border-color: @foreground;
background-color: @background-color; background-color: @background-color;
@ -67,8 +67,8 @@ prompt {
/* ---- Listview ---- */ /* ---- Listview ---- */
listview { listview {
enabled: true; enabled: true;
columns: 3; columns: 1;
lines: 2; lines: 6;
cycle: true; cycle: true;
dynamic: true; dynamic: true;
scrollbar: false; scrollbar: false;
@ -76,8 +76,8 @@ listview {
reverse: false; reverse: false;
fixed-height: false; fixed-height: false;
fixed-columns: true; fixed-columns: true;
spacing: 40px; spacing: 20px;
padding: 4% 40px; padding: 20px;
background-color: transparent; background-color: transparent;
cursor: "default"; cursor: "default";
border: 0px; border: 0px;
@ -87,14 +87,14 @@ listview {
/* ---- Elements ---- */ /* ---- Elements ---- */
element { element {
enabled: true; enabled: true;
padding: 20px; padding: 10px;
border-radius: 30px; border-radius: 30px;
background-color: transparent; background-color: transparent;
text-color: @foreground; text-color: @foreground;
cursor: pointer; cursor: pointer;
} }
element-text { element-text {
font: "Fira Code SemiBold 16"; font: "Fira Code SemiBold 14";
background-color: transparent; background-color: transparent;
text-color: inherit; text-color: inherit;
cursor: inherit; cursor: inherit;

Loading…
Cancel
Save