Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions share/dotfiles/.config/waybar/launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@
# by Stephan Raabe (2023)
# -----------------------------------------------------


# -----------------------------------------------------
# Load `.bashrc` to support use-cases for custom Waybar
# modules where the user commands require additional
# setup that is provided by `.bashrc`. Common use-cases
# include running Python scripts from a specific `venv`
# or custom JVM environments.
# -----------------------------------------------------
source ~/.bashrc

# -----------------------------------------------------
# Quit all running waybar instances
# -----------------------------------------------------
Expand Down