summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlistout <listout@protonmail.com>2021-11-06 06:40:27 +0000
committerlistout <listout@protonmail.com>2021-11-06 06:40:27 +0000
commit2434a47917b85c9b80a28c45247035c57ed7047f (patch)
treed44e4b6e39d7258d204a8e517cb32948cfd53db9
parentbef78d91cd1a7b43e8d6926ae76c5675c2abba1f (diff)
downloaddots-2434a47917b85c9b80a28c45247035c57ed7047f.tar.gz
correct date and time format
-rw-r--r--.config/polybar/config6
-rw-r--r--readme13
2 files changed, 3 insertions, 16 deletions
diff --git a/.config/polybar/config b/.config/polybar/config
index 43b8c20..8b99ec4 100644
--- a/.config/polybar/config
+++ b/.config/polybar/config
@@ -31,7 +31,7 @@ battery=BAT0
adapter=AC
poll-interval=5
-full-at=99
+full-at=98
time-format=%H:%M
@@ -47,12 +47,12 @@ format-full=<label-full>
type=internal/date
interval=1.0
date=%d-%m-%Y%
-time=%I:%M %d %B
+time=%I:%M
date-alt=%A, %d %B %Y
time-alt=%I:%M:%S %A, %d %B %Y
format= <label>
-label=%time%
+label=%time% %date%
[module/temperature]
type=internal/temperature
diff --git a/readme b/readme
deleted file mode 100644
index b877c77..0000000
--- a/readme
+++ /dev/null
@@ -1,13 +0,0 @@
-.dots
-
-These are my very basic dots. There are little to no modifications for
-everything other than my text editor, i.e. Vim/Neovim and zsh. Apart from that
-most configurations are the defaults.
-
-I've zsh as my shell of choice and most of the configurations are copied from
-archwiki and some other internet resources. I don't use any form of
-pluing/framework. The only external plugin I use for zsh is the theme (pure by
-sindresorhus).
-
-If anyone comes across this repository, they're free to copy/use whatever they
-find suitable.