Victor Franzi - Git Sources dotfiles / 2101857
new link for battery notifier VictorFranzi 9 years ago
3 changed file(s) with 27 addition(s) and 32 deletion(s). Raw diff Collapse all Expand all
11
22 actual="$(cat /sys/class/power_supply/BAT0/capacity)"
33
4 if [ $actual -eq "100" ] # && cat /sys/class/power_supply/BAT0/status -eq "Charging" ]
4 if [ "$actual" -eq "100" -a "$(cat /sys/class/power_supply/BAT0/status)" = "Charging" ]
55 then
66 notify-send --urgency=critical 'Batterie pleine' 'Retirez le chargeur'
77 fi
88
9 if [ $actual -le "15" ] # && cat /sys/class/power_supply/BAT0/status -eq "Discharging" ]
9 if [ "$actual" -le "15" -a "$(cat /sys/class/power_supply/BAT0/status)" = "Discharging" ]
1010 then
1111 notify-send --urgency=critical 'Batterie faible !' 'Branchez le chargeur'
1212 fi
269269 background #202020
270270
271271 # class border backgrd text
272 focused_workspace #285577 #285577 #ffffff
273 active_workspace #161616 #161616 #a5a5a5
274 inactive_workspace #545454 #545454 #a5a5a5
275 urgent_workspace #000000 #FF0000 #ffffff
272 #focused_workspace #285577 #285577 #ffffff
273 #active_workspace #161616 #161616 #a5a5a5
274 #inactive_workspace #545454 #545454 #a5a5a5
275 #urgent_workspace #000000 #FF0000 #ffffff
276 focused_workspace #202020 #202020 #418AC2
277 active_workspace #202020 #202020 #161616
278 inactive_workspace #202020 #202020 #A5A5A5
279 urgent_workspace #202020 #202020 #FF0000
276280
277281 }
278282
3838
3939 [
4040
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
4155 #IF INTERNET CONNECTED PART
4256
4357 #${if_match "${execi 120 ping -q -w 2 -c 1 90.3.245.13 > /dev/null && echo ok}"=="ok"}
5670 {"full_text":" ","color":"\#00AE58","separator":false,"separator_block_width":15},\
5771 $endif
5872
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
6773 $endif
6874
6975 #WIRED
7076 ${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},\
7379 ${else}
7480 {"full_text":" ${exec ip a | grep -A 1 ' enp3s0:' | grep ether | awk '{print $2}'}  ${addr br0}","color":"\#C5C5C5","separator":false,"separator_block_width":6},\
7581 $endif
9399 {"full_text":" ","separator":false}\
94100
95101
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},\
112103
113104
114105 #VOLUME