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
A_1440=500
B_1440=550
A_1080=350
B_1080=350
A_1080=400
B_1080=400
A_720=50
B_720=50

8
config/rofi/config.rasi

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

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

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

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

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

Loading…
Cancel
Save