Results 27 comments of APHIVE

Sorry for the late reply, that makes sense. Thanks.

Have you tried starting in a fresh directory? I would suggest using a virtual environment just in case something's off with your setup. I had an issue with a plug-in...

To add to this, even when the icons are working, in `.config/rofi/powermenu/powermenu.sh` there is this entry ``` # Confirmation confirm_exit() { rofi -dmenu\ -i\ -no-fixed-num-lines\ -p "Are You Sure? :...

Here is how I fixed mine... It's just the first few lines that need tweaking. ``` dir="$HOME/.config/rofi/" theme="$dir/powermenu/drop_square" confirm="$dir/applets/styles/confirm.rasi" rofi_command="rofi -theme $dir/$theme" # Options shutdown="" reboot="" lock="" suspend="" logout="" #...

Question @ChrisTitusTech what is the `packages.txt` for? Are those packages that should be installed on the system after? Is there a way to ensure this all gets install if they...

@Tchutcha87, that is because of the fonts you use, those are "special" characters. The original repo is here with examples of what hey look like in the GUI: https://github.com/adi1090x/rofi Basically...

> I wanted to create a pull request to add a dynamic variable of the username in the .Xresources file instead of the hard coded "titus" user name, but I've...

I verified that I have the `.Xnord` and `.Xresources` files with no `titus` in the configs. I re-cloned the entire repo and replaced both `.Xnord` and `.Xresources` and I still...

> Bugfixing: make a pull-request adding the fontawesome font (and only that). Then refer that pull-request to this issue it's already part of the `root.sh` file here: https://github.com/ChrisTitusTech/Debian-titus/blob/e6d2ceffe318a37fc382f02807fb1a586535983e/root.sh#L19

Ok, so I figured out part of the issue.. For some reason the colors are not being pulled from whatever xrdb is here:`${xrdb:color0}` I'm guessed that it's supposed to be...