From 4219d63336356fee619f58fc82ccbbbda0f65049 Mon Sep 17 00:00:00 2001 From: Josh Date: Tue, 29 Jul 2025 13:21:48 -0400 Subject: rofi and dunst --- rofi/config.rasi | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) (limited to 'rofi/config.rasi') 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; +} -- cgit v1.3