PINE64
Phosh Menu and Lockscreen Icons - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120)
+--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121)
+---- Forum: Arch Linux on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=159)
+---- Thread: Phosh Menu and Lockscreen Icons (/showthread.php?tid=14588)



Phosh Menu and Lockscreen Icons - d0n601 - 08-04-2021

Can anyone point me towards the documentation on Phosh's lock screen and menu icons?

I like the icons that Manjaro Phosh is using for service indicator, battery, wifi, etc, a bit more than the default I've seen used by Arch and Mobian. I'm trying to get my Arch installation all buttoned up as a daily driver and this is one of the last (I'll be it very minor) things I'm trying to configure Smile

Thanks!


RE: Phosh Menu and Lockscreen Icons - kqlnut - 08-05-2021

(08-04-2021, 04:43 PM)d0n601 Wrote: Can anyone point me towards the documentation on Phosh's lock screen and menu icons?

I like the icons that Manjaro Phosh is using for service indicator, battery, wifi, etc, a bit more than the default I've seen used by Arch and Mobian. I'm trying to get my Arch installation all buttoned up as a daily driver and this is one of the last (I'll be it very minor) things I'm trying to configure Smile

Thanks!

The icons are included in the papirus theme, so you would have to install and activate that theme. It's explained here in the Mobian wiki.
Code:
sudo pacman -Sy papirus-icon-theme
gsettings set org.gnome.desktop.interface icon-theme 'Papirus'



RE: Phosh Menu and Lockscreen Icons - d0n601 - 08-05-2021

(08-05-2021, 12:48 AM)kqlnut Wrote:
(08-04-2021, 04:43 PM)d0n601 Wrote: Can anyone point me towards the documentation on Phosh's lock screen and menu icons?

I like the icons that Manjaro Phosh is using for service indicator, battery, wifi, etc, a bit more than the default I've seen used by Arch and Mobian. I'm trying to get my Arch installation all buttoned up as a daily driver and this is one of the last (I'll be it very minor) things I'm trying to configure Smile

Thanks!

The icons are included in the papirus theme, so you would have to install and activate that theme. It's explained here in the Mobian wiki.
Code:
sudo pacman -Sy papirus-icon-theme
gsettings set org.gnome.desktop.interface icon-theme 'Papirus'

Yep that definitely did it, fantastic. I had the Papirus-Dark-Maia icon set installed, but I'd gotten it from outside the package repo for some reason, that must have been my issue. These steps were perfect.

Thanks for the Wiki reference too.