mirror of
https://github.com/IlanCosman/tide.git
synced 2024-11-22 23:03:26 +03:00
Remove non-existant tide_time_icon
This commit is contained in:
parent
922098d3cf
commit
a85c577c81
@ -1,3 +1,3 @@
|
|||||||
function _tide_item_time
|
function _tide_item_time
|
||||||
_tide_print_item time $tide_time_icon' ' (date +$tide_time_format)
|
_tide_print_item time (date +$tide_time_format)
|
||||||
end
|
end
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
function _fake_tide_item_time
|
function _fake_tide_item_time
|
||||||
_fake_tide_print_item time $tide_time_icon' ' (date +$fake_tide_time_format)
|
_fake_tide_print_item time (date +$fake_tide_time_format)
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user