Duskwm fiddling
This commit is contained in:
parent
038e849ae8
commit
bf8e13ad22
4 changed files with 6 additions and 6 deletions
|
@ -4,5 +4,5 @@
|
||||||
#include "/home/jleechpe/.config/dusk/themes/dark/zenburn.res"
|
#include "/home/jleechpe/.config/dusk/themes/dark/zenburn.res"
|
||||||
#include "/home/jleechpe/.config/dusk/themes/template.txt"
|
#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
|
*.font: FiraCode Nerd Font:size=10
|
||||||
|
|
|
@ -5,8 +5,7 @@ from theme import current_theme, default
|
||||||
if current_theme.fg == current_theme.fg_alt:
|
if current_theme.fg == current_theme.fg_alt:
|
||||||
current_theme.fg_alt = current_theme.base7
|
current_theme.fg_alt = current_theme.base7
|
||||||
|
|
||||||
frame = f"^v^^c{current_theme.yellow}^"
|
|
||||||
date = f"^c{current_theme.fg}^"
|
date = f"^c{current_theme.fg}^"
|
||||||
time = f"^c{current_theme.fg_alt}^"
|
time = f"^c{current_theme.fg_alt}^"
|
||||||
data = datetime.now().strftime(f"{date}%Y-%m-%d {time}%H:%M")
|
data = datetime.now().strftime(f"{date}%a %b %d, {time}%H:%M")
|
||||||
content = f"{frame}[^v^{data}^t^]^t^"
|
content = f"^v^{data}^t^"
|
||||||
|
|
|
@ -62,5 +62,5 @@ themes = {
|
||||||
"default": Theme(),
|
"default": Theme(),
|
||||||
}
|
}
|
||||||
|
|
||||||
current_theme = themes["spacegray"]
|
current_theme = themes["zenburn"]
|
||||||
default = themes["default"]
|
default = themes["default"]
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
#define BASE_FOREGROUND COLOR5
|
#define BASE_FOREGROUND COLOR5
|
||||||
#define CURSOR COLOR6
|
#define CURSOR COLOR6
|
||||||
|
|
||||||
#define SELECTED_FOREGROUND COLOR15
|
#define SELECTED_FOREGROUND COLOR13
|
||||||
#define SELECTED_BACKGROUND COLOR1
|
#define SELECTED_BACKGROUND COLOR1
|
||||||
#define SCRATCHNORM BASE_BACKGROUND
|
#define SCRATCHNORM BASE_BACKGROUND
|
||||||
#define SCRATCHSEL SELECTED_BACKGROUND
|
#define SCRATCHSEL SELECTED_BACKGROUND
|
||||||
|
@ -37,3 +37,4 @@
|
||||||
#define WARNING_BG_COLOR COLOR4
|
#define WARNING_BG_COLOR COLOR4
|
||||||
#define URGENT_FG_COLOR COLOR6
|
#define URGENT_FG_COLOR COLOR6
|
||||||
#define URGENT_BG_COLOR COLOR2
|
#define URGENT_BG_COLOR COLOR2
|
||||||
|
#define WS_OCC_FG_COLOR COLOR14
|
||||||
|
|
Loading…
Add table
Reference in a new issue