waybar tweeks
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
{ config, pkgs, secrets, ... }:
|
||||
let in
|
||||
let
|
||||
sep = " ";
|
||||
in
|
||||
{
|
||||
home = {
|
||||
file."${config.xdg.dataHome}/nx-gcal-event-credentials.json".text = ''
|
||||
@@ -176,7 +178,7 @@ let in
|
||||
|
||||
name = escape(event['summary'])
|
||||
|
||||
print(f" {sec_to_nice_string(remaining.seconds)}{mode}\'{name}\'")
|
||||
print(f"${sep}{sec_to_nice_string(remaining.seconds)}{mode}\'{name}\'")
|
||||
exit(0)
|
||||
|
||||
def print_help():
|
||||
|
||||
Reference in New Issue
Block a user