mirror of
https://github.com/vale981/dotfiles
synced 2025-03-05 09:31:43 -05:00
12 lines
376 B
Bash
12 lines
376 B
Bash
WIFI_DEV="wlp4s0"
|
|
ETH_DEV="enp0s31f6"
|
|
|
|
MAIN_NET=$WIFI_DEV
|
|
BATTERIES=(BAT0 BAT1)
|
|
MAIN_FONT="Source Code Pro 8"
|
|
MAIN_MONITOR=eDP-1
|
|
SCREEN_LAYOUT="xrandr --output HDMI-2 --off --output HDMI-1 --off --output DP-1 --off --output eDP-1 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output DP-2 --off"
|
|
#MONITORS=(VGA-0 DVI-D-0)
|
|
BAR_POS="bottom"
|
|
LAPTOP=true
|
|
TERM_FONT_SIZE=6
|