Other TopBar DE

updated Settings
 

Attachments

  • topbar-settings.png
    topbar-settings.png
    231.3 KB · Views: 50
I got it installed fine. I have the settings.json file in ~/.config/topbar and when I try to run it from mangowm I get this
Code:
quickshell -c topbar                                 
Could not find "topbar" config directory in any valid config path.
 
I got it installed fine. I have the settings.json file in ~/.config/topbar and when I try to run it from mangowm I get this
Code:
quickshell -c topbar                             
Could not find "topbar" config directory in any valid config path.
weird, could you show the log? ` quickshell -c topbar -v`

should look like this

Code:
  INFO: Launching config: "/usr/local/etc/xdg/quickshell/topbar/shell.qml"
  INFO: Shell ID: "77613e83d5e4a03dbea7758bfc0fd0d4" Path ID "77613e83d5e4a03dbea7758bfc0fd0d4"
  INFO: Saving logs to "/var/run/xdg/charlie/quickshell/by-id/kjv1x5m0kt/log.qslog"

do you override any qs settings? my guess is the quickshell not seeing data dir with the config:

Code:
env|grep XDG
XDG_SESSION_DESKTOP=mango
XDG_SESSION_TYPE=wayland
XDG_CURRENT_DESKTOP=mango
XDG_DOWNLOAD_DIR=/home/charlie/Downloads
XDG_PUBLICSHARE_DIR=/home/charlie/Public
XDG_DESKTOP_DIR=/home/charlie/Desktop
XDG_DATA_DIRS=/usr/local/share:/usr/share
XDG_RUNTIME_DIR=/var/run/xdg/charlie
XDG_PICTURES_DIR=/home/charlie/Pictures
XDG_STATE_HOME=/home/charlie/.local/state
XDG_CACHE_HOME=/home/charlie/.cache
XDG_CONFIG_HOME=/home/charlie/.config
XDG_DOCUMENTS_DIR=/home/charlie/Documents
XDG_TEMPLATES_DIR=/home/charlie/Templates
XDG_MUSIC_DIR=/home/charlie/Music
XDG_VIDEOS_DIR=/home/charlie/Videos
XDG_CONFIG_DIRS=/usr/local/etc/xdg:/etc/xdg
XDG_DATA_HOME=/home/charlie/.local/share

Ensure you have `XDG_DATA_DIRS=/usr/local/share:/usr/share` present
 
Back
Top