I3

Rofi 圖示未顯示在 void-linux + i3 + Papirus 圖示主題上

  • June 19, 2019

安裝papirus-icon-theme包後,我設置 rofi 配置如下:

rofi.theme: ~/.vendor/gruvbox-rofi/gruvbox-dark.rasi
rofi.show-icons: true

在 rofi 啟動時,我可以看到應用程序圖示的空間,但什麼也沒有出現。

但圖示主題似乎很好檢測:

❯ screenfetch -n
sullivan@sweethome
OS: Void Linux 
Kernel: x86_64 Linux 4.19.27_1
Uptime: 1h 51m
Packages: 663
Shell: zsh 5.7.1
Resolution: 1920x1080
WM: i3
GTK Theme: gnome [GTK2/3]
Icon Theme: Papirus
Font: Sans 10
CPU: Intel Core i7-6700 @ 8x 4GHz [61.0°C]
GPU: GeForce GTX 970
RAM: 4869MiB / 15967MiB

我也添加了rofi.icon-theme: Papirus沒有成功。

我錯過了什麼?我很確定我不必安裝一個完整的桌面環境來讓它工作,但我真的不知道還能做什麼。

rofi 使用 i3 啟動的方式:

bindsym $mod+d exec rofi -show run

Rofi 目前版本:

❯ rofi -version
Version: 1.5.2

謝謝

而不是 ‘run’ 使用 ‘drun’ 代替。

應該看起來像:

bindsym $mod+d exec rofi -show drun

引用自:https://unix.stackexchange.com/questions/506670