Added rofi config

This commit is contained in:
Liliesh 2025-05-31 19:37:20 +02:00
parent 4f4b2e1f64
commit cd5bc16400
Signed by: liliesh
GPG key ID: 680387646C7BAE8E
4 changed files with 143 additions and 0 deletions

View file

@ -0,0 +1,27 @@
@import "~/.config/rofi/base-theme.rasi"
configuration {
show-icons: false;
scroll-method: 0;
disable-history: true;
sidebar-mode: false;
}
window {
border: 0;
padding: 10;
transparency: "real";
width: 180px;
location: east;
}
listview {
lines: 4;
columns: 1;
scrollbar: false;
color: white;
}
inputbar {
enabled: false;
}