Browse Source

adjustment on some rofi configs made for 1080p to look better

pull/233/head
JaKooLit 2 years ago
parent
commit
053d16b860
  1. 6
      config/rofi/config-compact.rasi
  2. 8
      config/rofi/resolution/1080p/config.rasi

6
config/rofi/config-compact.rasi

@ -10,13 +10,13 @@ configuration {
/* ---- Window ---- */ /* ---- Window ---- */
window { window {
width: 20%; width: 24%;
border-radius: 15px; border-radius: 15px;
} }
/* ---- Inputbar ---- */ /* ---- Inputbar ---- */
inputbar { inputbar {
background-image: url("~/.config/rofi/.current_wallpaper", height); background-image: url("~/.config/rofi/.current_wallpaper", width);
} }
/* ---- Imagebox ---- */ /* ---- Imagebox ---- */
@ -28,7 +28,7 @@ imagebox {
/* ---- Entry input ---- */ /* ---- Entry input ---- */
entry { entry {
width: 16%; width: 18%;
placeholder: " View / Edit Hyprland Configs"; placeholder: " View / Edit Hyprland Configs";
} }

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

@ -5,7 +5,7 @@
configuration { configuration {
modi: "drun,run,filebrowser"; modi: "drun,run,filebrowser";
font: "Fira Code SemiBold 9"; font: "Fira Code SemiBold 12";
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: 40%; width: 50%;
background-color: #00000099; background-color: #00000099;
} }
@ -129,7 +129,7 @@ mode-switcher{
background-color: transparent; background-color: transparent;
} }
button { button {
width: 80px; width: 5%;
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;

Loading…
Cancel
Save