Keyitdev / dotfiles

My personal build of dotfiles using i3.
GNU General Public License v3.0
365 stars 38 forks source link

The bar hides constantly is there anyway to make the bar stay always on, #9

Closed LunaticOmen closed 1 year ago

LunaticOmen commented 1 year ago

I have this polybar config , and this i3 config . I don't know for some reason the bar hides constantly even thought there is no option like auto-hide in config.

Keyitdev commented 1 year ago

Hi, you need to include all required files.

;; File Inclusion
; include an external file, like module file, etc.

include-file = ~/.config/polybar/colors.ini

include-file = ~/.config/polybar/polybar-square/modules/battery.ini
include-file = ~/.config/polybar/polybar-square/modules/backlight.ini
include-file = ~/.config/polybar/polybar-square/modules/cpu.ini
include-file = ~/.config/polybar/polybar-square/modules/date.ini
include-file = ~/.config/polybar/polybar-square/modules/filesystem.ini
include-file = ~/.config/polybar/polybar-square/modules/i3.ini
include-file = ~/.config/polybar/polybar-square/modules/memory.ini
include-file = ~/.config/polybar/polybar-square/modules/alsa.ini
include-file = ~/.config/polybar/polybar-square/modules/temperature.ini
include-file = ~/.config/polybar/polybar-square/modules/network.ini
include-file = ~/.config/polybar/polybar-square/modules/network_mini.ini
include-file = ~/.config/polybar/polybar-square/modules/mpd.ini
include-file = ~/.config/polybar/polybar-square/modules/uptime.ini
include-file = ~/.config/polybar/polybar-square/modules/keyboard.ini

You just copied config.ini, without coping other files that includes modules.