AmadeusWM/dotfiles-hyprland

i cant remove the workspaces and luancher icons

hexisXz opened this issue · 2 comments

how do i remove the workspaces and luancher from the bar? i have checked in every dot file and i can't find anything.

im so sorry for noticing this issue so late! To remove the workspaces and the launcher from the bar go to: ~/.config/hypr/themes/apatheia/eww/eww.yuck, and remove the `(launcher) (sep) (workspaces) at line 252:

(defwidget left []
  (box
    :orientation "h"
    :space-evenly false
    :halign "start"
    :class "left_modules"
;remove lines from here
    (launcher)
    (sep)
    (workspaces)
;till here
))
    ```

Closed due inactivity.