Duskwm fiddling
This commit is contained in:
parent
038e849ae8
commit
53935723bb
3 changed files with 4 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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^"
|
||||
|
|
|
@ -62,5 +62,5 @@ themes = {
|
|||
"default": Theme(),
|
||||
}
|
||||
|
||||
current_theme = themes["spacegray"]
|
||||
current_theme = themes["zenburn"]
|
||||
default = themes["default"]
|
||||
|
|
Loading…
Add table
Reference in a new issue