forked from Shinonome/dots-hyprland
use space grotesk for clocks
This commit is contained in:
@@ -2,8 +2,8 @@ $text_color = rgba({{colors.primary_fixed.default.hex_stripped}}FF)
|
||||
$entry_background_color = rgba({{colors.on_primary_fixed.default.hex_stripped}}11)
|
||||
$entry_border_color = rgba({{colors.outline.default.hex_stripped}}55)
|
||||
$entry_color = rgba({{colors.primary_fixed.default.hex_stripped}}FF)
|
||||
$font_family = Rubik Light
|
||||
$font_family_clock = Rubik Light
|
||||
$font_family = Rubik
|
||||
$font_family_clock = Space Grotesk
|
||||
$font_material_symbols = Material Symbols Rounded
|
||||
|
||||
background {
|
||||
@@ -58,7 +58,7 @@ label { # Date
|
||||
text = cmd[update:5000] date +"%A, %B %d"
|
||||
color = $text_color
|
||||
font_size = 17
|
||||
font_family = $font_family
|
||||
font_family = $font_family_clock
|
||||
|
||||
position = 0, 240
|
||||
halign = center
|
||||
|
||||
Reference in New Issue
Block a user