adi1090x / rofi

A huge collection of Rofi based custom Applets, Launchers & Powermenus.
GNU General Public License v3.0
6.55k stars 307 forks source link

Icon with text below #9

Closed Vietoonet closed 4 years ago

Vietoonet commented 4 years ago

In the launchpad screenshot how can you display icon with text below ?

adi1090x commented 4 years ago

you need rofi-git for this to work. use following code -

element-icon {
    size:                           65px;
    border:                         0px;
}

element-text {
    expand:                         true;
    horizontal-align:               0.5;
    vertical-align:                 0.5;
    margin:                         5px 10px 0px 10px;
}