diff --git a/duskwm/.Xresources b/duskwm/.Xresources index a264aed..4c0552e 100644 --- a/duskwm/.Xresources +++ b/duskwm/.Xresources @@ -4,5 +4,5 @@ #include "/home/jleechpe/.config/dusk/themes/dark/zenburn.res" #include "/home/jleechpe/.config/dusk/themes/template.txt" -dusk.font: FiraCode Nerd Font:size=14 +dusk.font: FiraCode Nerd Font:size=9 *.font: FiraCode Nerd Font:size=10 diff --git a/duskwm/.config/dusk/status_scripts/scripts/clock.py b/duskwm/.config/dusk/status_scripts/scripts/clock.py index 44a202d..5d1259b 100644 --- a/duskwm/.config/dusk/status_scripts/scripts/clock.py +++ b/duskwm/.config/dusk/status_scripts/scripts/clock.py @@ -5,8 +5,7 @@ from theme import current_theme, default if current_theme.fg == current_theme.fg_alt: current_theme.fg_alt = current_theme.base7 -frame = f"^v^^c{current_theme.yellow}^" date = f"^c{current_theme.fg}^" time = f"^c{current_theme.fg_alt}^" -data = datetime.now().strftime(f"{date}%Y-%m-%d {time}%H:%M") -content = f"{frame}[^v^{data}^t^]^t^" +data = datetime.now().strftime(f"{date}%a %b %d, {time}%H:%M") +content = f"^v^{data}^t^" diff --git a/duskwm/.config/dusk/status_scripts/theme.py b/duskwm/.config/dusk/status_scripts/theme.py index 1037492..487d3f4 100644 --- a/duskwm/.config/dusk/status_scripts/theme.py +++ b/duskwm/.config/dusk/status_scripts/theme.py @@ -62,5 +62,5 @@ themes = { "default": Theme(), } -current_theme = themes["spacegray"] +current_theme = themes["zenburn"] default = themes["default"] diff --git a/duskwm/.config/dusk/themes/dark/zenburn.res b/duskwm/.config/dusk/themes/dark/zenburn.res index 85b62d6..e7ebcc6 100644 --- a/duskwm/.config/dusk/themes/dark/zenburn.res +++ b/duskwm/.config/dusk/themes/dark/zenburn.res @@ -18,7 +18,7 @@ #define BASE_FOREGROUND COLOR5 #define CURSOR COLOR6 -#define SELECTED_FOREGROUND COLOR15 +#define SELECTED_FOREGROUND COLOR13 #define SELECTED_BACKGROUND COLOR1 #define SCRATCHNORM BASE_BACKGROUND #define SCRATCHSEL SELECTED_BACKGROUND @@ -37,3 +37,4 @@ #define WARNING_BG_COLOR COLOR4 #define URGENT_FG_COLOR COLOR6 #define URGENT_BG_COLOR COLOR2 +#define WS_OCC_FG_COLOR COLOR14