mirror of
https://github.com/thegeneralist01/config.git
synced 2026-03-10 02:30:29 +01:00
initial commit
This commit is contained in:
commit
50da7ffff8
68 changed files with 3086 additions and 0 deletions
5
modules/home/dotfiles/i3/detect-tray.sh
Executable file
5
modules/home/dotfiles/i3/detect-tray.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Detect primary or fallback to first connected output
|
||||
OUTPUT=$(xrandr --query | awk '/ connected/{print $1; exit}')
|
||||
exec i3bar --tray_output "$OUTPUT"
|
||||
Loading…
Add table
Add a link
Reference in a new issue