Browse Source

updated rofi configs

pull/232/head
JaKooLit 2 years ago
parent
commit
5940c2ed93
  1. 1
      config/rofi/config-clipboard.rasi
  2. 1
      config/rofi/config-compact.rasi
  3. 2
      config/rofi/config-long.rasi
  4. 6
      config/rofi/config.rasi
  5. 4
      config/rofi/resolution/1080p/config.rasi
  6. 6
      config/rofi/resolution/1440p/config.rasi

1
config/rofi/config-clipboard.rasi

@ -5,5 +5,6 @@
/* ---- Entry ---- */ /* ---- Entry ---- */
entry { entry {
width: 600px;
placeholder: "CTRL Del - Cliphist del || Alt Del - cliphist wipe"; placeholder: "CTRL Del - Cliphist del || Alt Del - cliphist wipe";
} }

1
config/rofi/config-compact.rasi

@ -22,6 +22,7 @@ imagebox {
} }
entry { entry {
width: 400px;
placeholder: " View / Edit Hyprland Configs"; placeholder: " View / Edit Hyprland Configs";
} }

2
config/rofi/config-long.rasi

@ -21,7 +21,7 @@ inputbar {
entry { entry {
placeholder: "🔎 Search"; placeholder: "🔎 Search";
width: 22%; width: 600px;
} }
/* ---- Listview ---- */ /* ---- Listview ---- */

6
config/rofi/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: 100px;
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 14"; font: "Fira Code SemiBold 15";
text-color: inherit; text-color: inherit;
cursor: inherit; cursor: inherit;
vertical-align: 0.5; vertical-align: 0.5;

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

@ -1,11 +1,11 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Main Config 1440p */ /* Main Config 1080p */
/* ---- Configuration ---- */ /* ---- Configuration ---- */
configuration { configuration {
modi: "drun,run,filebrowser"; modi: "drun,run,filebrowser";
font: "Fira Code SemiBold 9"; font: "Fira Code SemiBold 10";
show-icons: true; show-icons: true;
display-drun: "Apps"; display-drun: "Apps";
display-run: "Run"; display-run: "Run";

6
config/rofi/resolution/1440p/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: 100px;
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 14"; font: "Fira Code SemiBold 15";
text-color: inherit; text-color: inherit;
cursor: inherit; cursor: inherit;
vertical-align: 0.5; vertical-align: 0.5;

Loading…
Cancel
Save