Browse Source

wlogout.sh tweaked better for 1080p

small tweak for rofi
pull/232/head
JaKooLit 2 years ago
parent
commit
1ac9c39613
  1. 4
      config/hypr/scripts/Wlogout.sh
  2. 8
      config/rofi/config.rasi
  3. 6
      config/rofi/resolution/1080p/config.rasi
  4. 8
      config/rofi/resolution/1440p/config.rasi

4
config/hypr/scripts/Wlogout.sh

@ -8,8 +8,8 @@ A_2160=680
B_2160=750 B_2160=750
A_1440=500 A_1440=500
B_1440=550 B_1440=550
A_1080=350 A_1080=400
B_1080=350 B_1080=400
A_720=50 A_720=50
B_720=50 B_720=50

8
config/rofi/config.rasi

@ -5,7 +5,7 @@
configuration { configuration {
modi: "drun,run,filebrowser"; modi: "drun,run,filebrowser";
font: "Fira Code SemiBold 12"; font: "Fira Code SemiBold 13";
show-icons: true; show-icons: true;
display-drun: "Apps"; display-drun: "Apps";
display-run: "Run"; display-run: "Run";
@ -49,7 +49,7 @@ window {
anchor: center; anchor: center;
// Style Values // Style Values
width: 900px; width: 1100px;
background-color: #00000099; background-color: #00000099;
} }
@ -129,7 +129,7 @@ mode-switcher{
background-color: transparent; background-color: transparent;
} }
button { button {
width: 100px; width: 110px;
padding: 12px; padding: 12px;
border-radius: 12px; border-radius: 12px;
background-color: @background-alt; background-color: @background-alt;
@ -199,7 +199,7 @@ element-icon {
} }
element-text { element-text {
background-color: transparent; background-color: transparent;
font: "Fira Code SemiBold 15"; font: "Fira Code SemiBold 16";
text-color: inherit; text-color: inherit;
cursor: inherit; cursor: inherit;
vertical-align: 0.5; vertical-align: 0.5;

6
config/rofi/resolution/1080p/config.rasi

@ -5,7 +5,7 @@
configuration { configuration {
modi: "drun,run,filebrowser"; modi: "drun,run,filebrowser";
font: "Fira Code SemiBold 10"; font: "Fira Code SemiBold 12";
show-icons: true; show-icons: true;
display-drun: "Apps"; display-drun: "Apps";
display-run: "Run"; display-run: "Run";
@ -129,7 +129,7 @@ mode-switcher{
background-color: transparent; background-color: transparent;
} }
button { button {
width: 80px; width: 95px;
padding: 12px; padding: 12px;
border-radius: 12px; border-radius: 12px;
background-color: @background-alt; background-color: @background-alt;
@ -199,7 +199,7 @@ element-icon {
} }
element-text { element-text {
background-color: transparent; background-color: transparent;
font: "Fira Code SemiBold 12"; font: "Fira Code SemiBold 14";
text-color: inherit; text-color: inherit;
cursor: inherit; cursor: inherit;
vertical-align: 0.5; vertical-align: 0.5;

8
config/rofi/resolution/1440p/config.rasi

@ -5,7 +5,7 @@
configuration { configuration {
modi: "drun,run,filebrowser"; modi: "drun,run,filebrowser";
font: "Fira Code SemiBold 12"; font: "Fira Code SemiBold 13";
show-icons: true; show-icons: true;
display-drun: "Apps"; display-drun: "Apps";
display-run: "Run"; display-run: "Run";
@ -49,7 +49,7 @@ window {
anchor: center; anchor: center;
// Style Values // Style Values
width: 900px; width: 1100px;
background-color: #00000099; background-color: #00000099;
} }
@ -129,7 +129,7 @@ mode-switcher{
background-color: transparent; background-color: transparent;
} }
button { button {
width: 100px; width: 110px;
padding: 12px; padding: 12px;
border-radius: 12px; border-radius: 12px;
background-color: @background-alt; background-color: @background-alt;
@ -199,7 +199,7 @@ element-icon {
} }
element-text { element-text {
background-color: transparent; background-color: transparent;
font: "Fira Code SemiBold 15"; font: "Fira Code SemiBold 16";
text-color: inherit; text-color: inherit;
cursor: inherit; cursor: inherit;
vertical-align: 0.5; vertical-align: 0.5;

Loading…
Cancel
Save