From 71bf59cd533f9dac21fb3e5f8a8b668025fbd823 Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Tue, 10 Aug 2021 13:54:30 -0500 Subject: [PATCH] Editing xmobar. --- .config/xmobar/xmobarrc0 | 2 +- .config/xmobar/xmobarrc1 | 2 +- .config/xmobar/xmobarrc2 | 2 +- .xmonad/README.org | 4 ++-- .xmonad/xmonad.hs | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.config/xmobar/xmobarrc0 b/.config/xmobar/xmobarrc0 index 66f905c..e12adcf 100755 --- a/.config/xmobar/xmobarrc0 +++ b/.config/xmobar/xmobarrc0 @@ -35,5 +35,5 @@ Config { font = "xft:Ubuntu:weight=bold:pixelsize=11:antialias=true:hinting=t ] , sepChar = "%" , alignSep = "}{" - , template = " | %UnsafeStdinReader% }{ %uname% %cpu% %memory% %disku% %enp6s0% %pacupdate% %date% " + , template = " | %UnsafeStdinReader% }{ %uname% %cpu% %memory% %disku% %enp6s0% %pacupdate% %date% " } diff --git a/.config/xmobar/xmobarrc1 b/.config/xmobar/xmobarrc1 index 33cd3a1..93ace7b 100755 --- a/.config/xmobar/xmobarrc1 +++ b/.config/xmobar/xmobarrc1 @@ -39,5 +39,5 @@ Config { font = "xft:Ubuntu:weight=bold:pixelsize=11:antialias=true:hinting=t ] , sepChar = "%" , alignSep = "}{" - , template = " | %UnsafeStdinReader% }{ %uname% %cpu% %memory% %disku% %enp6s0% %pacupdate% %date% %trayerpad%" + , template = " | %UnsafeStdinReader% }{ %uname% %cpu% %memory% %disku% %enp6s0% %pacupdate% %date% %trayerpad%" } diff --git a/.config/xmobar/xmobarrc2 b/.config/xmobar/xmobarrc2 index 23848ec..d557554 100755 --- a/.config/xmobar/xmobarrc2 +++ b/.config/xmobar/xmobarrc2 @@ -36,5 +36,5 @@ Config { font = "xft:Ubuntu:weight=bold:pixelsize=11:antialias=true:hinting=t ] , sepChar = "%" , alignSep = "}{" - , template = " | %UnsafeStdinReader% }{ %uname% %cpu% %memory% %disku% %enp6s0% %pacupdate% %date% " + , template = " | %UnsafeStdinReader% }{ %uname% %cpu% %memory% %disku% %enp6s0% %pacupdate% %date% " } diff --git a/.xmonad/README.org b/.xmonad/README.org index 889a3af..24d7dc0 100644 --- a/.xmonad/README.org +++ b/.xmonad/README.org @@ -639,9 +639,9 @@ main = do { ppOutput = \x -> hPutStrLn xmproc0 x -- xmobar on monitor 1 >> hPutStrLn xmproc1 x -- xmobar on monitor 2 >> hPutStrLn xmproc2 x -- xmobar on monitor 3 - , ppCurrent = xmobarColor "#c792ea" "" . wrap "" "" -- Current workspace + , ppCurrent = xmobarColor "#c792ea" "" . wrap "" "" -- Current workspace , ppVisible = xmobarColor "#c792ea" "" . clickable -- Visible but not current workspace - , ppHidden = xmobarColor "#82AAFF" "" . wrap "" "" . clickable -- Hidden workspaces + , ppHidden = xmobarColor "#82AAFF" "" . wrap "" "" . clickable -- Hidden workspaces , ppHiddenNoWindows = xmobarColor "#82AAFF" "" . clickable -- Hidden workspaces (no windows) , ppTitle = xmobarColor "#b3afc2" "" . shorten 60 -- Title of active window , ppSep = " | " -- Separator character diff --git a/.xmonad/xmonad.hs b/.xmonad/xmonad.hs index 8e3104c..26cc9ac 100644 --- a/.xmonad/xmonad.hs +++ b/.xmonad/xmonad.hs @@ -524,9 +524,9 @@ main = do { ppOutput = \x -> hPutStrLn xmproc0 x -- xmobar on monitor 1 >> hPutStrLn xmproc1 x -- xmobar on monitor 2 >> hPutStrLn xmproc2 x -- xmobar on monitor 3 - , ppCurrent = xmobarColor "#c792ea" "" . wrap "" "" -- Current workspace + , ppCurrent = xmobarColor "#c792ea" "" . wrap "" "" -- Current workspace , ppVisible = xmobarColor "#c792ea" "" . clickable -- Visible but not current workspace - , ppHidden = xmobarColor "#82AAFF" "" . wrap "" "" . clickable -- Hidden workspaces + , ppHidden = xmobarColor "#82AAFF" "" . wrap "" "" . clickable -- Hidden workspaces , ppHiddenNoWindows = xmobarColor "#82AAFF" "" . clickable -- Hidden workspaces (no windows) , ppTitle = xmobarColor "#b3afc2" "" . shorten 60 -- Title of active window , ppSep = " | " -- Separator character