


Ice-WM Themes by blue-dxca93 3 comments

Ice-WM Themes by gregoriopiccoli

XFCE/XFWM4 Themes by krig 8 comments

Full Icon Themes by vinceliuice 288 comments

GTK3/4 Themes by paulxfce 257 comments
XFCE user here :) - Sep 19 2019

GTK3/4 Themes by paulxfce 257 comments

GTK3/4 Themes by rtl88 28 comments

GTK3/4 Themes by rtl88 28 comments
Create a little script with "zenity" dialog which has radio buttons, see example below.
In this type of dialog, the radio buttons are not visible with your GTK theme, and the OK, Cancel buttons have no outline.
```
#!/bin/bash
#
# displays a dialog to choose an option -- sample
#
#
folder=
player=$(zenity --list --text "Choose a Player" --radiolist --column "Selected" --column "Player" --column "Code" --hide-column=3 --print-column=3 \
--width=400 --height=300 \
TRUE audacious 1 \
FALSE VLC 2 \
)
case $player in
1)
# do nothing yet
;;
2)
# do nothing yet
;;
*)
#zenity --error --text="You didn't choose any player."
exit 1
esac
``` - Sep 19 2019

XFCE/XFWM4 Themes by cybercop 4 comments

XFCE/XFWM4 Themes by Leinnan 2 comments

Full Icon Themes by m3tti 1 comment

Full Icon Themes by malys777 37 comments
I got really scared -- cause I don't want anything to do with gnome3 or unity... but I LIKE your icons very much.
- Mar 25 2012

Full Icon Themes by malys777 37 comments

GTK3/4 Themes
by
paulxfce

GTK3/4 Themes
by
rtl88