summaryrefslogtreecommitdiff
path: root/dotfiles/system/.config/rofi/config.rasi
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-12-01 05:54:07 -0600
committerCraig Jennings <c@cjennings.net>2025-12-01 05:54:07 -0600
commit590aa0281b500e1ae7f9b202ece0a5bbaee72115 (patch)
treef8bcb6b88f6f49b90dc6e0aacb6ac7c39875cdba /dotfiles/system/.config/rofi/config.rasi
parent87c9d79dbcd7176ee2d85197bdb0c654ae6a70e5 (diff)
feat(rofi): standardize rofi configuration with dunst-matched theme
- Add self-contained config.rasi and theme in ~/.config/rofi/ - Remove external ~/code/rofi-themes-collection/ dependency - Match rofi theme colors, font, and border-radius to dunst notifications - Simplify sxhkd keybindings (settings now in config.rasi) - Remove phantom rofi/scripts PATH entry from .profile 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to 'dotfiles/system/.config/rofi/config.rasi')
-rw-r--r--dotfiles/system/.config/rofi/config.rasi6
1 files changed, 6 insertions, 0 deletions
diff --git a/dotfiles/system/.config/rofi/config.rasi b/dotfiles/system/.config/rofi/config.rasi
new file mode 100644
index 0000000..3f50cc6
--- /dev/null
+++ b/dotfiles/system/.config/rofi/config.rasi
@@ -0,0 +1,6 @@
+configuration {
+ show-icons: true;
+ dpi: 1;
+}
+
+@theme "~/.config/rofi/themes/rounded-gray-dark.rasi"