adding a lot of little additions and tweaks for the updated nix
This commit is contained in:
parent
b68e8c45d8
commit
e47b3fa5ff
13 changed files with 70 additions and 77 deletions
|
@ -6,7 +6,7 @@
|
|||
(include "volume.yuck")
|
||||
|
||||
(defpoll clock_time :interval "5s" "date '+\%l:\%M \%p'")
|
||||
(defpoll clock_full :interval "5s" "date '+\%b \%d, \%Y, \%l:\%M \%p'")
|
||||
(defpoll clock_full :interval "5s" "date '+\%a \%b \%d, \%-I:\%M \%p'")
|
||||
(defpoll clock_date :interval "1h" "date '+%b %d, %Y'")
|
||||
(defpoll calendar_day :interval "2h" "date '+%d'")
|
||||
(defpoll calendar_year :interval "2h" "date '+%Y'")
|
||||
|
@ -204,7 +204,7 @@
|
|||
:orientation "h"
|
||||
:spacing "0"
|
||||
(label
|
||||
:text {HOST == "kaladin" ? clock_full : clock_time}
|
||||
:text clock_full
|
||||
:class "clock_time_class" )
|
||||
(revealer :transition "slideleft"
|
||||
:reveal {HOST == "kaladin" ? false : time_rev}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue