Other TopBar DE

updated Settings
 

Attachments

  • topbar-settings.png
    topbar-settings.png
    231.3 KB · Views: 147
This looks very interesting. I am going to try it out later today when I get some free time.
thanks! codeberg service is up, along with a few cosmetic fixes. the last one from this batch is going to be gitlab, then i need to restructure Settings, move some categories around
 
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
 
Hi, I had install your bar yesterday, great jobs! I've been looking for a nice bar for mounths! Now I'd like to ask you if you can create a widget for mango layout (tile, scrolling,dwindle)
thank you! i had this working a few months ago, but could not find enough icons to represents all the layouts. i think couple layouts got merged, gotta revisit
 
How does the wallpaper infrastructure work? I saw that you added "mango"—do I need to do anything? For now, I’ve pulled the changes and re-run the three installation commands, but I don't see anything changing.
 
How does the wallpaper infrastructure work? I saw that you added "mango"—do I need to do anything? For now, I’ve pulled the changes and re-run the three installation commands, but I don't see anything changing.
wallpaper infra just got moved to `nullspace` since there is no way to implement these mechanics in QML due to wayland limitations, and will be removed from TopBar in next version. there were no changes to Topbar recently, besides mango/hypr fixes and a start menu widget (non-mango/hypr cases)
 
Looks amazing.
Have to look into quickshell. First I heard about it was Omarchy.
thanks! QS is pretty dope, tho there's a lot of work to be done. BSD support is minimal, and they would de-prioritize my contributions over linux, would not merge for months pretending its not there. after losing months of work on the last force push to HEAD i just flipped and started my own plugin. and its the only somewhat solid project, the rest is high-level or ai trash. also, approach dankshell VERY cautiously, they blindly port any work with zero testing (not to mention that ai girlfriend is running devops).
 
Back
Top