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
5 lines
122 B
Bash
Executable file
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
|