diff options
| author | Josh <joshott16@gmail.com> | 2025-07-29 13:21:48 -0400 |
|---|---|---|
| committer | Josh <joshott16@gmail.com> | 2025-07-29 13:21:48 -0400 |
| commit | 4219d63336356fee619f58fc82ccbbbda0f65049 (patch) | |
| tree | 9bb83b7268c73cd22bbbd3144269dc97577bdd37 /rofi/config.rasi | |
| parent | 3e6b5bcd05e19f1043c614b7bbed3b07267b8534 (diff) | |
| download | dotfiles-4219d63336356fee619f58fc82ccbbbda0f65049.tar.gz dotfiles-4219d63336356fee619f58fc82ccbbbda0f65049.zip | |
rofi and dunst
Diffstat (limited to 'rofi/config.rasi')
| -rw-r--r-- | rofi/config.rasi | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/rofi/config.rasi b/rofi/config.rasi index 80a7b9c..ba7ac15 100644 --- a/rofi/config.rasi +++ b/rofi/config.rasi @@ -1,17 +1,16 @@ configuration{ - modi: "run,drun"; + modes: "drun,window"; icon-theme: "Papirus"; show-icons: true; - terminal: "kitty"; - drun-display-format: "{icon} {name}"; - location: 0; - disable-history: false; - hide-scrollbar: true; - display-drun: " Apps "; - display-run: " Run "; - display-window: " Window "; - display-Network: " Network "; sidebar-mode: false; } -@theme "theme" +@import "colors" + +* { + font: "Lilex Nerd Font 14"; +} + +scrollbar { + handle-color: @accent; +} |