diff options
Diffstat (limited to 'extras/HOME')
| -rw-r--r-- | extras/HOME/.xmobarrc | 18 | ||||
| -rwxr-xr-x | extras/HOME/.xmonad/startup | 6 |
2 files changed, 15 insertions, 9 deletions
diff --git a/extras/HOME/.xmobarrc b/extras/HOME/.xmobarrc index e5f9167..85e3cea 100644 --- a/extras/HOME/.xmobarrc +++ b/extras/HOME/.xmobarrc @@ -29,13 +29,13 @@ Config , alignSep = "}{" , template = " %logo% <fc=#a0a0a0><fn=3>%uname%</fn></fc> \ - \%UnsafeStdinReader%}\ - \{ %cpu% %memory% <fc=#404040>\ + \%UnsafeStdinReader%}{\ + \ %cpu% %memory% <fc=#404040>\ \<action=alacritty -t 'Floating Term' -e sh -c 'curl wttr.in ; read i'>\ - \%weather%\ + \%weather% \ \</action>\ - \</fc><fc=#a0a0a0>%media%</fc>\ - \%bluetooth%%bat%<fn=3><fc=#8888ff> %time%</fc></fn> " + \</fc><fc=#a0a0a0>%media% </fc>\ + \%bluetooth% %bat%<fn=3><fc=#8888ff> %time%</fc></fn> " , commands = [ Run UnsafeStdinReader, Run Date "%m/%d %H:%M:%S" "time" 10, @@ -43,8 +43,8 @@ Config "-t", "<fn=3><fc=#202020><bar></fc></fn>", "-L", "3", "-H", "50", - "-b", "-", - "-f", "-", + "-b", "▄", + "-f", "▄", "--normal", "#88ff88", "--high", "#ff8888" ] 10, @@ -52,8 +52,8 @@ Config "-t", "<fn=3><fc=#202020><usedbar></fc></fn>", "-L", "3", "-H", "50", - "-b", "-", - "-f", "-", + "-b", "▄", + "-f", "▄", "--normal", "#88ff88", "--high", "#ff8888" ] 10, diff --git a/extras/HOME/.xmonad/startup b/extras/HOME/.xmonad/startup index 5656e09..b5a2c1f 100755 --- a/extras/HOME/.xmonad/startup +++ b/extras/HOME/.xmonad/startup @@ -42,6 +42,12 @@ hostname_boson() { ~/.fehbg } +hostname_rahm.bld.corp.google.com() { + ~/.local/keysym/setxkbmap.sh + ~/.fehbg + nohup /usr/bin/picom --experimental-backends --backend glx &>/dev/null & +} + common |