mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 15:01:59 +01:00
fix kubectx test
This commit is contained in:
parent
26476381aa
commit
5e992ba587
3
TODO
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,
|
||||
|
Loading…
Reference in New Issue
Block a user