From c85d064145e9f5da5053e6f2645e3ccc2a382038 Mon Sep 17 00:00:00 2001 From: qvalentin Date: Mon, 29 Nov 2021 11:22:48 +0100 Subject: [PATCH] rofi update --- .config/rofi/config.rasi | 6 +++--- .config/xmobar/xmobarrc | 18 +++++++++--------- 2 files changed, 12 insertions(+), 12 deletions(-) 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%"