This repository has been archived on 2024-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/bar_variables.bash

11 lines
138 B
Bash

#!/usr/bin/env bash
source "variables.bash"
BAR_FIFO="$DOTFILES_PATH/wm_bar_fifo.lock"
BAR_TOP=1
BAR_MARGIN=$WINDOW_GAP
BAR_HEIGHT=30