Added configs for new packages, removed old ones and updated README
This commit is contained in:
parent
5bb231dcee
commit
3470ffdfd7
17 changed files with 897 additions and 278 deletions
17
config/.config/rofi/config.rasi
Normal file
17
config/.config/rofi/config.rasi
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
@theme "~/.local/share/rofi/themes/boussole.rasi"
|
||||
|
||||
configuration {
|
||||
|
||||
modi: "drun,run";
|
||||
display-drun: "Applications";
|
||||
display-run: "Run";
|
||||
drun-display-format: "{icon} {name}";
|
||||
sort: true;
|
||||
sorting-method: "fzf";
|
||||
|
||||
/* Icons */
|
||||
show-icons: true;
|
||||
icon-theme: "Papirus";
|
||||
}
|
||||
|
||||
|
||||
4
config/.config/rofi/wifi/config.rasi
Normal file
4
config/.config/rofi/wifi/config.rasi
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
@theme "~/.local/share/rofi/themes/boussole.rasi"
|
||||
configuration {
|
||||
terminal: "foot";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue