diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index 79a318b..9e6c580 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -1,6 +1,4 @@ configuration { - -theme:"~/.cache/wal/colors-rofi-dark.rasi"; show-icons: true; icon-theme: "Papirus-Apps"; terminal: "st"; @@ -8,5 +6,7 @@ theme:"~/.cache/wal/colors-rofi-dark.rasi"; hide-scrollbar: true; disable-history: false; modi: "run,drun"; - } + + +@theme "~/.cache/wal/colors-rofi-dark.rasi" diff --git a/.config/xmobar/xmobarrc b/.config/xmobar/xmobarrc index 366535b..5d60da2 100644 --- a/.config/xmobar/xmobarrc +++ b/.config/xmobar/xmobarrc @@ -4,8 +4,8 @@ Config { overrideRedirect = False , "xft:FiraCode Nerd Font:bold:pixelsize=25:antialias=true:hinting=true" , "xft:FiraCode Nerd Font:bold:pixelsize=20:antialias=true:hinting=true" ] - , bgColor = "#081013" - , fgColor = "#a3e5c4" + , bgColor = "#05151A" + , fgColor = "#c8c1c1" , position = TopW L 100 , iconRoot = ".config/xmobar/xpm/" , commands = [Run Cpu @@ -19,7 +19,7 @@ Config { overrideRedirect = False , "--on", "" ] , Run Memory ["--template", ""] 10 - , Run Date "%a %Y-%m-%d%H:%M" "date" 10 + , Run Date "%a %Y-%m-%d%H:%M" "date" 10 , Run XMonadLog , Run Com "get_music_info" [] "" 10 , Run Com "wttr" [] "" 360 @@ -27,9 +27,9 @@ Config { overrideRedirect = False , sepChar = "%" , alignSep = "}{" , template = "  %XMonadLog% }{\ - \%get_music_info%\ - \ %alsa:default:Master%\ - \﬙ %cpu%\ - \ %memory%\ - \%date%\ - \%wttr%" + \%get_music_info%\ + \ %alsa:default:Master%\ + \﬙ %cpu%\ + \ %memory%\ + \%date%\ + \%wttr%"