From 590aa0281b500e1ae7f9b202ece0a5bbaee72115 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 1 Dec 2025 05:54:07 -0600 Subject: feat(rofi): standardize rofi configuration with dunst-matched theme MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- dotfiles/system/.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dotfiles/system/.profile') diff --git a/dotfiles/system/.profile b/dotfiles/system/.profile index 28348c0..a0a1274 100644 --- a/dotfiles/system/.profile +++ b/dotfiles/system/.profile @@ -24,7 +24,7 @@ export GPG_TTY="$(tty)" # Path [ -d "$HOME/.local/share/gem/ruby/3.4.0/bin" ]; PATH="$PATH:$HOME/.local/share/gem/ruby/3.4.0/bin" [ -d "$HOME/.cargo/bin" ]; PATH="$PATH:$HOME/.cargo/bin" -export PATH="$PATH:$HOME/.local/bin:/usr/sbin:$HOME/.config/rofi/scripts" +export PATH="$PATH:$HOME/.local/bin:/usr/sbin" # Editor export ALTERNATE_EDITOR="" -- cgit v1.2.3