-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.conkyi3
executable file
·23 lines (17 loc) · 1.06 KB
/
.conkyi3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/bin/sh
################################################################################
# Author: Mohamed Boughaba #
# Repository: https://github.com/mboughaba/dotfiles #
# Description: My own taste of dotfiles #
# ╔╗ ┌─┐ ┬╔╦╗┌─┐┬─┐┌─┐┬ ┬┌─┐┌┬┐ #
# ╠╩╗├┤ │║║║├─┘├┬┘│ │└┐┌┘├┤ ││ #
# ╚═╝└─┘ ┴╩ ╩┴ ┴└─└─┘ └┘ └─┘─┴┘ #
################################################################################
# Send the header so that i3bar knows we want to use JSON:
echo '{"version":1}'
# Begin the endless array.
echo '['
# We send an empty first array of blocks to make the loop simpler:
echo '[],'
# Now send blocks with information forever:
exec conky -c $HOME/.conkyrc