mirror of
https://github.com/vale981/bspwm
synced 2025-03-06 02:01:42 -05:00
5 lines
172 B
Bash
5 lines
172 B
Bash
PANEL_FIFO=/tmp/panel-fifo
|
|
PANEL_HEIGHT=24
|
|
PANEL_FONT="-*-fixed-*-*-*-*-10-*-*-*-*-*-*-*"
|
|
PANEL_WM_NAME=bspwm_panel
|
|
export PANEL_FIFO PANEL_HEIGHT PANEL_FONT PANEL_WM_NAME
|