dotfiles/polybar/turbo_launch.sh
Freyja Wildes 1aecc68559 [i3][polybar] Unify configuration between systems and use only one branch
The file specific to each systems are all commited and pushed to the
main branch. A symbolic link can then be used to configure each system
according to its needs

Files concerned are :

- layout.conf, file configuring the layout for a specific system. It a
  symbolic link to one of the layout configuration (e.g.
          piston_layout.conf, turbo_layout.conf) depending on the
  computer
- launch.sh, script launching the right bar(s) on a specific system.
  Similarly, it is a symbolic link to one of the specific launch script,
  e.g. piston_launch.sh, turbo_launch.sh)
- As of this commit, branch turbo and piston should be obsolete
2025-06-06 07:52:07 +02:00

5 lines
122 B
Bash
Executable file

# Quit all bars
polybar-msg cmd quit
# Launch the bar
polybar turbo-top-main 2>&1 | tee -a /tmp/polybar-top.log & disown