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 {
width: 600px;
placeholder: "CTRL Del - Cliphist del || Alt Del - cliphist wipe";
}

1
config/rofi/config-compact.rasi

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

2
config/rofi/config-long.rasi

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

6
config/rofi/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: 100px;
padding: 12px;
border-radius: 12px;
background-color: @background-alt;
@ -199,7 +199,7 @@ element-icon {
}
element-text {
background-color: transparent;
font: "Fira Code SemiBold 14";
font: "Fira Code SemiBold 15";
text-color: inherit;
cursor: inherit;
vertical-align: 0.5;

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

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

6
config/rofi/resolution/1440p/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: 100px;
padding: 12px;
border-radius: 12px;
background-color: @background-alt;
@ -199,7 +199,7 @@ element-icon {
}
element-text {
background-color: transparent;
font: "Fira Code SemiBold 14";
font: "Fira Code SemiBold 15";
text-color: inherit;
cursor: inherit;
vertical-align: 0.5;

Loading…
Cancel
Save