usbguard and drop todo

This commit is contained in:
Reid 2025-01-28 21:28:00 -08:00
parent 3e9d8af023
commit d5f82d159e
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
5 changed files with 20 additions and 14 deletions

View file

@ -17,6 +17,7 @@ in {
follow = "mouse";
width = 300;
height = 145;
# TODO: make more dynamic
frame_color = "#f5c2e7"; # catppuccin pink
origin = "top-right";

View file

@ -57,6 +57,7 @@ in {
position = "0, 105";
text = "cmd[update:1000] echo \"<span font_weight='1000'>$(date +'%H')</span>\"";
font_size = 78;
# TODO: make more dynamic
color = "rgb(f5c2e7)"; # catppuccin pink
font_family = config.modules.desktop.fonts.fonts.sansSerif.family;
halign = "center"; valign = "center";

View file

@ -20,6 +20,7 @@ window {
height: 500px;
border: 1px;
border-radius: 1em;
/* TODO: make more dynamic */
border-color: @pink;
background-color: @bg-col;
}