diff --git a/.config/xmobar/xmobarrc b/.config/xmobar/xmobarrc deleted file mode 100644 index 5d60da2..0000000 --- a/.config/xmobar/xmobarrc +++ /dev/null @@ -1,35 +0,0 @@ -Config { overrideRedirect = False - , font = "xft:FiraCode Nerd Font:size=10", - additionalFonts = [ "xft:FiraCode Nerd Font:bold:pixelsize=19:antialias=true:hinting=true" - , "xft:FiraCode Nerd Font:bold:pixelsize=25:antialias=true:hinting=true" - , "xft:FiraCode Nerd Font:bold:pixelsize=20:antialias=true:hinting=true" ] - - , bgColor = "#05151A" - , fgColor = "#c8c1c1" - , position = TopW L 100 - , iconRoot = ".config/xmobar/xpm/" - , commands = [Run Cpu - [ "--template", "%" - ,"-w", "2" - ] 10 - , Run Alsa "default" "Master" - [ "--template", "" - , "--suffix" , "True" - , "--" - , "--on", "" - ] - , Run Memory ["--template", ""] 10 - , Run Date "%a %Y-%m-%d%H:%M" "date" 10 - , Run XMonadLog - , Run Com "get_music_info" [] "" 10 - , Run Com "wttr" [] "" 360 - ] - , sepChar = "%" - , alignSep = "}{" - , template = "  %XMonadLog% }{\ - \%get_music_info%\ - \ %alsa:default:Master%\ - \﬙ %cpu%\ - \ %memory%\ - \%date%\ - \%wttr%"