dotfiles/config.desktop.sh
2022-12-21 11:54:34 -05:00

13 lines
374 B
Bash

WIFI_DEV=
ETH_DEV="enp3s0"
MAIN_NET=$ETH_DEV
MAIN_FONT="Source Code Pro 12"
MONITORS=($(xrandr | rg -i "\sconnected" | rg -v eDP | cut -d" " -f1))
MAIN_MONITOR=${MONITORS[2]}
SIDE_MONITORS=($(xrandr | rg -i "\sconnected" | rg -v eDP | cut -d" " -f1 | grep -v $MAIN_MONITOR))
RYGEL="true"
BAR_POS="bottom"
DPI=157
TERM_FONT_SIZE=12
SCREENLAYOUT="~/.screenlayout/desktop.sh"