Added rofi config
This commit is contained in:
parent
4f4b2e1f64
commit
cd5bc16400
4 changed files with 143 additions and 0 deletions
27
rofi/LilieshBase/powermenu.rasi
Normal file
27
rofi/LilieshBase/powermenu.rasi
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue