From 8b204c6d7270976b6a3c2bfaad87822a119d2564 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado <55825613+luevano@users.noreply.github.com> Date: Sun, 20 Dec 2020 14:39:18 -0700 Subject: Messing around with polybar --- .config/shell/profile | 3 +++ 1 file changed, 3 insertions(+) (limited to '.config/shell') diff --git a/.config/shell/profile b/.config/shell/profile index 599924a..0e3856e 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -4,6 +4,9 @@ ## Modified env vars. export PATH="$PATH:$(du -L "$HOME/.local/bin/" | cut -f2 | tr '\n' ':' | sed 's/:*$//')" + ## Useful vars. +export MAINMON="DP-0" +export SECMON="HDMI-0" ## Default programs. export EDITOR="nvim" export TERMINAL="alacritty" -- cgit v1.2.3-54-g00ecf