diff options
author | William Carroll <wpcarro@gmail.com> | 2019-03-06T17·02+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2019-03-06T17·02+0000 |
commit | 69516a41bc9a54b32521e8da5bdc78e01b09c7ae (patch) | |
tree | 90ba29169c79641cf16c3257f44809f533d884ff /configs/linux/misc/.config | |
parent | abcdf22fb4455467544d11d7ba2b60b3f1210c4c (diff) |
Support additional config files
Lucky me. More configuration!
Diffstat (limited to 'configs/linux/misc/.config')
-rw-r--r-- | configs/linux/misc/.config/i3status/config | 29 | ||||
-rw-r--r-- | configs/linux/misc/.config/rofi/config | 1 |
2 files changed, 30 insertions, 0 deletions
diff --git a/configs/linux/misc/.config/i3status/config b/configs/linux/misc/.config/i3status/config new file mode 100644 index 000000000000..92bde63b90b1 --- /dev/null +++ b/configs/linux/misc/.config/i3status/config @@ -0,0 +1,29 @@ +general { + markup = "pango" + separator = " " + colors = true +} + +order += "disk /" +order += "time" +order += "tztime est" +order += "tztime pst" + +disk "/" { + prefix_type = "decimal" + format = "%free free | %avail available | %total total" +} + +time { + format = "%d/%m/%Y %H:%M" +} + +tztime est { + format = "%H:%M EST" + timezone = "US/Eastern" +} + +tztime pst { + format = "%H:%M PST" + timezone = "US/Pacific" +} \ No newline at end of file diff --git a/configs/linux/misc/.config/rofi/config b/configs/linux/misc/.config/rofi/config new file mode 100644 index 000000000000..3bc0a7cab04e --- /dev/null +++ b/configs/linux/misc/.config/rofi/config @@ -0,0 +1 @@ +rofi.theme: /usr/share/rofi/themes//lb.rasi |