diff options
author | Burt P <pburt0@gmail.com> | 2019-07-07 14:09:59 -0500 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2019-07-10 12:24:36 -0700 |
commit | 561072d209aeab64e950f16bcdce602cf9ce6ad5 (patch) | |
tree | bf42f22c9086755ad549e5cbe3ba5e034473890d /modules/computer.c | |
parent | 23346a954ffb08b115cd45ea2a40f995e3441f8b (diff) |
Use SVG for distro icons
Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'modules/computer.c')
-rw-r--r-- | modules/computer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/computer.c b/modules/computer.c index faa4198e..cc3e9be3 100644 --- a/modules/computer.c +++ b/modules/computer.c @@ -552,7 +552,7 @@ gchar *callback_os(void) info_set_view_type(info, SHELL_VIEW_DETAIL); distro_icon = computer->os->distrocode - ? idle_free(g_strdup_printf("distros/%s.png", + ? idle_free(g_strdup_printf("distros/%s.svg", computer->os->distrocode)) : NULL; |