From 61c163a4b7de70056e02ffd68ccecf5ee2f4a9db Mon Sep 17 00:00:00 2001 From: EvilMuffinHa Date: Tue, 15 Feb 2022 00:56:50 -0500 Subject: [PATCH] silent --- themectl/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themectl/config.toml b/themectl/config.toml index 1cbe868..6da1343 100644 --- a/themectl/config.toml +++ b/themectl/config.toml @@ -1,5 +1,5 @@ -post = "kitty @ set-colors --all --configured ~/.cache/theme/kitty.conf" +post = "kitty @ set-colors --all --configured ~/.cache/theme/kitty.conf > /dev/null 2>&1" # TODO: update ttys, fix vim, get all themes from wal/colorschemes/dark @@ -11,7 +11,7 @@ airline = "~/.config/nvim/autoload/airline/themes/theme.vim" shell = { file = "~/.cache/theme/colors.sh", post = "(bspc wm -r &) ; (source ~/.cache/theme/colors.sh)" } variables = "~/.cache/theme/variables.sh" -xresources = { file = "~/.cache/theme/colors.Xresources", post = "(xrdb -merge -quiet ~/.config/X11/Xresources) ; (spicetify update &) ; (fuck polybar &)" } +xresources = { file = "~/.cache/theme/colors.Xresources", post = "(xrdb -merge -quiet ~/.config/X11/Xresources) ; ((spicetify update > /dev/null 2>&1) & ) ; (fuck polybar &)" } kitty = "~/.cache/theme/kitty.conf" rofi-custom = "~/.cache/theme/colors-rofi.rasi"