Skip to content

RampedIndent/polylauncher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

https://github.com/RampedIndent/polylauncher/actions/workflows/check.yaml/badge.svg https://github.com/RampedIndent/polylauncher/actions/workflows/release.yaml/badge.svg https://img.shields.io/github/downloads/RampedIndent/polylauncher/total.svg

PolyLauncher repo

Polylauncher is an unoffical launcher for polybar, it’s aim is to replace bash launch scripts for polybar by, allowing for a launcher to that is configured by a yaml file(Gui editor in development). It allows for easy integration into a dotfiles by allowing configurations to be assigned to the hostname of the computer.

The bars are launched by setting the barnames by the names of the bar in the pollybvar config file.

---
config_version: 1
polybar_config: ~/.config/polybar/config.ini
computers:
  Edith: # <- hostname 
    displays:
      - display: HDMI-0
        bar_name: mainbar-bspwm
      - display: DP-3
        bar_name: side-bar-a
      - display: DP-4
        bar_name: side-bar-a
  Laptop: # <- hostname
    displays:
      - display: HDMI-0
        bar_name: mainbar-bspwm

Installation

Download the bin into you dotfiles and make it executable

wget https://github.com/RampedIndent/polylauncher/releases/download/1.0.0/polylauncher-daemon
mv polylauncher-daemon ~/dotfiles/bin
chmod +x ~/dotfiles/bin/polylauncher-daemon

Replace your existing launcher like so, in your auto start file

# $HOME/.config/polybar/launch.sh &
$HOME/dotfiles/bin/polylauncher-daemon &

And you are done.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages