add polybar in bspwmrc auto start

This commit is contained in:
2025-02-12 09:36:42 +01:00
parent 9e25f76e93
commit 80a448c500

View File

@ -6,7 +6,7 @@
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ # # By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ # # +#+#+#+#+#+ +#+ #
# Created: 2025/02/10 00:21:11 by tomoron #+# #+# # # Created: 2025/02/10 00:21:11 by tomoron #+# #+# #
# Updated: 2025/02/12 09:33:58 by tomoron ### ########.fr # # Updated: 2025/02/12 09:36:07 by tomoron ### ########.fr #
# # # #
# **************************************************************************** # # **************************************************************************** #
{lib, config, ... }: {lib, config, ... }:
@ -30,6 +30,7 @@
pgrep picom > /dev/null || picom & pgrep picom > /dev/null || picom &
pgrep dunst >/dev/null || dunst & pgrep dunst >/dev/null || dunst &
numlockx on & numlockx on &
polybar &
setxkbmap fr us& setxkbmap fr us&
nitrogen --restore & nitrogen --restore &
pgrep activate-linux >/dev/null || (sleep 2;activate-linux -d)& pgrep activate-linux >/dev/null || (sleep 2;activate-linux -d)&