mirror of
https://gitlab.com/linuxstuff/dotfiles.git
synced 2026-06-20 04:30:53 +02:00
11 lines
150 B
Bash
Executable File
11 lines
150 B
Bash
Executable File
#! /bin/sh
|
|
|
|
sleep 1
|
|
|
|
zsh ~/.config/polybar/launch.sh
|
|
picom -b || true
|
|
|
|
sleep 1
|
|
|
|
notify-send -i display "Display profile" "$AUTORANDR_CURRENT_PROFILE"
|