Skip to content

Commit

Permalink
💄 Final tweaks to rofi configs and themes
Browse files Browse the repository at this point in the history
  • Loading branch information
ambertia committed Jan 30, 2025
1 parent 772ee26 commit 8a6ad43
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .config/rofi/config.rasi
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
configuration {
modes: "window,drun,run,combi";
font: "Iosevka NF 16";
font: "Iosevka NF Bold 14";
/* location: 0;*/
/* yoffset: 0;*/
/* xoffset: 0;*/
Expand Down Expand Up @@ -44,7 +44,7 @@ window-format: "{c} {t}";
/* click-to-exit: true;*/
/* max-history-size: 25;*/
/* combi-hide-mode-prefix: false;*/
combi-display-format: "<span size="xx-large">{mode} </span>{text}";
combi-display-format: "<span size="x-large">{mode} </span>{text}";
/* matching-negate-char: '-' /* unsupported */;*/
/* cache-dir: ;*/
/* window-thumbnail: false;*/
Expand Down
6 changes: 5 additions & 1 deletion .config/rofi/custom.rasi
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ inputbar {

listview {
fixed-height: true;
lines: 10;
lines: 12;
padding: 10px;
spacing: 2px;
scrollbar: true;
Expand All @@ -34,6 +34,10 @@ element {
padding: 5px;
}

element.normal.active {
background-color: @selected-active-background;
}

element-text {
vertical-align: 0.5;
}
Expand Down
7 changes: 0 additions & 7 deletions .config/rofi/imagepicker.rasi
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@ configuration {

@theme "~/.config/rofi/custom.rasi"

* {
}

window {
width: 700px;
}

listview {
columns: 3;
spacing: 10px;
Expand Down

0 comments on commit 8a6ad43

Please sign in to comment.