mirror of
https://github.com/vale981/bspwm
synced 2025-03-06 10:11:43 -05:00
5 lines
198 B
Bash
5 lines
198 B
Bash
PANEL_FIFO=/tmp/panel-fifo
|
|
PANEL_HEIGHT=24
|
|
PANEL_FONT_FAMILY="-*-terminus-medium-r-normal-*-12-*-*-*-c-*-*-1"
|
|
PANEL_WM_NAME=lemonpanel
|
|
export PANEL_FIFO PANEL_HEIGHT PANEL_FONT_FAMILY PANEL_WM_NAME
|