1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-22 23:12:32 +01:00

fix kubectx test

This commit is contained in:
eoli3n 2020-12-19 16:25:42 +01:00
parent 26476381aa
commit 5e992ba587
2 changed files with 3 additions and 2 deletions

3
TODO

@ -11,7 +11,7 @@
# FIX
- change kitty block char when unused term
- disable tooltip on waybar modules
- less than 25% battery color waybar
- kanshi reconfigure outputs on sway reload
# ISSUES
* tiny-irc : https://github.com/osa1/tiny/issues/created_by/eoli3n
@ -28,6 +28,7 @@
- rclone mount service
- import pictures in shotwell
- remove exec in waybar modules : https://github.com/Alexays/Waybar/issues/707
- pastebinit with x0.at
#TEST
* wf-recorder

@ -114,7 +114,7 @@
"format": "<span foreground='#929292'></span> {}",
"interval": 5,
"exec": "~/.config/waybar/modules/kubernetes.sh",
"exec-if": "which kubectx kubens"
"exec-if": "kubectx -c > /dev/null"
},
"cpu": {
"interval": 3,