mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-26 06:08:35 +01:00
fix kubectx test
This commit is contained in:
parent
26476381aa
commit
5e992ba587
3
TODO
3
TODO
@ -11,7 +11,7 @@
|
|||||||
# FIX
|
# FIX
|
||||||
- change kitty block char when unused term
|
- change kitty block char when unused term
|
||||||
- disable tooltip on waybar modules
|
- disable tooltip on waybar modules
|
||||||
- less than 25% battery color waybar
|
- kanshi reconfigure outputs on sway reload
|
||||||
|
|
||||||
# ISSUES
|
# ISSUES
|
||||||
* tiny-irc : https://github.com/osa1/tiny/issues/created_by/eoli3n
|
* tiny-irc : https://github.com/osa1/tiny/issues/created_by/eoli3n
|
||||||
@ -28,6 +28,7 @@
|
|||||||
- rclone mount service
|
- rclone mount service
|
||||||
- import pictures in shotwell
|
- import pictures in shotwell
|
||||||
- remove exec in waybar modules : https://github.com/Alexays/Waybar/issues/707
|
- remove exec in waybar modules : https://github.com/Alexays/Waybar/issues/707
|
||||||
|
- pastebinit with x0.at
|
||||||
|
|
||||||
#TEST
|
#TEST
|
||||||
* wf-recorder
|
* wf-recorder
|
||||||
|
@ -114,7 +114,7 @@
|
|||||||
"format": "<span foreground='#929292'></span> {}",
|
"format": "<span foreground='#929292'></span> {}",
|
||||||
"interval": 5,
|
"interval": 5,
|
||||||
"exec": "~/.config/waybar/modules/kubernetes.sh",
|
"exec": "~/.config/waybar/modules/kubernetes.sh",
|
||||||
"exec-if": "which kubectx kubens"
|
"exec-if": "kubectx -c > /dev/null"
|
||||||
},
|
},
|
||||||
"cpu": {
|
"cpu": {
|
||||||
"interval": 3,
|
"interval": 3,
|
||||||
|
Loading…
Reference in New Issue
Block a user