prasanthrangan / hyprdots

// Aesthetic, dynamic and minimal dots for Arch hyprland
GNU General Public License v3.0
5.58k stars 681 forks source link

[Help]: Waybar config resets each time I switch a theme #1601

Closed Hexanchus29 closed 2 weeks ago

Hexanchus29 commented 2 weeks ago

Each time I switch a theme, my custom waybar config is overwritten with the default theme's config (including: waybar modules, waybar's style.css file)

Any way that I can replace the default theme's waybar config with mine ? (using Tokyo Night theme)

sorry if this is a dumb question im new to WM's

Enigma1309 commented 2 weeks ago

edit ~/.config/waybar/config.ctl instead of editing css files

Hexanchus29 commented 2 weeks ago

I dont really understand it at all ;d

cant find anywhere where its explained

dieBakterie commented 2 weeks ago

Ok it's separates by | and the First is 0(disabled) and 1 stands for enabled so the bar that's been used. Then the second segment is for the soze of the bar or it's height, Text and Icon size. The Next 3 segments are for left, middle and right modules. And those you can group additionally or Split in Segments. If you want the idle Indikator and the clock/calendar in the Same segment just do ( idle_xxx clock ) and with ` the Next( custom/wbar windows hyprland/workspaces)` then these two Segments are on the left for example.

Hexanchus29 commented 2 weeks ago

thanks so much that fixed the layout, however the icons for the modules still get changed to the default ones and the style.css file gets reverted to default aswell

kRHYME7 commented 2 weeks ago

@Hexanchus29 Edit the file inside the ./modules directory

image

Hexanchus29 commented 2 weeks ago

Ohhh im dumb lol. thanks a lot. using the workspace module in config.ctl however doesnt show persistent workspaces and only shows ones that have a window open in them, can i fix this in the workspaces.jsonc file ?

Hexanchus29 commented 2 weeks ago

Nevermind, fixed it ! alright, i think thats all, thank you for your help