init (podpierdolenie)
This commit is contained in:
16
config/rofi/config-long.nix
Normal file
16
config/rofi/config-long.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
{...}: {
|
||||
home.file.".config/rofi/config-long.rasi".text = ''
|
||||
@import "~/.config/rofi/config.rasi"
|
||||
window {
|
||||
width: 50%;
|
||||
}
|
||||
entry {
|
||||
placeholder: "🔎 Search ";
|
||||
}
|
||||
listview {
|
||||
columns: 1;
|
||||
lines: 8;
|
||||
scrollbar: true;
|
||||
}
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user