From 4e5ce102f0b049d9a2ec505048fb544070b84f99 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Mon, 22 Feb 2021 09:52:33 +0100 Subject: added mode script for toggling dark/light mode --- .config/polybar/config | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.config/polybar') diff --git a/.config/polybar/config b/.config/polybar/config index e0788d6..1ba3d64 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -37,8 +37,8 @@ padding = 5 module-margin-left = 2 module-margin-right = 2 -font-0 = "Inter:pixelsize=11:weight=regular:size=0;3" -font-1 = "Inter:pixelsize=11:weight=bold:size=0;3" +font-0 = "Inter:pixelsize=11:weight=regular:size=0;2" +font-1 = "Inter:pixelsize=11:weight=bold:size=0;2" font-2 = "Material Design Icons:size=12;2" modules-left = time date @@ -98,9 +98,9 @@ pseudo-transparency = false [color] -bg = #121213 -fg = #fdf9f7 -fg-alt = #121213 +bg = ${xrdb:background:#121213} +fg = ${xrdb:foreground:#fdf9f7} +fg-alt = ${xrdb:background:#121213} alpha = #00000000 -- cgit v1.2.3