From 8c1786d852784591f55d04c29ec036e53bed2900 Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 6 Feb 2023 12:07:49 +0000 Subject: Adjust bg script animation speed --- config/mpd/mpd.conf | 8 ++++++++ config/polybar/config | 8 ++++---- config/rofi/colors-rofi-dark.rasi | 4 ++-- 3 files changed, 14 insertions(+), 6 deletions(-) (limited to 'config') diff --git a/config/mpd/mpd.conf b/config/mpd/mpd.conf index b086d5e..679ebd1 100644 --- a/config/mpd/mpd.conf +++ b/config/mpd/mpd.conf @@ -13,6 +13,14 @@ audio_output { max_clients "0" } +audio_output { + type "httpd" + name "HQ HTTP Stream" + encoder "wave" # optional, vorbis or lame + port "6681" + max_clients "0" +} + audio_output { type "pulse" name "mpd" diff --git a/config/polybar/config b/config/polybar/config index b28e8ea..ec82e1e 100644 --- a/config/polybar/config +++ b/config/polybar/config @@ -162,8 +162,8 @@ format-prefix = "力 " [module/battery] type = internal/battery full-at = 99 -battery = BAT1 -adapter = ADP1 +battery = BAT0 +adapter = AC poll-interval = 3 time-format = %H:%M @@ -171,8 +171,8 @@ time-format = %H:%M format-charging = format-discharging = -label-charging = -%percentage%% -label-discharging = -%percentage%% +label-charging = +%percentage%% +label-discharging = %percentage%% label-full = %percentage%% ramp-capacity-0 =  diff --git a/config/rofi/colors-rofi-dark.rasi b/config/rofi/colors-rofi-dark.rasi index 5c5fec3..0be691d 100644 --- a/config/rofi/colors-rofi-dark.rasi +++ b/config/rofi/colors-rofi-dark.rasi @@ -25,8 +25,8 @@ background-color: #00000000; background: #191919; background2: #191919; - foreground: #f58f44; - foreground2: #5f819d; + foreground: #fefefe; + foreground2: #373b41; spacing: 2; font: "mononoki 12"; -- cgit v1.2.1