38 | 38 |
|
39 | 39 |
[
|
40 | 40 |
|
|
41 |
|
|
42 |
#MUSIC
|
|
43 |
${if_match "${exec mpc -f %artist% | head -n 1 | grep -v 'consume: off'| sed 's/\\n//g'}"==""}\
|
|
44 |
{"full_text":" ","color":"\#00AE58","separator":false,"separator_block_width":6, "min_width": 600, "align": "left"},\
|
|
45 |
${else}
|
|
46 |
${if_match "${exec mpc status | egrep 'paused|playing' | cut -d" " -f1}"=="[playing]"}\
|
|
47 |
{"full_text": " ${exec echo $(mpc -f "%artist%" | head -n 1 | head -c 40 | cut -d"%" -f1) - $(mpc -f "%title%" | head -n 1 | head -c 40 | cut -d"%" -f1)} ","color":"\#C5C5C5","separator":false,"separator_block_width":6, "min_width": 600, "align": "right"},\
|
|
48 |
${else}
|
|
49 |
{"full_text": " ${exec echo $(mpc -f "%artist%" | head -n 1 | head -c 40 | cut -d"%" -f1) - $(mpc -f "%title%" | head -n 1 | head -c 40 | cut -d"%" -f1)} ","color":"\#C5C5C5","separator":false,"separator_block_width":6,"min_width": 600, "align": "right"},\
|
|
50 |
$endif
|
|
51 |
#SEPARATOR
|
|
52 |
$endif
|
|
53 |
|
|
54 |
|
41 | 55 |
#IF INTERNET CONNECTED PART
|
42 | 56 |
|
43 | 57 |
#${if_match "${execi 120 ping -q -w 2 -c 1 90.3.245.13 > /dev/null && echo ok}"=="ok"}
|
|
56 | 70 |
{"full_text":" ","color":"\#00AE58","separator":false,"separator_block_width":15},\
|
57 | 71 |
$endif
|
58 | 72 |
|
59 | |
#WEATHER
|
60 | |
#{"full_text":"${execi 1800 ~/.config/i3/weather.sh | cut -d' ' -f1}","color":"\#C5C5C5","separator":false,"separator_block_width":0},\
|
61 | |
#{"full_text":" ","color":"\#00AE58","separator":false,"separator_block_width":6},\
|
62 | |
#{"full_text":" ${execi 1800 ~/.config/i3/weather.sh | cut -d' ' -f2}","color":"\#4285F4","separator":false,"separator_block_width":0},\
|
63 | |
#{"full_text":" ","color":"\#00AE58","separator":false,"separator_block_width":6},\
|
64 | |
#{"full_text":" ${execi 1800 ~/.config/i3/weather.sh | cut -d' ' -f3}","color":"\#C5C5C5","separator":false,"separator_block_width":0},\
|
65 | |
#{"full_text":" ","color":"\#00AE58","separator":false,"separator_block_width":20},\
|
66 | |
|
67 | 73 |
$endif
|
68 | 74 |
|
69 | 75 |
#WIRED
|
70 | 76 |
${if_match "${addr enp3s0}" != "No Address" }\
|
71 | |
${if_match "${exec ip a | grep -A 1 ' enp3s0:' | grep ether | awk '{print $2}'}" == "${exec cat ~/.i3/mac_orig}" }\
|
72 | |
{"full_text":"ORIG ${addr br0}","color":"\#C5C5C5","separator":false,"separator_block_width":6},\
|
|
77 |
${if_match "${exec ip a | grep -A 1 ' enp3s0:' | grep ether | awk '{print $2}'}" == "${exec cat ~/.config/i3/mac_orig}" }\
|
|
78 |
{"full_text":"ORIG ${addr enp3s0}","color":"\#C5C5C5","separator":false,"separator_block_width":6},\
|
73 | 79 |
${else}
|
74 | 80 |
{"full_text":" ${exec ip a | grep -A 1 ' enp3s0:' | grep ether | awk '{print $2}'} ${addr br0}","color":"\#C5C5C5","separator":false,"separator_block_width":6},\
|
75 | 81 |
$endif
|
|
93 | 99 |
{"full_text":" ","separator":false}\
|
94 | 100 |
|
95 | 101 |
|
96 | |
${execi 120 ~/.config/i3/bat.sh},\
|
97 | |
|
98 | |
#MUSIC
|
99 | |
|
100 | |
#${if_match "${exec mpc -f %artist% | head -n 1 | grep -v 'consume: off'| sed 's/\\n//g'}"==""}\
|
101 | |
#{"full_text":" ","color":"\#00AE58","separator":false,"separator_block_width":6, "min_width": 600, "align": "left"}\
|
102 | |
#${else}
|
103 | |
# ${if_match "${exec mpc status | egrep 'paused|playing' | cut -d" " -f1}"=="[playing]"}\
|
104 | |
# {"full_text": " ${exec echo $(mpc -f "%artist%" | head -n 1 | head -c 40 | cut -d"%" -f1) - $(mpc -f "%title%" | head -n 1 | head -c 40 | cut -d"%" -f1)} ","color":"\#C5C5C5","separator":false,"separator_block_width":6, "min_width": 600, "align": "right"}\
|
105 | |
# ${else}
|
106 | |
# {"full_text": " ${exec echo $(mpc -f "%artist%" | head -n 1 | head -c 40 | cut -d"%" -f1) - $(mpc -f "%title%" | head -n 1 | head -c 40 | cut -d"%" -f1)} ","color":"\#C5C5C5","separator":false,"separator_block_width":6,"min_width": 600, "align": "right"},\
|
107 | |
# $endif
|
108 | |
#SEPARATOR
|
109 | |
#$endif
|
110 | |
|
111 | |
|
|
102 |
${execi 120 ~/bin/bat.sh},\
|
112 | 103 |
|
113 | 104 |
|
114 | 105 |
#VOLUME
|