diff --git a/user/wm/xmonad/base-xmobarrc b/user/wm/xmonad/base-xmobarrc index 0366688..cf1d51d 100644 --- a/user/wm/xmonad/base-xmobarrc +++ b/user/wm/xmonad/base-xmobarrc @@ -20,9 +20,9 @@ Config { font = "Inconsolata 18" , Run BatteryP ["BAT0"] ["-t", "", "-L", "10", "-H", "80", "-p", "3", "--", - "-O"," \xf303 \xf17e3% ", - "-i"," \xf303 \xf17e7% ", - "-o"," \xf303 \xf17e4% ", + "-O","\xf313 \xf17e3% ", + "-i","\xf313 \xf17e7% ", + "-o","\xf313 \xf17e4% ", "-L", "-15", "-H", "-5", "-l", "color02Normal", "-m", "color05Normal", "-h", "color03Normal"] 10 , Run Brightness @@ -33,7 +33,7 @@ Config { font = "Inconsolata 18" [ "-t", "", "--" , "--on", " \xf028 % " , "--onc", "color07Normal" - , "--off", " \xf026Mute " + , "--off", " \xf026 Mute " , "--offc", "color06Normal" ] 1 ] diff --git a/user/wm/xmonad/xmonad.hs b/user/wm/xmonad/xmonad.hs index 68ed534..32078a2 100644 --- a/user/wm/xmonad/xmonad.hs +++ b/user/wm/xmonad/xmonad.hs @@ -159,7 +159,7 @@ myWorkspaces = [ "\xf15c¹", -- document icon for writing "\xeb01 ²", -- globe icon for browsing "\xf121³", -- dev icon for programming - "\xf001⁴", -- music file icon for composition + "\xf0cb9 ⁴", -- music file icon for composition "\xf1fc⁵", -- paint icon for art "\xf0bdc ⁶", -- video icon for recording/editing "\xf0d6⁷", -- money icon for finances @@ -533,9 +533,9 @@ mySB = statusBarProp "xmobar" (pure myPP) -- Now run xmonad with all the defaults we set up. main = do - spawn ("xmobar -x 0 /home/librephoenix/.config/xmobar/xmobarrc") - spawn ("xmobar -x 1 /home/librephoenix/.config/xmobar/xmobarrc") - spawn ("xmobar -x 2 /home/librephoenix/.config/xmobar/xmobarrc") + spawn ("xmobar -x 0") + spawn ("xmobar -x 1") + spawn ("xmobar -x 2") xmonad . withSB mySB $ withNavigation2DConfig myNavigation2DConfig $ fullscreenSupportBorder $ diff --git a/user/wm/xmonad/xmonad.org b/user/wm/xmonad/xmonad.org index 77600e8..1afd0fa 100644 --- a/user/wm/xmonad/xmonad.org +++ b/user/wm/xmonad/xmonad.org @@ -208,7 +208,7 @@ myWorkspaces = [ "\xf15c¹", -- document icon for writing "\xeb01 ²", -- globe icon for browsing "\xf121³", -- dev icon for programming - "\xf001⁴", -- music file icon for composition + "\xf0cb9 ⁴", -- music file icon for composition "\xf1fc⁵", -- paint icon for art "\xf0bdc ⁶", -- video icon for recording/editing "\xf0d6⁷", -- money icon for finances @@ -856,9 +856,9 @@ Lastly, xmonad is started with all of the [[Settings][settings set up as variabl #+BEGIN_SRC haskell :tangle xmonad.hs -- Now run xmonad with all the defaults we set up. main = do - spawn ("xmobar -x 0 /home/librephoenix/.config/xmobar/xmobarrc") - spawn ("xmobar -x 1 /home/librephoenix/.config/xmobar/xmobarrc") - spawn ("xmobar -x 2 /home/librephoenix/.config/xmobar/xmobarrc") + spawn ("xmobar -x 0") + spawn ("xmobar -x 1") + spawn ("xmobar -x 2") xmonad . withSB mySB $ withNavigation2DConfig myNavigation2DConfig $ fullscreenSupportBorder $ @@ -914,9 +914,9 @@ Config { font = "Inconsolata 18" , Run BatteryP ["BAT0"] ["-t", "", "-L", "10", "-H", "80", "-p", "3", "--", - "-O"," \xf303 \xf17e3% ", - "-i"," \xf303 \xf17e7% ", - "-o"," \xf303 \xf17e4% ", + "-O","\xf313 \xf17e3% ", + "-i","\xf313 \xf17e7% ", + "-o","\xf313 \xf17e4% ", "-L", "-15", "-H", "-5", "-l", "color02Normal", "-m", "color05Normal", "-h", "color03Normal"] 10 , Run Brightness @@ -927,7 +927,7 @@ Config { font = "Inconsolata 18" [ "-t", "", "--" , "--on", " \xf028 % " , "--onc", "color07Normal" - , "--off", " \xf026Mute " + , "--off", " \xf026 Mute " , "--offc", "color06Normal" ] 1 ]