diff options
| author | miguel <miguel@megaloman.softwarefools.com> | 2021-01-24 21:23:58 +0100 |
|---|---|---|
| committer | miguel <miguel@megaloman.softwarefools.com> | 2021-01-24 21:23:58 +0100 |
| commit | 149144e8ac26badd0e650420626819058a7be334 (patch) | |
| tree | d9ca7a89b3861a08b73297a427af932771a3e584 /xmonad/xmobarrc | |
| parent | 65d4a9877740869200d51b2726dcb9d7466e4870 (diff) | |
recent changes on megaloman
Diffstat (limited to 'xmonad/xmobarrc')
| -rw-r--r-- | xmonad/xmobarrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmonad/xmobarrc b/xmonad/xmobarrc index b1ef843..11b917b 100644 --- a/xmonad/xmobarrc +++ b/xmonad/xmobarrc @@ -1,8 +1,8 @@ -- vim: set ft=haskell: Config { - font = "xft:Sans-10:bold" - , additionalFonts = ["xft:FontAwesome-11"] + font = "xft:Hack-12:bold" + , additionalFonts = ["xft:Font Awesome 5 Free Solid-12"] , bgColor = "#002b36" , fgColor = "#657b83" , position = TopW L 95 @@ -41,5 +41,5 @@ Config { , sepChar = "%" , alignSep = "}{" - , template = "%StdinReader%}{%mymails% <action=xterm -e sudo iftop><fn=1></fn> %eno1% </action><action=xterm -e htop><fn=1></fn> %multicpu% <fn=1></fn> %coretemp%°C</action> <action=nvidia-settings><fn=1></fn> %gputemp%</action> <fn=1></fn> %memory% (%swap%) <fn=1></fn> %disku% %date% <action=`pavucontrol`><fn=1></fn> </action><action=`systemctl suspend`><fn=1></fn></action>" + , template = "%StdinReader%}{%mymails% <action=xterm -e sudo iftop><fn=1></fn> %eno1% </action><action=xterm -e htop><fn=1></fn> %multicpu% <fn=1></fn> %coretemp%°C</action> <action=nvidia-settings><fn=1></fn> %gputemp%</action> <fn=1></fn> %memory% (%swap%) <fn=1></fn> %disku% %date% <action=`pavucontrol`><fn=1></fn> </action><action=`systemctl suspend`><fn=1></fn></action>" } |
