diff --git a/home/.config/xmobar/xmobarrc.hs b/home/.config/xmobar/xmobarrc.hs index e0e6435..5f27462 100644 --- a/home/.config/xmobar/xmobarrc.hs +++ b/home/.config/xmobar/xmobarrc.hs @@ -14,8 +14,8 @@ Config { font = "xft:Ubuntu:weight=bold:pixelsize=11:antialias=true:hinting=true", additionalFonts = [ "xft:Font Awesome 5 Free Solid:pixelsize=12", - "xft:Font Awesome 5 Brands:pixelsize=12", - "xft:Mononoki Nerd Font:pixelsize=11:antialias=true:hinting=true" + "xft:Font Awesome 5 Brands:pixelsize=12" + --"xft:Mononoki Nerd Font:pixelsize=11:antialias=true:hinting=true" ], bgColor = "#282c34", fgColor = "#ff6c6b", @@ -74,9 +74,11 @@ commands = [ Run Com "/home/itsdrike/.config/xmobar/trayer-padding-icon.sh" [] "trayerpad" 10, -- This line tells xmobar to read input from stdin. - -- That's how it gets information that xmonad is sending - -- (such as workspaces) for displaying. - -- By using UnsafeStdinReader, it also allows mouse clicking events + -- That's how it gets information that xmonad is sending (such as + -- workspaces) to be displayed. This will get placed onto xmobar + -- template in the position where %UnsafeStdinReader%/%StdinReader% is + -- By using UnsafeStdinReader, it will also allow for action strings + -- to be used, which are activated upon clicking on the given element Run UnsafeStdinReader ], @@ -89,14 +91,13 @@ alignSep = "}{", -- Template string defining the xmobar contents and overall layout. template = "\ \ \ - \| %UnsafeStdinReader% }{ \ + \| %UnsafeStdinReader% }{ \ \|  %uname% \ \| %battery% \ \| %cpu% \ \| %memory% \ \| %disku% \ \| %wlp2s0% \ - --\| %eth3s0% \ \| %date% \ \| %trayerpad%\ \ " diff --git a/home/.config/xmobar/xmobarrc0 b/home/.config/xmobar/xmobarrc0 index 5846d7b..a197158 100644 --- a/home/.config/xmobar/xmobarrc0 +++ b/home/.config/xmobar/xmobarrc0 @@ -14,8 +14,8 @@ Config { font = "xft:Ubuntu:weight=bold:pixelsize=11:antialias=true:hinting=true", additionalFonts = [ "xft:Font Awesome 5 Free Solid:pixelsize=12", - "xft:Font Awesome 5 Brands:pixelsize=12", - "xft:Mononoki Nerd Font:pixelsize=11:antialias=true:hinting=true" + "xft:Font Awesome 5 Brands:pixelsize=12" + --"xft:Mononoki Nerd Font:pixelsize=11:antialias=true:hinting=true" ], bgColor = "#282c34", fgColor = "#ff6c6b", @@ -74,9 +74,11 @@ commands = [ Run Com "/home/itsdrike/.config/xmobar/trayer-padding-icon.sh" [] "trayerpad" 10, -- This line tells xmobar to read input from stdin. - -- That's how it gets information that xmonad is sending - -- (such as workspaces) for displaying. - -- By using UnsafeStdinReader, it also allows mouse clicking events + -- That's how it gets information that xmonad is sending (such as + -- workspaces) to be displayed. This will get placed onto xmobar + -- template in the position where %UnsafeStdinReader%/%StdinReader% is + -- By using UnsafeStdinReader, it will also allow for action strings + -- to be used, which are activated upon clicking on the given element Run UnsafeStdinReader ], @@ -89,14 +91,13 @@ alignSep = "}{", -- Template string defining the xmobar contents and overall layout. template = "\ \ \ - \| %UnsafeStdinReader% }{ \ + \| %UnsafeStdinReader% }{ \ \|  %uname% \ \| %battery% \ \| %cpu% \ \| %memory% \ \| %disku% \ \| %wlp2s0% \ - --\| %eth3s0% \ \| %date% \ \| %trayerpad%\ \ " diff --git a/home/.config/xmobar/xmobarrc1 b/home/.config/xmobar/xmobarrc1 index abb62e4..1928835 100644 --- a/home/.config/xmobar/xmobarrc1 +++ b/home/.config/xmobar/xmobarrc1 @@ -14,8 +14,8 @@ Config { font = "xft:Ubuntu:weight=bold:pixelsize=11:antialias=true:hinting=true", additionalFonts = [ "xft:Font Awesome 5 Free Solid:pixelsize=12", - "xft:Font Awesome 5 Brands:pixelsize=12", - "xft:Mononoki Nerd Font:pixelsize=11:antialias=true:hinting=true" + "xft:Font Awesome 5 Brands:pixelsize=12" + --"xft:Mononoki Nerd Font:pixelsize=11:antialias=true:hinting=true" ], bgColor = "#282c34", fgColor = "#ff6c6b", @@ -73,9 +73,11 @@ commands = [ -- this should only be on 1 monitor (single file), so ignore this comment on others -- This line tells xmobar to read input from stdin. - -- That's how it gets information that xmonad is sending - -- (such as workspaces) for displaying. - -- By using UnsafeStdinReader, it also allows mouse clicking events + -- That's how it gets information that xmonad is sending (such as + -- workspaces) to be displayed. This will get placed onto xmobar + -- template in the position where %UnsafeStdinReader%/%StdinReader% is + -- By using UnsafeStdinReader, it will also allow for action strings + -- to be used, which are activated upon clicking on the given element Run UnsafeStdinReader ], @@ -88,14 +90,13 @@ alignSep = "}{", -- Template string defining the xmobar contents and overall layout. template = "\ \ \ - \| %UnsafeStdinReader% }{ \ + \| %UnsafeStdinReader% }{ \ \|  %uname% \ \| %battery% \ \| %cpu% \ \| %memory% \ \| %disku% \ \| %wlp2s0% \ - --\| %eth3s0% \ \| %date% \ \ " }