├── Conky ├── Fresh │ ├── Fresh.conf │ ├── fonts │ │ ├── Comfortaa-Bold.ttf │ │ ├── Comfortaa-Light.ttf │ │ ├── Comfortaa-Regular.ttf │ │ └── beckman.zip │ ├── icons │ │ └── JDWS-02 │ │ │ ├── 01d.svg │ │ │ ├── 01n.svg │ │ │ ├── 02d.svg │ │ │ ├── 02n.svg │ │ │ ├── 03d.svg │ │ │ ├── 03n.svg │ │ │ ├── 04d.svg │ │ │ ├── 04n.svg │ │ │ ├── 09d.svg │ │ │ ├── 09n.svg │ │ │ ├── 10d.svg │ │ │ ├── 10n.svg │ │ │ ├── 11d.svg │ │ │ ├── 11n.svg │ │ │ ├── 13d.svg │ │ │ ├── 13n.svg │ │ │ ├── 50d.svg │ │ │ ├── 50n.svg │ │ │ ├── jdwi-clear-day.svg │ │ │ ├── jdwi-clear-night.svg │ │ │ ├── jdwi-cloudy-day.svg │ │ │ ├── jdwi-cloudy-night.svg │ │ │ ├── jdwi-cloudy.svg │ │ │ ├── jdwi-fog-day.svg │ │ │ ├── jdwi-fog-night.svg │ │ │ ├── jdwi-fog.svg │ │ │ ├── jdwi-partly-cloudy-day.svg │ │ │ ├── jdwi-partly-cloudy-night.svg │ │ │ ├── jdwi-rain-day.svg │ │ │ ├── jdwi-rain-night.svg │ │ │ ├── jdwi-rain.svg │ │ │ ├── jdwi-sleet-day.svg │ │ │ ├── jdwi-sleet-night.svg │ │ │ ├── jdwi-sleet.svg │ │ │ ├── jdwi-snow-day.svg │ │ │ ├── jdwi-snow-night.svg │ │ │ ├── jdwi-snow.svg │ │ │ ├── jdwi-storm-day.svg │ │ │ ├── jdwi-storm-night.svg │ │ │ ├── jdwi-storm.svg │ │ │ ├── jdwi-unknown.svg │ │ │ └── jdwi-windy.svg │ ├── res │ │ ├── green.svg │ │ ├── spiderman.svg │ │ └── white.svg │ ├── scripts │ │ ├── weather-icon.sh │ │ └── weather.sh │ └── start.sh ├── Fresh_Italiano │ ├── Fresh.conf │ ├── fonts │ │ ├── Comfortaa-Bold.ttf │ │ ├── Comfortaa-Light.ttf │ │ ├── Comfortaa-Regular.ttf │ │ └── beckman.zip │ ├── icons │ │ └── JDWS-02 │ │ │ ├── 01d.svg │ │ │ ├── 01n.svg │ │ │ ├── 02d.svg │ │ │ ├── 02n.svg │ │ │ ├── 03d.svg │ │ │ ├── 03n.svg │ │ │ ├── 04d.svg │ │ │ ├── 04n.svg │ │ │ ├── 09d.svg │ │ │ ├── 09n.svg │ │ │ ├── 10d.svg │ │ │ ├── 10n.svg │ │ │ ├── 11d.svg │ │ │ ├── 11n.svg │ │ │ ├── 13d.svg │ │ │ ├── 13n.svg │ │ │ ├── 50d.svg │ │ │ ├── 50n.svg │ │ │ ├── dark │ │ │ ├── 01d.png │ │ │ ├── 01n.png │ │ │ ├── 02d.png │ │ │ ├── 02n.png │ │ │ ├── 03d.png │ │ │ ├── 03n.png │ │ │ ├── 04d.png │ │ │ ├── 04n.png │ │ │ ├── 09d.png │ │ │ ├── 09n.png │ │ │ ├── 10d.png │ │ │ ├── 10n.png │ │ │ ├── 11d.png │ │ │ ├── 11n.png │ │ │ ├── 13d.png │ │ │ ├── 13n.png │ │ │ ├── 50d.png │ │ │ ├── 50n.png │ │ │ ├── Copia di 02n.png │ │ │ ├── jdwi-clear-day.png │ │ │ ├── jdwi-clear-night.png │ │ │ ├── jdwi-cloudy-day.png │ │ │ ├── jdwi-cloudy-night.png │ │ │ ├── jdwi-cloudy.png │ │ │ ├── jdwi-fog-day.png │ │ │ ├── jdwi-fog-night.png │ │ │ ├── jdwi-fog.png │ │ │ ├── jdwi-partly-cloudy-day.png │ │ │ ├── jdwi-partly-cloudy-night.png │ │ │ ├── jdwi-rain-day.png │ │ │ ├── jdwi-rain-night.png │ │ │ ├── jdwi-rain.png │ │ │ ├── jdwi-sleet-day.png │ │ │ ├── jdwi-sleet-night.png │ │ │ ├── jdwi-sleet.png │ │ │ ├── jdwi-snow-day.png │ │ │ ├── jdwi-snow-night.png │ │ │ ├── jdwi-snow.png │ │ │ ├── jdwi-storm-day.png │ │ │ ├── jdwi-storm-night.png │ │ │ ├── jdwi-storm.png │ │ │ ├── jdwi-unknown.png │ │ │ └── jdwi-windy.png │ │ │ ├── jdwi-clear-day.svg │ │ │ ├── jdwi-clear-night.svg │ │ │ ├── jdwi-cloudy-day.svg │ │ │ ├── jdwi-cloudy-night.svg │ │ │ ├── jdwi-cloudy.svg │ │ │ ├── jdwi-fog-day.svg │ │ │ ├── jdwi-fog-night.svg │ │ │ ├── jdwi-fog.svg │ │ │ ├── jdwi-partly-cloudy-day.svg │ │ │ ├── jdwi-partly-cloudy-night.svg │ │ │ ├── jdwi-rain-day.svg │ │ │ ├── jdwi-rain-night.svg │ │ │ ├── jdwi-rain.svg │ │ │ ├── jdwi-sleet-day.svg │ │ │ ├── jdwi-sleet-night.svg │ │ │ ├── jdwi-sleet.svg │ │ │ ├── jdwi-snow-day.svg │ │ │ ├── jdwi-snow-night.svg │ │ │ ├── jdwi-snow.svg │ │ │ ├── jdwi-storm-day.svg │ │ │ ├── jdwi-storm-night.svg │ │ │ ├── jdwi-storm.svg │ │ │ ├── jdwi-unknown.svg │ │ │ ├── jdwi-windy.svg │ │ │ └── svg │ │ │ ├── 01d.svg │ │ │ ├── 01n.svg │ │ │ ├── 02d.svg │ │ │ ├── 02n.svg │ │ │ ├── 03d.svg │ │ │ ├── 03n.svg │ │ │ ├── 04d.svg │ │ │ ├── 04n.svg │ │ │ ├── 09d.svg │ │ │ ├── 09n.svg │ │ │ ├── 100.svg │ │ │ ├── 10d.svg │ │ │ ├── 10n.svg │ │ │ ├── 11d.svg │ │ │ ├── 11n.svg │ │ │ ├── 13d.svg │ │ │ ├── 13n.svg │ │ │ ├── 50d.svg │ │ │ ├── 50n.svg │ │ │ ├── 99.svg │ │ │ ├── changecolor.sh │ │ │ ├── jdwi-clear-day.svg │ │ │ ├── jdwi-clear-night.svg │ │ │ ├── jdwi-cloudy-day.svg │ │ │ ├── jdwi-cloudy-night.svg │ │ │ ├── jdwi-cloudy.svg │ │ │ ├── jdwi-fog-day.svg │ │ │ ├── jdwi-fog-night.svg │ │ │ ├── jdwi-fog.svg │ │ │ ├── jdwi-partly-cloudy-day.svg │ │ │ ├── jdwi-partly-cloudy-night.svg │ │ │ ├── jdwi-rain-day.svg │ │ │ ├── jdwi-rain-night.svg │ │ │ ├── jdwi-rain.svg │ │ │ ├── jdwi-sleet-day.svg │ │ │ ├── jdwi-sleet-night.svg │ │ │ ├── jdwi-sleet.svg │ │ │ ├── jdwi-snow-day.svg │ │ │ ├── jdwi-snow-night.svg │ │ │ ├── jdwi-snow.svg │ │ │ ├── jdwi-storm-day.svg │ │ │ ├── jdwi-storm-night.svg │ │ │ ├── jdwi-storm.svg │ │ │ ├── jdwi-unknown.svg │ │ │ ├── jdwi-windy.svg │ │ │ ├── weather13.svg │ │ │ ├── weather19.svg │ │ │ ├── weather20.svg │ │ │ ├── weather21.svg │ │ │ ├── weather22.svg │ │ │ ├── weather23.svg │ │ │ ├── weather24.svg │ │ │ ├── weather25.svg │ │ │ ├── weather3.svg │ │ │ └── weather8.svg │ ├── res │ │ ├── disegno.svgz │ │ ├── green.svg │ │ ├── spiderman.svg │ │ └── white.svg │ ├── scripts │ │ ├── weather-icon.sh │ │ └── weather.sh │ └── start.sh ├── Fresh_light │ ├── Fresh.conf │ ├── fonts │ │ ├── Comfortaa-Bold.ttf │ │ ├── Comfortaa-Light.ttf │ │ ├── Comfortaa-Regular.ttf │ │ └── beckman.zip │ ├── icons │ │ └── JDWS-02 │ │ │ ├── 01d.svg │ │ │ ├── 01n.svg │ │ │ ├── 02d.svg │ │ │ ├── 02n.svg │ │ │ ├── 03d.svg │ │ │ ├── 03n.svg │ │ │ ├── 04d.svg │ │ │ ├── 04n.svg │ │ │ ├── 09d.svg │ │ │ ├── 09n.svg │ │ │ ├── 10d.svg │ │ │ ├── 10n.svg │ │ │ ├── 11d.svg │ │ │ ├── 11n.svg │ │ │ ├── 13d.svg │ │ │ ├── 13n.svg │ │ │ ├── 50d.svg │ │ │ ├── 50n.svg │ │ │ ├── dark │ │ │ ├── 01d.png │ │ │ ├── 01n.png │ │ │ ├── 02d.png │ │ │ ├── 02n.png │ │ │ ├── 03d.png │ │ │ ├── 03n.png │ │ │ ├── 04d.png │ │ │ ├── 04n.png │ │ │ ├── 09d.png │ │ │ ├── 09n.png │ │ │ ├── 10d.png │ │ │ ├── 10n.png │ │ │ ├── 11d.png │ │ │ ├── 11n.png │ │ │ ├── 13d.png │ │ │ ├── 13n.png │ │ │ ├── 50d.png │ │ │ ├── 50n.png │ │ │ ├── Copia di 02n.png │ │ │ ├── jdwi-clear-day.png │ │ │ ├── jdwi-clear-night.png │ │ │ ├── jdwi-cloudy-day.png │ │ │ ├── jdwi-cloudy-night.png │ │ │ ├── jdwi-cloudy.png │ │ │ ├── jdwi-fog-day.png │ │ │ ├── jdwi-fog-night.png │ │ │ ├── jdwi-fog.png │ │ │ ├── jdwi-partly-cloudy-day.png │ │ │ ├── jdwi-partly-cloudy-night.png │ │ │ ├── jdwi-rain-day.png │ │ │ ├── jdwi-rain-night.png │ │ │ ├── jdwi-rain.png │ │ │ ├── jdwi-sleet-day.png │ │ │ ├── jdwi-sleet-night.png │ │ │ ├── jdwi-sleet.png │ │ │ ├── jdwi-snow-day.png │ │ │ ├── jdwi-snow-night.png │ │ │ ├── jdwi-snow.png │ │ │ ├── jdwi-storm-day.png │ │ │ ├── jdwi-storm-night.png │ │ │ ├── jdwi-storm.png │ │ │ ├── jdwi-unknown.png │ │ │ └── jdwi-windy.png │ │ │ ├── jdwi-clear-day.svg │ │ │ ├── jdwi-clear-night.svg │ │ │ ├── jdwi-cloudy-day.svg │ │ │ ├── jdwi-cloudy-night.svg │ │ │ ├── jdwi-cloudy.svg │ │ │ ├── jdwi-fog-day.svg │ │ │ ├── jdwi-fog-night.svg │ │ │ ├── jdwi-fog.svg │ │ │ ├── jdwi-partly-cloudy-day.svg │ │ │ ├── jdwi-partly-cloudy-night.svg │ │ │ ├── jdwi-rain-day.svg │ │ │ ├── jdwi-rain-night.svg │ │ │ ├── jdwi-rain.svg │ │ │ ├── jdwi-sleet-day.svg │ │ │ ├── jdwi-sleet-night.svg │ │ │ ├── jdwi-sleet.svg │ │ │ ├── jdwi-snow-day.svg │ │ │ ├── jdwi-snow-night.svg │ │ │ ├── jdwi-snow.svg │ │ │ ├── jdwi-storm-day.svg │ │ │ ├── jdwi-storm-night.svg │ │ │ ├── jdwi-storm.svg │ │ │ ├── jdwi-unknown.svg │ │ │ ├── jdwi-windy.svg │ │ │ └── svg │ │ │ ├── 01d.svg │ │ │ ├── 01n.svg │ │ │ ├── 02d.svg │ │ │ ├── 02n.svg │ │ │ ├── 03d.svg │ │ │ ├── 03n.svg │ │ │ ├── 04d.svg │ │ │ ├── 04n.svg │ │ │ ├── 09d.svg │ │ │ ├── 09n.svg │ │ │ ├── 100.svg │ │ │ ├── 10d.svg │ │ │ ├── 10n.svg │ │ │ ├── 11d.svg │ │ │ ├── 11n.svg │ │ │ ├── 13d.svg │ │ │ ├── 13n.svg │ │ │ ├── 50d.svg │ │ │ ├── 50n.svg │ │ │ ├── 99.svg │ │ │ ├── changecolor.sh │ │ │ ├── jdwi-clear-day.svg │ │ │ ├── jdwi-clear-night.svg │ │ │ ├── jdwi-cloudy-day.svg │ │ │ ├── jdwi-cloudy-night.svg │ │ │ ├── jdwi-cloudy.svg │ │ │ ├── jdwi-fog-day.svg │ │ │ ├── jdwi-fog-night.svg │ │ │ ├── jdwi-fog.svg │ │ │ ├── jdwi-partly-cloudy-day.svg │ │ │ ├── jdwi-partly-cloudy-night.svg │ │ │ ├── jdwi-rain-day.svg │ │ │ ├── jdwi-rain-night.svg │ │ │ ├── jdwi-rain.svg │ │ │ ├── jdwi-sleet-day.svg │ │ │ ├── jdwi-sleet-night.svg │ │ │ ├── jdwi-sleet.svg │ │ │ ├── jdwi-snow-day.svg │ │ │ ├── jdwi-snow-night.svg │ │ │ ├── jdwi-snow.svg │ │ │ ├── jdwi-storm-day.svg │ │ │ ├── jdwi-storm-night.svg │ │ │ ├── jdwi-storm.svg │ │ │ ├── jdwi-unknown.svg │ │ │ ├── jdwi-windy.svg │ │ │ ├── weather13.svg │ │ │ ├── weather19.svg │ │ │ ├── weather20.svg │ │ │ ├── weather21.svg │ │ │ ├── weather22.svg │ │ │ ├── weather23.svg │ │ │ ├── weather24.svg │ │ │ ├── weather25.svg │ │ │ ├── weather3.svg │ │ │ └── weather8.svg │ ├── res │ │ ├── light_green.png │ │ ├── light_green.svg │ │ ├── spiderman.svg │ │ ├── white.png │ │ └── white.svg │ ├── scripts │ │ ├── weather-icon.sh │ │ └── weather.sh │ └── start.sh ├── Fresh_light_Italiano │ ├── Izar.conf │ ├── fonts │ │ ├── Comfortaa-Bold.ttf │ │ ├── Comfortaa-Light.ttf │ │ ├── Comfortaa-Regular.ttf │ │ └── beckman.zip │ ├── icons │ │ └── JDWS-02 │ │ │ ├── 01d.svg │ │ │ ├── 01n.svg │ │ │ ├── 02d.svg │ │ │ ├── 02n.svg │ │ │ ├── 03d.svg │ │ │ ├── 03n.svg │ │ │ ├── 04d.svg │ │ │ ├── 04n.svg │ │ │ ├── 09d.svg │ │ │ ├── 09n.svg │ │ │ ├── 10d.svg │ │ │ ├── 10n.svg │ │ │ ├── 11d.svg │ │ │ ├── 11n.svg │ │ │ ├── 13d.svg │ │ │ ├── 13n.svg │ │ │ ├── 50d.svg │ │ │ ├── 50n.svg │ │ │ ├── dark │ │ │ ├── 01d.png │ │ │ ├── 01n.png │ │ │ ├── 02d.png │ │ │ ├── 02n.png │ │ │ ├── 03d.png │ │ │ ├── 03n.png │ │ │ ├── 04d.png │ │ │ ├── 04n.png │ │ │ ├── 09d.png │ │ │ ├── 09n.png │ │ │ ├── 10d.png │ │ │ ├── 10n.png │ │ │ ├── 11d.png │ │ │ ├── 11n.png │ │ │ ├── 13d.png │ │ │ ├── 13n.png │ │ │ ├── 50d.png │ │ │ ├── 50n.png │ │ │ ├── Copia di 02n.png │ │ │ ├── jdwi-clear-day.png │ │ │ ├── jdwi-clear-night.png │ │ │ ├── jdwi-cloudy-day.png │ │ │ ├── jdwi-cloudy-night.png │ │ │ ├── jdwi-cloudy.png │ │ │ ├── jdwi-fog-day.png │ │ │ ├── jdwi-fog-night.png │ │ │ ├── jdwi-fog.png │ │ │ ├── jdwi-partly-cloudy-day.png │ │ │ ├── jdwi-partly-cloudy-night.png │ │ │ ├── jdwi-rain-day.png │ │ │ ├── jdwi-rain-night.png │ │ │ ├── jdwi-rain.png │ │ │ ├── jdwi-sleet-day.png │ │ │ ├── jdwi-sleet-night.png │ │ │ ├── jdwi-sleet.png │ │ │ ├── jdwi-snow-day.png │ │ │ ├── jdwi-snow-night.png │ │ │ ├── jdwi-snow.png │ │ │ ├── jdwi-storm-day.png │ │ │ ├── jdwi-storm-night.png │ │ │ ├── jdwi-storm.png │ │ │ ├── jdwi-unknown.png │ │ │ └── jdwi-windy.png │ │ │ ├── jdwi-clear-day.svg │ │ │ ├── jdwi-clear-night.svg │ │ │ ├── jdwi-cloudy-day.svg │ │ │ ├── jdwi-cloudy-night.svg │ │ │ ├── jdwi-cloudy.svg │ │ │ ├── jdwi-fog-day.svg │ │ │ ├── jdwi-fog-night.svg │ │ │ ├── jdwi-fog.svg │ │ │ ├── jdwi-partly-cloudy-day.svg │ │ │ ├── jdwi-partly-cloudy-night.svg │ │ │ ├── jdwi-rain-day.svg │ │ │ ├── jdwi-rain-night.svg │ │ │ ├── jdwi-rain.svg │ │ │ ├── jdwi-sleet-day.svg │ │ │ ├── jdwi-sleet-night.svg │ │ │ ├── jdwi-sleet.svg │ │ │ ├── jdwi-snow-day.svg │ │ │ ├── jdwi-snow-night.svg │ │ │ ├── jdwi-snow.svg │ │ │ ├── jdwi-storm-day.svg │ │ │ ├── jdwi-storm-night.svg │ │ │ ├── jdwi-storm.svg │ │ │ ├── jdwi-unknown.svg │ │ │ ├── jdwi-windy.svg │ │ │ └── svg │ │ │ ├── 01d.svg │ │ │ ├── 01n.svg │ │ │ ├── 02d.svg │ │ │ ├── 02n.svg │ │ │ ├── 03d.svg │ │ │ ├── 03n.svg │ │ │ ├── 04d.svg │ │ │ ├── 04n.svg │ │ │ ├── 09d.svg │ │ │ ├── 09n.svg │ │ │ ├── 100.svg │ │ │ ├── 10d.svg │ │ │ ├── 10n.svg │ │ │ ├── 11d.svg │ │ │ ├── 11n.svg │ │ │ ├── 13d.svg │ │ │ ├── 13n.svg │ │ │ ├── 50d.svg │ │ │ ├── 50n.svg │ │ │ ├── 99.svg │ │ │ ├── changecolor.sh │ │ │ ├── jdwi-clear-day.svg │ │ │ ├── jdwi-clear-night.svg │ │ │ ├── jdwi-cloudy-day.svg │ │ │ ├── jdwi-cloudy-night.svg │ │ │ ├── jdwi-cloudy.svg │ │ │ ├── jdwi-fog-day.svg │ │ │ ├── jdwi-fog-night.svg │ │ │ ├── jdwi-fog.svg │ │ │ ├── jdwi-partly-cloudy-day.svg │ │ │ ├── jdwi-partly-cloudy-night.svg │ │ │ ├── jdwi-rain-day.svg │ │ │ ├── jdwi-rain-night.svg │ │ │ ├── jdwi-rain.svg │ │ │ ├── jdwi-sleet-day.svg │ │ │ ├── jdwi-sleet-night.svg │ │ │ ├── jdwi-sleet.svg │ │ │ ├── jdwi-snow-day.svg │ │ │ ├── jdwi-snow-night.svg │ │ │ ├── jdwi-snow.svg │ │ │ ├── jdwi-storm-day.svg │ │ │ ├── jdwi-storm-night.svg │ │ │ ├── jdwi-storm.svg │ │ │ ├── jdwi-unknown.svg │ │ │ ├── jdwi-windy.svg │ │ │ ├── weather13.svg │ │ │ ├── weather19.svg │ │ │ ├── weather20.svg │ │ │ ├── weather21.svg │ │ │ ├── weather22.svg │ │ │ ├── weather23.svg │ │ │ ├── weather24.svg │ │ │ ├── weather25.svg │ │ │ ├── weather3.svg │ │ │ └── weather8.svg │ ├── res │ │ ├── light_green.png │ │ ├── light_green.svg │ │ ├── spiderman.svg │ │ ├── white.png │ │ └── white.svg │ ├── scripts │ │ ├── weather-icon.sh │ │ └── weather.sh │ └── start.sh ├── Regulus │ ├── Regulus.conf │ ├── Regulus.conf.png │ ├── fonts │ │ ├── BebasNeue-Regular.ttf │ │ ├── HelveticaNeue Light.ttf │ │ ├── Material.ttf │ │ └── NanumGothic-Regular.ttf │ ├── icons │ │ ├── headphones-3-512.png │ │ └── spotify-512.png │ ├── last_cover_id.txt │ ├── scripts │ │ └── spotify │ │ │ ├── album.sh │ │ │ ├── artist.sh │ │ │ ├── cover.sh │ │ │ ├── id.sh │ │ │ ├── imgurl.sh │ │ │ ├── status.sh │ │ │ ├── title.sh │ │ │ └── year.sh │ └── start.sh └── Regulus_light │ ├── Box.png │ ├── Box1.png │ ├── Regulus.conf │ ├── Regulus.conf.png │ ├── bg-tile-regspot.png │ ├── current │ └── current.png │ ├── fonts │ ├── BebasNeue-Regular.ttf │ ├── HelveticaNeue Light.ttf │ ├── Material.ttf │ └── NanumGothic-Regular.ttf │ ├── icons │ ├── b7a9c2 │ │ ├── 01d.png │ │ ├── 01n.png │ │ ├── 02d.png │ │ ├── 02n.png │ │ ├── 03d.png │ │ ├── 03n.png │ │ ├── 04d.png │ │ ├── 04n.png │ │ ├── 09d.png │ │ ├── 09n.png │ │ ├── 10d.png │ │ ├── 10n.png │ │ ├── 11d.png │ │ ├── 11n.png │ │ ├── 13d.png │ │ └── 13n.png │ ├── headphones-3-512.png │ ├── spotify-512.png │ └── white3 │ │ ├── 01d.png │ │ ├── 01n.png │ │ ├── 02d.png │ │ ├── 02n.png │ │ ├── 03d.png │ │ ├── 03n.png │ │ ├── 04d.png │ │ ├── 04n.png │ │ ├── 09d.png │ │ ├── 09n.png │ │ ├── 10d.png │ │ ├── 10n.png │ │ ├── 11d.png │ │ ├── 11n.png │ │ ├── 13d.png │ │ └── 13n.png │ ├── last_cover_id.txt │ ├── rings-v1.2.1.lua │ ├── scripts │ └── spotify │ │ ├── album.sh │ │ ├── artist.sh │ │ ├── cover.sh │ │ ├── id.sh │ │ ├── imgurl.sh │ │ ├── status.sh │ │ ├── title.sh │ │ └── year.sh │ └── start.sh ├── Discord └── Nature.theme.css ├── Firefox_UserChrome ├── components │ └── variables.css ├── userChrome.css └── userContent.css ├── Folder Icons ├── Dark_Folder │ ├── Places │ │ ├── 16 │ │ │ ├── bookmark-missing.svg │ │ │ ├── changecolor.sh │ │ │ ├── folder-activities.svg │ │ │ ├── folder-apple.svg │ │ │ ├── folder-apps.svg │ │ │ ├── folder-bookmark.svg │ │ │ ├── folder-cd.svg │ │ │ ├── folder-copy-cloud.svg │ │ │ ├── folder-decrypted.svg │ │ │ ├── folder-development.svg │ │ │ ├── folder-documents.svg │ │ │ ├── folder-download.svg │ │ │ ├── folder-dropbox.svg │ │ │ ├── folder-games.svg │ │ │ ├── folder-git.svg │ │ │ ├── folder-github.svg │ │ │ ├── folder-gitlab.svg │ │ │ ├── folder-gnome.svg │ │ │ ├── folder-google-drive.svg │ │ │ ├── folder-image-people.svg │ │ │ ├── folder-important.svg │ │ │ ├── folder-java.svg │ │ │ ├── folder-linux.svg │ │ │ ├── folder-locked.svg │ │ │ ├── folder-mail-cloud.svg │ │ │ ├── folder-mail.svg │ │ │ ├── folder-mega.svg │ │ │ ├── folder-meocloud.svg │ │ │ ├── folder-music.svg │ │ │ ├── folder-network.svg │ │ │ ├── folder-open.svg │ │ │ ├── folder-owncloud.svg │ │ │ ├── folder-pcloud.svg │ │ │ ├── folder-photo.svg │ │ │ ├── folder-pictures.svg │ │ │ ├── folder-print.svg │ │ │ ├── folder-private.svg │ │ │ ├── folder-publicshare.svg │ │ │ ├── folder-remote.svg │ │ │ ├── folder-root.svg │ │ │ ├── folder-saved-search.svg │ │ │ ├── folder-script.svg │ │ │ ├── folder-steam.svg │ │ │ ├── folder-tar.svg │ │ │ ├── folder-temp.svg │ │ │ ├── folder-templates.svg │ │ │ ├── folder-torrent.svg │ │ │ ├── folder-unlocked.svg │ │ │ ├── folder-vbox.svg │ │ │ ├── folder-video.svg │ │ │ ├── folder-visiting.svg │ │ │ ├── folder-wifi.svg │ │ │ ├── folder-wine.svg │ │ │ ├── folder-yandex-disk.svg │ │ │ ├── folder.svg │ │ │ ├── network-server-database.svg │ │ │ ├── stock_folder.svg │ │ │ ├── user-desktop.svg │ │ │ ├── user-home.svg │ │ │ ├── user-trash-full.svg │ │ │ └── user-trash.svg │ │ ├── 22 │ │ │ ├── bookmark-missing.svg │ │ │ ├── folder-apps.svg │ │ │ ├── folder-bookmark.svg │ │ │ ├── folder-documents.svg │ │ │ ├── folder-download.svg │ │ │ ├── folder-games.svg │ │ │ ├── folder-music.svg │ │ │ ├── folder-network.svg │ │ │ ├── folder-open.svg │ │ │ ├── folder-photo.svg │ │ │ ├── folder-pictures.svg │ │ │ ├── folder-publicshare.svg │ │ │ ├── folder-red.svg │ │ │ ├── folder-root.svg │ │ │ ├── folder-saved-search.svg │ │ │ ├── folder-temp.svg │ │ │ ├── folder-templates.svg │ │ │ ├── folder-video.svg │ │ │ ├── folder-visiting.svg │ │ │ ├── folder.svg │ │ │ ├── user-desktop.svg │ │ │ ├── user-home.svg │ │ │ ├── user-trash-full.svg │ │ │ └── user-trash.svg │ │ ├── 32 │ │ │ ├── bookmark-missing.svg │ │ │ ├── folder-apps.svg │ │ │ ├── folder-bookmark.svg │ │ │ ├── folder-documents.svg │ │ │ ├── folder-download.svg │ │ │ ├── folder-dropbox.svg │ │ │ ├── folder-games.svg │ │ │ ├── folder-music.svg │ │ │ ├── folder-network.svg │ │ │ ├── folder-open.svg │ │ │ ├── folder-photo.svg │ │ │ ├── folder-pictures.svg │ │ │ ├── folder-publicshare.svg │ │ │ ├── folder-red.svg │ │ │ ├── folder-root.svg │ │ │ ├── folder-saved-search.svg │ │ │ ├── folder-temp.svg │ │ │ ├── folder-templates.svg │ │ │ ├── folder-video.svg │ │ │ ├── folder-visiting.svg │ │ │ ├── folder.svg │ │ │ ├── user-desktop.svg │ │ │ ├── user-home.svg │ │ │ ├── user-trash-full.svg │ │ │ └── user-trash.svg │ │ └── 48 │ │ │ ├── folder-apps.svg │ │ │ ├── folder-documents.svg │ │ │ ├── folder-download.svg │ │ │ ├── folder-dropbox.svg │ │ │ ├── folder-games.svg │ │ │ ├── folder-music.svg │ │ │ ├── folder-pictures.svg │ │ │ ├── folder-publicshare.svg │ │ │ ├── folder-recent.svg │ │ │ ├── folder-syncthing.svg │ │ │ ├── folder-templates.svg │ │ │ ├── folder-videos.svg │ │ │ ├── folder.svg │ │ │ └── user-desktop.svg │ ├── emblems │ │ └── 16 │ │ │ ├── vcs-normal.svg │ │ │ └── vcs-update-required.svg │ └── index.theme └── Light_Folder │ ├── Places │ ├── 16 │ │ ├── bookmark-missing.svg │ │ ├── folder-activities.svg │ │ ├── folder-apple.svg │ │ ├── folder-apps.svg │ │ ├── folder-bookmark.svg │ │ ├── folder-cd.svg │ │ ├── folder-copy-cloud.svg │ │ ├── folder-decrypted.svg │ │ ├── folder-development.svg │ │ ├── folder-documents.svg │ │ ├── folder-download.svg │ │ ├── folder-dropbox.svg │ │ ├── folder-games.svg │ │ ├── folder-git.svg │ │ ├── folder-github.svg │ │ ├── folder-gitlab.svg │ │ ├── folder-gnome.svg │ │ ├── folder-google-drive.svg │ │ ├── folder-image-people.svg │ │ ├── folder-important.svg │ │ ├── folder-java.svg │ │ ├── folder-linux.svg │ │ ├── folder-locked.svg │ │ ├── folder-mail-cloud.svg │ │ ├── folder-mail.svg │ │ ├── folder-mega.svg │ │ ├── folder-meocloud.svg │ │ ├── folder-music.svg │ │ ├── folder-network.svg │ │ ├── folder-open.svg │ │ ├── folder-owncloud.svg │ │ ├── folder-pcloud.svg │ │ ├── folder-photo.svg │ │ ├── folder-pictures.svg │ │ ├── folder-print.svg │ │ ├── folder-private.svg │ │ ├── folder-publicshare.svg │ │ ├── folder-remote.svg │ │ ├── folder-root.svg │ │ ├── folder-saved-search.svg │ │ ├── folder-script.svg │ │ ├── folder-steam.svg │ │ ├── folder-tar.svg │ │ ├── folder-temp.svg │ │ ├── folder-templates.svg │ │ ├── folder-torrent.svg │ │ ├── folder-unlocked.svg │ │ ├── folder-vbox.svg │ │ ├── folder-video.svg │ │ ├── folder-visiting.svg │ │ ├── folder-wifi.svg │ │ ├── folder-wine.svg │ │ ├── folder-yandex-disk.svg │ │ ├── folder.svg │ │ ├── network-server-database.svg │ │ ├── stock_folder.svg │ │ ├── user-desktop.svg │ │ ├── user-home.svg │ │ ├── user-trash-full.svg │ │ └── user-trash.svg │ ├── 22 │ │ ├── bookmark-missing.svg │ │ ├── folder-apps.svg │ │ ├── folder-bookmark.svg │ │ ├── folder-documents.svg │ │ ├── folder-download.svg │ │ ├── folder-games.svg │ │ ├── folder-music.svg │ │ ├── folder-network.svg │ │ ├── folder-open.svg │ │ ├── folder-photo.svg │ │ ├── folder-pictures.svg │ │ ├── folder-publicshare.svg │ │ ├── folder-red.svg │ │ ├── folder-root.svg │ │ ├── folder-saved-search.svg │ │ ├── folder-temp.svg │ │ ├── folder-templates.svg │ │ ├── folder-video.svg │ │ ├── folder-visiting.svg │ │ ├── folder.svg │ │ ├── user-desktop.svg │ │ ├── user-home.svg │ │ ├── user-trash-full.svg │ │ └── user-trash.svg │ ├── 32 │ │ ├── bookmark-missing.svg │ │ ├── folder-apps.svg │ │ ├── folder-bookmark.svg │ │ ├── folder-documents.svg │ │ ├── folder-download.svg │ │ ├── folder-dropbox.svg │ │ ├── folder-games.svg │ │ ├── folder-music.svg │ │ ├── folder-network.svg │ │ ├── folder-open.svg │ │ ├── folder-photo.svg │ │ ├── folder-pictures.svg │ │ ├── folder-publicshare.svg │ │ ├── folder-red.svg │ │ ├── folder-root.svg │ │ ├── folder-saved-search.svg │ │ ├── folder-temp.svg │ │ ├── folder-templates.svg │ │ ├── folder-video.svg │ │ ├── folder-visiting.svg │ │ ├── folder.svg │ │ ├── user-desktop.svg │ │ ├── user-home.svg │ │ ├── user-trash-full.svg │ │ └── user-trash.svg │ └── 48 │ │ ├── folder-apps.svg │ │ ├── folder-documents.svg │ │ ├── folder-download.svg │ │ ├── folder-dropbox.svg │ │ ├── folder-games.svg │ │ ├── folder-music.svg │ │ ├── folder-pictures.svg │ │ ├── folder-publicshare.svg │ │ ├── folder-recent.svg │ │ ├── folder-syncthing.svg │ │ ├── folder-templates.svg │ │ ├── folder-video.svg │ │ ├── folder-videos.svg │ │ ├── folder.svg │ │ └── user-desktop.svg │ ├── emblems │ └── 16 │ │ ├── vcs-normal.svg │ │ └── vcs-update-required.svg │ └── index.theme ├── Gradience preset └── nature.json ├── Latte_Dock_Layout ├── Elegant.latte.layout.latte └── Fresh.latte ├── README.md ├── Spicetify ├── Elegant │ └── Elegant ├── Fresh │ ├── LICENSE │ ├── README.md │ ├── color.ini │ ├── screenshots │ │ ├── Dark.png │ │ ├── Light.png │ │ └── Monochrome.png │ └── user.css ├── Fullen │ ├── Screenshots │ │ ├── Dark.png │ │ ├── Dragon.png │ │ ├── Light.png │ │ └── Purple.png │ ├── assets │ │ └── cusom-icons │ │ │ ├── collection.svg │ │ │ ├── home.svg │ │ │ ├── lyrics_filled.svg │ │ │ ├── lyrics_regular.svg │ │ │ ├── market.svg │ │ │ ├── reddit_filled.svg │ │ │ ├── reddit_regular.svg │ │ │ └── search.svg │ ├── color.ini │ └── user.css └── Nord │ ├── Dark Coffe Nord │ └── Nature Nord └── Themes Kde ├── Dark coffe ├── Color Scheme │ └── DarkCoffe.colors ├── Kate │ └── Dark Coffe.theme ├── Konsole │ └── Dark Coffe.colorscheme └── Latte │ └── unity-latte.layout.latte ├── Darkish └── Colorsheme │ └── Darkish.colors ├── Dragon ├── Gtk │ └── Dragon │ │ ├── gnome-shell │ │ ├── assets │ │ │ ├── activities-dark.svg │ │ │ ├── activities.svg │ │ │ ├── calendar-event-dark.svg │ │ │ ├── calendar-event-today-dark.svg │ │ │ ├── calendar-event-today.svg │ │ │ ├── calendar-event.svg │ │ │ ├── checkbox-dark.svg │ │ │ ├── checkbox-focused-dark.svg │ │ │ ├── checkbox-focused.svg │ │ │ ├── checkbox-off-dark.svg │ │ │ ├── checkbox-off-focused-dark.svg │ │ │ ├── checkbox-off-focused.svg │ │ │ ├── checkbox-off.svg │ │ │ ├── checkbox.svg │ │ │ ├── color-pick.svg │ │ │ ├── dash-placeholder-dark.svg │ │ │ ├── dash-placeholder.svg │ │ │ ├── eye-not-looking-symbolic.svg │ │ │ ├── eye-open-negative-filled-symbolic.svg │ │ │ ├── keyboard-caps-lock-filled-symbolic.svg │ │ │ ├── keyboard-enter-symbolic.svg │ │ │ ├── keyboard-hide-symbolic.svg │ │ │ ├── keyboard-layout-filled-symbolic.svg │ │ │ ├── keyboard-shift-filled-symbolic.svg │ │ │ ├── login-background.png │ │ │ ├── message-indicator-symbolic.svg │ │ │ ├── pointer-double-click-symbolic.svg │ │ │ ├── pointer-drag-symbolic.svg │ │ │ ├── pointer-primary-click-symbolic.svg │ │ │ ├── pointer-secondary-click-symbolic.svg │ │ │ ├── toggle-off-dark.svg │ │ │ ├── toggle-off.svg │ │ │ ├── toggle-on-dark.svg │ │ │ └── toggle-on.svg │ │ ├── gnome-shell-theme.gresource │ │ ├── gnome-shell.css │ │ ├── no-events.svg │ │ ├── no-notifications.svg │ │ ├── pad-osd.css │ │ └── process-working.svg │ │ ├── gtk-2.0 │ │ └── gtkrc │ │ ├── gtk-3.0 │ │ ├── assets │ │ │ ├── bullet-symbolic.svg │ │ │ ├── bullet-symbolic.symbolic.png │ │ │ ├── check-symbolic.svg │ │ │ ├── check-symbolic.symbolic.png │ │ │ ├── dash-symbolic.svg │ │ │ ├── dash-symbolic.symbolic.png │ │ │ ├── slider-horz-scale-has-marks-above-symbolic.svg │ │ │ ├── slider-horz-scale-has-marks-above-symbolic.symbolic.png │ │ │ ├── slider-horz-scale-has-marks-below-symbolic.svg │ │ │ ├── slider-horz-scale-has-marks-below-symbolic.symbolic.png │ │ │ ├── slider-vert-scale-has-marks-above-symbolic.svg │ │ │ ├── slider-vert-scale-has-marks-above-symbolic.symbolic.png │ │ │ ├── slider-vert-scale-has-marks-below-symbolic.svg │ │ │ ├── slider-vert-scale-has-marks-below-symbolic.symbolic.png │ │ │ ├── text-select-end-symbolic.svg │ │ │ ├── text-select-end-symbolic.symbolic.png │ │ │ ├── text-select-start-symbolic.svg │ │ │ └── text-select-start-symbolic.symbolic.png │ │ └── gtk.css │ │ ├── index.theme │ │ └── xfwm4 │ │ ├── bottom-active.png │ │ ├── bottom-active.xpm │ │ ├── bottom-inactive.png │ │ ├── bottom-inactive.xpm │ │ ├── bottom-left-active.png │ │ ├── bottom-left-active.xpm │ │ ├── bottom-left-inactive.png │ │ ├── bottom-left-inactive.xpm │ │ ├── bottom-right-active.png │ │ ├── bottom-right-active.xpm │ │ ├── bottom-right-inactive.png │ │ ├── bottom-right-inactive.xpm │ │ ├── close-active.xpm │ │ ├── close-inactive.xpm │ │ ├── close-prelight.png │ │ ├── close-prelight.xpm │ │ ├── close-pressed.png │ │ ├── close-pressed.xpm │ │ ├── hide-active.xpm │ │ ├── hide-inactive.xpm │ │ ├── hide-prelight.xpm │ │ ├── hide-pressed.xpm │ │ ├── left-active.png │ │ ├── left-active.xpm │ │ ├── left-inactive.png │ │ ├── left-inactive.xpm │ │ ├── maximize-active.xpm │ │ ├── maximize-inactive.xpm │ │ ├── maximize-prelight.xpm │ │ ├── maximize-pressed.xpm │ │ ├── maximize-toggled-active.xpm │ │ ├── maximize-toggled-inactive.xpm │ │ ├── maximize-toggled-prelight.xpm │ │ ├── maximize-toggled-pressed.xpm │ │ ├── menu-active.png │ │ ├── menu-active.xpm │ │ ├── menu-inactive.xpm │ │ ├── menu-prelight.png │ │ ├── menu-prelight.xpm │ │ ├── menu-pressed.png │ │ ├── menu-pressed.xpm │ │ ├── right-active.xpm │ │ ├── right-inactive.xpm │ │ ├── shade-active.xpm │ │ ├── shade-inactive.xpm │ │ ├── shade-prelight.xpm │ │ ├── shade-pressed.xpm │ │ ├── shade-toggled-active.xpm │ │ ├── shade-toggled-inactive.xpm │ │ ├── shade-toggled-prelight.xpm │ │ ├── shade-toggled-pressed.xpm │ │ ├── stick-active.xpm │ │ ├── stick-inactive.xpm │ │ ├── stick-prelight.xpm │ │ ├── stick-pressed.xpm │ │ ├── stick-toggled-active.xpm │ │ ├── stick-toggled-inactive.xpm │ │ ├── stick-toggled-prelight.xpm │ │ ├── stick-toggled-pressed.xpm │ │ ├── themerc │ │ ├── title-1-active.png │ │ ├── title-1-active.xpm │ │ ├── title-1-inactive.png │ │ ├── title-1-inactive.xpm │ │ ├── title-2-active.xpm │ │ ├── title-2-inactive.xpm │ │ ├── title-3-active.xpm │ │ ├── title-3-inactive.xpm │ │ ├── title-4-active.xpm │ │ ├── title-4-inactive.xpm │ │ ├── title-5-active.xpm │ │ ├── title-5-inactive.xpm │ │ ├── top-left-active.png │ │ ├── top-left-active.xpm │ │ ├── top-left-inactive.png │ │ ├── top-left-inactive.xpm │ │ ├── top-right-active.png │ │ ├── top-right-active.xpm │ │ ├── top-right-inactive.png │ │ └── top-right-inactive.xpm ├── Icons │ └── Dragon-Place │ │ ├── Places │ │ ├── 16 │ │ │ ├── bookmark-missing.svg │ │ │ ├── folder-activities.svg │ │ │ ├── folder-apple.svg │ │ │ ├── folder-apps.svg │ │ │ ├── folder-bookmark.svg │ │ │ ├── folder-cd.svg │ │ │ ├── folder-copy-cloud.svg │ │ │ ├── folder-decrypted.svg │ │ │ ├── folder-development.svg │ │ │ ├── folder-documents.svg │ │ │ ├── folder-download.svg │ │ │ ├── folder-dropbox.svg │ │ │ ├── folder-games.svg │ │ │ ├── folder-git.svg │ │ │ ├── folder-github.svg │ │ │ ├── folder-gitlab.svg │ │ │ ├── folder-gnome.svg │ │ │ ├── folder-google-drive.svg │ │ │ ├── folder-image-people.svg │ │ │ ├── folder-important.svg │ │ │ ├── folder-java.svg │ │ │ ├── folder-linux.svg │ │ │ ├── folder-locked.svg │ │ │ ├── folder-mail-cloud.svg │ │ │ ├── folder-mail.svg │ │ │ ├── folder-mega.svg │ │ │ ├── folder-meocloud.svg │ │ │ ├── folder-music.svg │ │ │ ├── folder-network.svg │ │ │ ├── folder-open.svg │ │ │ ├── folder-owncloud.svg │ │ │ ├── folder-pcloud.svg │ │ │ ├── folder-photo.svg │ │ │ ├── folder-pictures.svg │ │ │ ├── folder-print.svg │ │ │ ├── folder-private.svg │ │ │ ├── folder-publicshare.svg │ │ │ ├── folder-remote.svg │ │ │ ├── folder-root.svg │ │ │ ├── folder-saved-search.svg │ │ │ ├── folder-script.svg │ │ │ ├── folder-steam.svg │ │ │ ├── folder-tar.svg │ │ │ ├── folder-temp.svg │ │ │ ├── folder-templates.svg │ │ │ ├── folder-torrent.svg │ │ │ ├── folder-unlocked.svg │ │ │ ├── folder-vbox.svg │ │ │ ├── folder-video.svg │ │ │ ├── folder-visiting.svg │ │ │ ├── folder-wifi.svg │ │ │ ├── folder-wine.svg │ │ │ ├── folder-yandex-disk.svg │ │ │ ├── folder.svg │ │ │ ├── network-server-database.svg │ │ │ ├── stock_folder.svg │ │ │ ├── user-desktop.svg │ │ │ ├── user-home.svg │ │ │ ├── user-trash-full.svg │ │ │ └── user-trash.svg │ │ ├── 22 │ │ │ ├── bookmark-missing.svg │ │ │ ├── folder-apps.svg │ │ │ ├── folder-bookmark.svg │ │ │ ├── folder-documents.svg │ │ │ ├── folder-download.svg │ │ │ ├── folder-games.svg │ │ │ ├── folder-music.svg │ │ │ ├── folder-network.svg │ │ │ ├── folder-open.svg │ │ │ ├── folder-photo.svg │ │ │ ├── folder-pictures.svg │ │ │ ├── folder-publicshare.svg │ │ │ ├── folder-red.svg │ │ │ ├── folder-root.svg │ │ │ ├── folder-saved-search.svg │ │ │ ├── folder-temp.svg │ │ │ ├── folder-templates.svg │ │ │ ├── folder-video.svg │ │ │ ├── folder-visiting.svg │ │ │ ├── folder.svg │ │ │ ├── user-desktop.svg │ │ │ ├── user-home.svg │ │ │ ├── user-trash-full.svg │ │ │ └── user-trash.svg │ │ ├── 32 │ │ │ ├── bookmark-missing.svg │ │ │ ├── folder-apps.svg │ │ │ ├── folder-bookmark.svg │ │ │ ├── folder-documents.svg │ │ │ ├── folder-download.svg │ │ │ ├── folder-dropbox.svg │ │ │ ├── folder-games.svg │ │ │ ├── folder-music.svg │ │ │ ├── folder-network.svg │ │ │ ├── folder-open.svg │ │ │ ├── folder-photo.svg │ │ │ ├── folder-pictures.svg │ │ │ ├── folder-publicshare.svg │ │ │ ├── folder-red.svg │ │ │ ├── folder-root.svg │ │ │ ├── folder-saved-search.svg │ │ │ ├── folder-temp.svg │ │ │ ├── folder-templates.svg │ │ │ ├── folder-video.svg │ │ │ ├── folder-visiting.svg │ │ │ ├── folder.svg │ │ │ ├── user-desktop.svg │ │ │ ├── user-home.svg │ │ │ ├── user-trash-full.svg │ │ │ └── user-trash.svg │ │ └── 48 │ │ │ ├── changecolor.sh │ │ │ ├── folder-apps.svg │ │ │ ├── folder-documents.svg │ │ │ ├── folder-download.svg │ │ │ ├── folder-dropbox.svg │ │ │ ├── folder-games.svg │ │ │ ├── folder-music.svg │ │ │ ├── folder-pictures.svg │ │ │ ├── folder-publicshare.svg │ │ │ ├── folder-recent.svg │ │ │ ├── folder-syncthing.svg │ │ │ ├── folder-templates.svg │ │ │ ├── folder-videos.svg │ │ │ ├── folder.svg │ │ │ └── user-desktop.svg │ │ ├── devices │ │ └── 32 │ │ │ ├── audio-card.svg │ │ │ ├── audio-headphones.svg │ │ │ ├── audio-input-microphone.svg │ │ │ ├── audio-speakers.svg │ │ │ ├── battery.svg │ │ │ ├── blockdevice.svg │ │ │ ├── bluetooth.svg │ │ │ ├── camera-photo.svg │ │ │ ├── camera-video.svg │ │ │ ├── camera-web.svg │ │ │ ├── changecolor.sh │ │ │ ├── computer-laptop.svg │ │ │ ├── cpu.svg │ │ │ ├── device_pci.svg │ │ │ ├── device_serial.svg │ │ │ ├── drive-harddisk.svg │ │ │ ├── drive-multidisk.svg │ │ │ ├── drive-removable-media-usb-pendrive.svg │ │ │ ├── drive-removable-media-usb.svg │ │ │ ├── gnome-dev-memory.svg │ │ │ ├── gnome-dev-printer-new.svg │ │ │ ├── hifi.svg │ │ │ ├── input-dialpad.svg │ │ │ ├── input-gaming.svg │ │ │ ├── input-keyboard.svg │ │ │ ├── input-mouse.svg │ │ │ ├── input-tablet.svg │ │ │ ├── input-touchpad.svg │ │ │ ├── kdeconnect.svg │ │ │ ├── knemo-monitor-error.svg │ │ │ ├── knemo-monitor-idle.svg │ │ │ ├── knemo-monitor-offline.svg │ │ │ ├── knemo-monitor-receive.svg │ │ │ ├── knemo-monitor-transmit.svg │ │ │ ├── media-flash.svg │ │ │ ├── media-floppy.svg │ │ │ ├── media-memory.svg │ │ │ ├── media-optical.svg │ │ │ ├── media-tape.svg │ │ │ ├── multimedia-player-ipod-mini-blue.svg │ │ │ ├── multimedia-player.svg │ │ │ ├── network-server.svg │ │ │ ├── network-vpn.svg │ │ │ ├── network-wired.svg │ │ │ ├── network-wireless.svg │ │ │ ├── phone.svg │ │ │ ├── printer-network.svg │ │ │ ├── printer.svg │ │ │ ├── scanner.svg │ │ │ ├── tv.svg │ │ │ └── uninterruptible-power-supply.svg │ │ ├── emblems │ │ └── 16 │ │ │ ├── Nextcloud_error.svg │ │ │ ├── Nextcloud_error_shared.svg │ │ │ ├── Nextcloud_ok.svg │ │ │ ├── Nextcloud_ok_shared.svg │ │ │ ├── Nextcloud_sync.svg │ │ │ ├── Nextcloud_sync_shared.svg │ │ │ ├── Nextcloud_warn.svg │ │ │ ├── Nextcloud_warn_shared.svg │ │ │ ├── emblem-default.svg │ │ │ ├── emblem-documents.svg │ │ │ ├── emblem-downloads.svg │ │ │ ├── emblem-dropbox-app.svg │ │ │ ├── emblem-dropbox-infinite.svg │ │ │ ├── emblem-encrypted-locked.svg │ │ │ ├── emblem-encrypted-unlocked.svg │ │ │ ├── emblem-favorite.svg │ │ │ ├── emblem-generic.svg │ │ │ ├── emblem-important.svg │ │ │ ├── emblem-information.svg │ │ │ ├── emblem-mail.svg │ │ │ ├── emblem-mounted.svg │ │ │ ├── emblem-new.svg │ │ │ ├── emblem-package.svg │ │ │ ├── emblem-pause.svg │ │ │ ├── emblem-photos.svg │ │ │ ├── emblem-question.svg │ │ │ ├── emblem-readonly.svg │ │ │ ├── emblem-remove.svg │ │ │ ├── emblem-shared.svg │ │ │ ├── emblem-symbolic-link.svg │ │ │ ├── emblem-synchronizing.svg │ │ │ ├── emblem-syncthing-active.svg │ │ │ ├── emblem-syncthing-error.svg │ │ │ ├── emblem-syncthing-offline.svg │ │ │ ├── emblem-syncthing.svg │ │ │ ├── emblem-system.svg │ │ │ ├── emblem-unlocked.svg │ │ │ ├── emblem-unmounted.svg │ │ │ ├── emblem-unreadable.svg │ │ │ ├── emblem-urgent.svg │ │ │ ├── emblem-web.svg │ │ │ ├── vcs-added.svg │ │ │ ├── vcs-conflicting.svg │ │ │ ├── vcs-locally-modified-unstaged.svg │ │ │ ├── vcs-locally-modified.svg │ │ │ ├── vcs-normal.svg │ │ │ ├── vcs-removed.svg │ │ │ └── vcs-update-required.svg │ │ └── index.theme ├── KDE │ ├── Color-Schemes │ │ ├── KDE │ │ │ └── Dragon.colors │ │ ├── Kate │ │ │ └── Dragon.theme │ │ └── Konsole │ │ │ └── Dragon.colorscheme │ ├── Kvantum │ │ └── Dragon │ │ │ ├── .Dragon.svg.kate-swp │ │ │ ├── Dragon.kvconfig │ │ │ └── Dragon.svg │ └── Plasma Theme │ │ └── Dragon │ │ ├── LICENSE │ │ ├── CC BY-SA 4.0 EN.md │ │ └── CC BY-SA 4.0 ES.md │ │ ├── colors │ │ ├── dialogs │ │ └── background.svg │ │ ├── icons │ │ ├── TeamViewer.svg │ │ ├── accessories.svg │ │ ├── akonadi.svg │ │ ├── akregator.svg │ │ ├── amarok.svg │ │ ├── antimicro.svg │ │ ├── applications.svg │ │ ├── apport.svg │ │ ├── audacious.svg │ │ ├── audio.svg │ │ ├── battery.svg │ │ ├── battery.svg.back │ │ ├── bookmarks.svg │ │ ├── cadence.svg │ │ ├── cantata.svg │ │ ├── choqok.svg │ │ ├── choqok_offline.svg │ │ ├── computer.svg │ │ ├── configure.svg │ │ ├── device.svg │ │ ├── disk.svg │ │ ├── distribute.svg │ │ ├── document.svg │ │ ├── drive.svg │ │ ├── edit.svg │ │ ├── elisa.svg │ │ ├── emblem.svg │ │ ├── face.svg │ │ ├── go.svg │ │ ├── image.svg │ │ ├── input.svg │ │ ├── internet.svg │ │ ├── jami.svg │ │ ├── juk.svg │ │ ├── kaffeine.svg │ │ ├── kalarm.svg │ │ ├── kate.svg │ │ ├── kdeconnect.svg │ │ ├── kdf.svg │ │ ├── keyboard.svg │ │ ├── kget.svg │ │ ├── kgpg.svg │ │ ├── kleopatra.svg │ │ ├── klipper.svg │ │ ├── kmail.svg │ │ ├── knotes.svg │ │ ├── konv_message.svg │ │ ├── konversation.svg │ │ ├── kopete.svg │ │ ├── korgac.svg │ │ ├── krfb.svg │ │ ├── kruler.svg │ │ ├── krusader_root.svg │ │ ├── krusader_user.svg │ │ ├── kteatime.svg │ │ ├── ktorrent.svg │ │ ├── kup.svg │ │ ├── leepassxc.svg │ │ ├── list.svg │ │ ├── lutris.svg │ │ ├── mail.svg │ │ ├── manjaro.svg │ │ ├── media.svg │ │ ├── mellowplayer.svg │ │ ├── nepomuk.svg │ │ ├── network.svg │ │ ├── notification.svg │ │ ├── notifications.svg │ │ ├── nulloy.svg │ │ ├── office.svg │ │ ├── offline.svg │ │ ├── onboard.svg │ │ ├── osd.svg │ │ ├── phone.svg │ │ ├── plasma.svg │ │ ├── plasmavault.svg │ │ ├── plasmavault_error.svg │ │ ├── preferences.svg │ │ ├── printer.svg │ │ ├── qbittorrent-tray-dark.svg │ │ ├── qbittorrent.svg │ │ ├── quassel.svg │ │ ├── quota.svg │ │ ├── ring.svg │ │ ├── sirikali.svg │ │ ├── slc.svg │ │ ├── start.svg │ │ ├── start.svgz.back │ │ ├── strawberry.svg │ │ ├── system.svg │ │ ├── thunderbird.svg │ │ ├── tools.svg │ │ ├── update.svg │ │ ├── user.svg │ │ ├── utilities.svg │ │ ├── veracrypt.svg │ │ ├── video.svg │ │ ├── view.svg │ │ ├── virt.svg │ │ ├── vlc.svg │ │ ├── wallet.svg │ │ ├── window.svg │ │ ├── yakuake.svg │ │ └── zoom.svg │ │ ├── metadata.desktop │ │ └── widgets │ │ ├── actionbutton.svgz │ │ ├── arrows.svgz │ │ ├── background.svgz │ │ ├── bar_meter_horizontal.svg │ │ ├── bar_meter_vertical.svg │ │ ├── busywidget.svgz │ │ ├── button.svgz │ │ ├── checkmarks.svg │ │ ├── clock.svg │ │ ├── containment-controls.svgz │ │ ├── frame.svgz │ │ ├── glowbar.svgz │ │ ├── line.svgz │ │ ├── lineedit.svg │ │ ├── listitem.svgz │ │ ├── pager.svgz │ │ ├── panel-background.svg │ │ ├── plot-background.svgz │ │ ├── scrollbar.svgz │ │ ├── scrollwidget.svgz │ │ ├── slider.svgz │ │ ├── tabbar.svgz │ │ ├── timer.svgz │ │ ├── toolbar.svgz │ │ ├── tooltip.svgz │ │ ├── translucentbackground.svgz │ │ └── viewitem.svgz ├── Screen.png └── Wallpaper │ └── Dragon.jpg ├── Elegant ├── Color-Scheme │ ├── Kate │ │ └── Elegant.theme │ ├── Kde │ │ └── Elegant.colors │ └── Konsole │ │ └── Elegant.colorscheme ├── Discord │ └── Elegant.css └── Kvantum │ ├── Elegant │ ├── Elegant.kvconfig │ └── Elegant.svg │ └── Root │ ├── Root.kvconfig │ └── Root.svg ├── Leaf ├── Conky │ ├── Izar │ │ ├── Izar.conf │ │ ├── Izar_old.conf │ │ ├── fonts │ │ │ ├── Comfortaa-Bold.ttf │ │ │ ├── Comfortaa-Light.ttf │ │ │ ├── Comfortaa-Regular.ttf │ │ │ └── beckman.zip │ │ ├── icons │ │ │ └── JDWS-02 │ │ │ │ ├── 01d.svg │ │ │ │ ├── 01n.svg │ │ │ │ ├── 02d.svg │ │ │ │ ├── 02n.svg │ │ │ │ ├── 03d.svg │ │ │ │ ├── 03n.svg │ │ │ │ ├── 04d.svg │ │ │ │ ├── 04n.svg │ │ │ │ ├── 09d.svg │ │ │ │ ├── 09n.svg │ │ │ │ ├── 10d.svg │ │ │ │ ├── 10n.svg │ │ │ │ ├── 11d.svg │ │ │ │ ├── 11n.svg │ │ │ │ ├── 13d.svg │ │ │ │ ├── 13n.svg │ │ │ │ ├── 50d.svg │ │ │ │ ├── 50n.svg │ │ │ │ ├── jdwi-clear-day.svg │ │ │ │ ├── jdwi-clear-night.svg │ │ │ │ ├── jdwi-cloudy-day.svg │ │ │ │ ├── jdwi-cloudy-night.svg │ │ │ │ ├── jdwi-cloudy.svg │ │ │ │ ├── jdwi-fog-day.svg │ │ │ │ ├── jdwi-fog-night.svg │ │ │ │ ├── jdwi-fog.svg │ │ │ │ ├── jdwi-partly-cloudy-day.svg │ │ │ │ ├── jdwi-partly-cloudy-night.svg │ │ │ │ ├── jdwi-rain-day.svg │ │ │ │ ├── jdwi-rain-night.svg │ │ │ │ ├── jdwi-rain.svg │ │ │ │ ├── jdwi-sleet-day.svg │ │ │ │ ├── jdwi-sleet-night.svg │ │ │ │ ├── jdwi-sleet.svg │ │ │ │ ├── jdwi-snow-day.svg │ │ │ │ ├── jdwi-snow-night.svg │ │ │ │ ├── jdwi-snow.svg │ │ │ │ ├── jdwi-storm-day.svg │ │ │ │ ├── jdwi-storm-night.svg │ │ │ │ ├── jdwi-storm.svg │ │ │ │ ├── jdwi-unknown.svg │ │ │ │ └── jdwi-windy.svg │ │ ├── preview.png │ │ ├── res │ │ │ ├── green.svg │ │ │ ├── spiderman.svg │ │ │ └── white.svg │ │ ├── scripts │ │ │ ├── weather-icon.sh │ │ │ └── weather.sh │ │ ├── source.txt │ │ └── start.sh │ ├── Izar_light │ │ ├── Izar.conf │ │ ├── Izar_old.conf │ │ ├── fonts │ │ │ ├── Comfortaa-Bold.ttf │ │ │ ├── Comfortaa-Light.ttf │ │ │ ├── Comfortaa-Regular.ttf │ │ │ └── beckman.zip │ │ ├── icons │ │ │ └── JDWS-02 │ │ │ │ ├── 01d.svg │ │ │ │ ├── 01n.svg │ │ │ │ ├── 02d.svg │ │ │ │ ├── 02n.svg │ │ │ │ ├── 03d.svg │ │ │ │ ├── 03n.svg │ │ │ │ ├── 04d.svg │ │ │ │ ├── 04n.svg │ │ │ │ ├── 09d.svg │ │ │ │ ├── 09n.svg │ │ │ │ ├── 10d.svg │ │ │ │ ├── 10n.svg │ │ │ │ ├── 11d.svg │ │ │ │ ├── 11n.svg │ │ │ │ ├── 13d.svg │ │ │ │ ├── 13n.svg │ │ │ │ ├── 50d.svg │ │ │ │ ├── 50n.svg │ │ │ │ ├── dark │ │ │ │ ├── 01d.png │ │ │ │ ├── 01n.png │ │ │ │ ├── 02d.png │ │ │ │ ├── 02n.png │ │ │ │ ├── 03d.png │ │ │ │ ├── 03n.png │ │ │ │ ├── 04d.png │ │ │ │ ├── 04n.png │ │ │ │ ├── 09d.png │ │ │ │ ├── 09n.png │ │ │ │ ├── 10d.png │ │ │ │ ├── 10n.png │ │ │ │ ├── 11d.png │ │ │ │ ├── 11n.png │ │ │ │ ├── 13d.png │ │ │ │ ├── 13n.png │ │ │ │ ├── 50d.png │ │ │ │ ├── 50n.png │ │ │ │ ├── Copia di 02n.png │ │ │ │ ├── jdwi-clear-day.png │ │ │ │ ├── jdwi-clear-night.png │ │ │ │ ├── jdwi-cloudy-day.png │ │ │ │ ├── jdwi-cloudy-night.png │ │ │ │ ├── jdwi-cloudy.png │ │ │ │ ├── jdwi-fog-day.png │ │ │ │ ├── jdwi-fog-night.png │ │ │ │ ├── jdwi-fog.png │ │ │ │ ├── jdwi-partly-cloudy-day.png │ │ │ │ ├── jdwi-partly-cloudy-night.png │ │ │ │ ├── jdwi-rain-day.png │ │ │ │ ├── jdwi-rain-night.png │ │ │ │ ├── jdwi-rain.png │ │ │ │ ├── jdwi-sleet-day.png │ │ │ │ ├── jdwi-sleet-night.png │ │ │ │ ├── jdwi-sleet.png │ │ │ │ ├── jdwi-snow-day.png │ │ │ │ ├── jdwi-snow-night.png │ │ │ │ ├── jdwi-snow.png │ │ │ │ ├── jdwi-storm-day.png │ │ │ │ ├── jdwi-storm-night.png │ │ │ │ ├── jdwi-storm.png │ │ │ │ ├── jdwi-unknown.png │ │ │ │ └── jdwi-windy.png │ │ │ │ ├── jdwi-clear-day.svg │ │ │ │ ├── jdwi-clear-night.svg │ │ │ │ ├── jdwi-cloudy-day.svg │ │ │ │ ├── jdwi-cloudy-night.svg │ │ │ │ ├── jdwi-cloudy.svg │ │ │ │ ├── jdwi-fog-day.svg │ │ │ │ ├── jdwi-fog-night.svg │ │ │ │ ├── jdwi-fog.svg │ │ │ │ ├── jdwi-partly-cloudy-day.svg │ │ │ │ ├── jdwi-partly-cloudy-night.svg │ │ │ │ ├── jdwi-rain-day.svg │ │ │ │ ├── jdwi-rain-night.svg │ │ │ │ ├── jdwi-rain.svg │ │ │ │ ├── jdwi-sleet-day.svg │ │ │ │ ├── jdwi-sleet-night.svg │ │ │ │ ├── jdwi-sleet.svg │ │ │ │ ├── jdwi-snow-day.svg │ │ │ │ ├── jdwi-snow-night.svg │ │ │ │ ├── jdwi-snow.svg │ │ │ │ ├── jdwi-storm-day.svg │ │ │ │ ├── jdwi-storm-night.svg │ │ │ │ ├── jdwi-storm.svg │ │ │ │ ├── jdwi-unknown.svg │ │ │ │ ├── jdwi-windy.svg │ │ │ │ └── svg │ │ │ │ ├── 01d.svg │ │ │ │ ├── 01n.svg │ │ │ │ ├── 02d.svg │ │ │ │ ├── 02n.svg │ │ │ │ ├── 03d.svg │ │ │ │ ├── 03n.svg │ │ │ │ ├── 04d.svg │ │ │ │ ├── 04n.svg │ │ │ │ ├── 09d.svg │ │ │ │ ├── 09n.svg │ │ │ │ ├── 100.svg │ │ │ │ ├── 10d.svg │ │ │ │ ├── 10n.svg │ │ │ │ ├── 11d.svg │ │ │ │ ├── 11n.svg │ │ │ │ ├── 13d.svg │ │ │ │ ├── 13n.svg │ │ │ │ ├── 50d.svg │ │ │ │ ├── 50n.svg │ │ │ │ ├── 99.svg │ │ │ │ ├── changecolor.sh │ │ │ │ ├── jdwi-clear-day.svg │ │ │ │ ├── jdwi-clear-night.svg │ │ │ │ ├── jdwi-cloudy-day.svg │ │ │ │ ├── jdwi-cloudy-night.svg │ │ │ │ ├── jdwi-cloudy.svg │ │ │ │ ├── jdwi-fog-day.svg │ │ │ │ ├── jdwi-fog-night.svg │ │ │ │ ├── jdwi-fog.svg │ │ │ │ ├── jdwi-partly-cloudy-day.svg │ │ │ │ ├── jdwi-partly-cloudy-night.svg │ │ │ │ ├── jdwi-rain-day.svg │ │ │ │ ├── jdwi-rain-night.svg │ │ │ │ ├── jdwi-rain.svg │ │ │ │ ├── jdwi-sleet-day.svg │ │ │ │ ├── jdwi-sleet-night.svg │ │ │ │ ├── jdwi-sleet.svg │ │ │ │ ├── jdwi-snow-day.svg │ │ │ │ ├── jdwi-snow-night.svg │ │ │ │ ├── jdwi-snow.svg │ │ │ │ ├── jdwi-storm-day.svg │ │ │ │ ├── jdwi-storm-night.svg │ │ │ │ ├── jdwi-storm.svg │ │ │ │ ├── jdwi-unknown.svg │ │ │ │ ├── jdwi-windy.svg │ │ │ │ ├── weather13.svg │ │ │ │ ├── weather19.svg │ │ │ │ ├── weather20.svg │ │ │ │ ├── weather21.svg │ │ │ │ ├── weather22.svg │ │ │ │ ├── weather23.svg │ │ │ │ ├── weather24.svg │ │ │ │ ├── weather25.svg │ │ │ │ ├── weather3.svg │ │ │ │ └── weather8.svg │ │ ├── preview.png │ │ ├── res │ │ │ ├── light_green.png │ │ │ ├── light_green.svg │ │ │ ├── spiderman.svg │ │ │ ├── white.png │ │ │ └── white.svg │ │ ├── scripts │ │ │ ├── weather-icon.sh │ │ │ └── weather.sh │ │ ├── source.txt │ │ └── start.sh │ ├── Regulus │ │ ├── Regulus.conf │ │ ├── Regulus.conf.png │ │ ├── fonts │ │ │ ├── BebasNeue-Regular.ttf │ │ │ ├── HelveticaNeue Light.ttf │ │ │ ├── Material.ttf │ │ │ └── NanumGothic-Regular.ttf │ │ ├── icons │ │ │ ├── headphones-3-512.png │ │ │ └── spotify-512.png │ │ ├── last_cover_id.txt │ │ ├── scripts │ │ │ └── spotify │ │ │ │ ├── album.sh │ │ │ │ ├── artist.sh │ │ │ │ ├── cover.sh │ │ │ │ ├── id.sh │ │ │ │ ├── imgurl.sh │ │ │ │ ├── status.sh │ │ │ │ ├── title.sh │ │ │ │ └── year.sh │ │ └── start.sh │ └── Regulus_light │ │ ├── Box.png │ │ ├── Box1.png │ │ ├── Regulus.conf │ │ ├── Regulus.conf.png │ │ ├── bg-tile-regspot.png │ │ ├── current │ │ └── current.png │ │ ├── fonts │ │ ├── BebasNeue-Regular.ttf │ │ ├── HelveticaNeue Light.ttf │ │ ├── Material.ttf │ │ └── NanumGothic-Regular.ttf │ │ ├── icons │ │ ├── b7a9c2 │ │ │ ├── 01d.png │ │ │ ├── 01n.png │ │ │ ├── 02d.png │ │ │ ├── 02n.png │ │ │ ├── 03d.png │ │ │ ├── 03n.png │ │ │ ├── 04d.png │ │ │ ├── 04n.png │ │ │ ├── 09d.png │ │ │ ├── 09n.png │ │ │ ├── 10d.png │ │ │ ├── 10n.png │ │ │ ├── 11d.png │ │ │ ├── 11n.png │ │ │ ├── 13d.png │ │ │ └── 13n.png │ │ ├── headphones-3-512.png │ │ ├── spotify-512.png │ │ └── white3 │ │ │ ├── 01d.png │ │ │ ├── 01n.png │ │ │ ├── 02d.png │ │ │ ├── 02n.png │ │ │ ├── 03d.png │ │ │ ├── 03n.png │ │ │ ├── 04d.png │ │ │ ├── 04n.png │ │ │ ├── 09d.png │ │ │ ├── 09n.png │ │ │ ├── 10d.png │ │ │ ├── 10n.png │ │ │ ├── 11d.png │ │ │ ├── 11n.png │ │ │ ├── 13d.png │ │ │ └── 13n.png │ │ ├── last_cover_id.txt │ │ ├── rings-v1.2.1.lua │ │ ├── scripts │ │ └── spotify │ │ │ ├── album.sh │ │ │ ├── artist.sh │ │ │ ├── cover.sh │ │ │ ├── id.sh │ │ │ ├── imgurl.sh │ │ │ ├── status.sh │ │ │ ├── title.sh │ │ │ └── year.sh │ │ └── start.sh ├── KDE │ ├── Color-Schemes │ │ ├── KDE │ │ │ ├── Leaf_Dark.colors │ │ │ └── Leaf_Light.colors │ │ ├── Kate │ │ │ ├── Leaf_Dark.theme │ │ │ └── Leaf_Light.theme │ │ └── Konsole │ │ │ ├── Leaf_Dark.colorscheme │ │ │ └── Leaf_Light.colorscheme │ ├── Gtk │ │ └── Leaf │ │ │ ├── assets │ │ │ ├── arrow-down-active.png │ │ │ ├── arrow-down-hover.png │ │ │ ├── arrow-down-insensitive.png │ │ │ ├── arrow-down.png │ │ │ ├── arrow-left-active.png │ │ │ ├── arrow-left-hover.png │ │ │ ├── arrow-left-insensitive.png │ │ │ ├── arrow-left.png │ │ │ ├── arrow-right-active.png │ │ │ ├── arrow-right-hover.png │ │ │ ├── arrow-right-insensitive.png │ │ │ ├── arrow-right.png │ │ │ ├── arrow-small-down-active.png │ │ │ ├── arrow-small-down-hover.png │ │ │ ├── arrow-small-down-insensitive.png │ │ │ ├── arrow-small-down.png │ │ │ ├── arrow-small-left-active.png │ │ │ ├── arrow-small-left-hover.png │ │ │ ├── arrow-small-left-insensitive.png │ │ │ ├── arrow-small-left.png │ │ │ ├── arrow-small-right-active.png │ │ │ ├── arrow-small-right-hover.png │ │ │ ├── arrow-small-right-insensitive.png │ │ │ ├── arrow-small-right.png │ │ │ ├── arrow-small-up-active.png │ │ │ ├── arrow-small-up-hover.png │ │ │ ├── arrow-small-up-insensitive.png │ │ │ ├── arrow-small-up.png │ │ │ ├── arrow-up-active.png │ │ │ ├── arrow-up-hover.png │ │ │ ├── arrow-up-insensitive.png │ │ │ ├── arrow-up.png │ │ │ ├── breeze-check-checked-symbolic.svg │ │ │ ├── breeze-check-indeterminate-symbolic.svg │ │ │ ├── breeze-check-unchecked-symbolic.svg │ │ │ ├── breeze-close-active-symbolic.svg │ │ │ ├── breeze-close-hover-symbolic.svg │ │ │ ├── breeze-close-symbolic.svg │ │ │ ├── breeze-maximize-active-symbolic.svg │ │ │ ├── breeze-maximize-hover-symbolic.svg │ │ │ ├── breeze-maximize-symbolic.svg │ │ │ ├── breeze-maximized-active-symbolic.svg │ │ │ ├── breeze-maximized-hover-symbolic.svg │ │ │ ├── breeze-maximized-symbolic.svg │ │ │ ├── breeze-minimize-active-symbolic.svg │ │ │ ├── breeze-minimize-hover-symbolic.svg │ │ │ ├── breeze-minimize-symbolic.svg │ │ │ ├── breeze-radio-checked-symbolic.svg │ │ │ ├── breeze-radio-indeterminate-symbolic.svg │ │ │ ├── breeze-radio-unchecked-symbolic.svg │ │ │ ├── bullet-symbolic.svg │ │ │ ├── button-active.png │ │ │ ├── button-hover.png │ │ │ ├── button-insensitive.png │ │ │ ├── button.png │ │ │ ├── check-checked-active.png │ │ │ ├── check-checked-active@2.png │ │ │ ├── check-checked-backdrop-insensitive.png │ │ │ ├── check-checked-backdrop-insensitive@2.png │ │ │ ├── check-checked-backdrop.png │ │ │ ├── check-checked-backdrop@2.png │ │ │ ├── check-checked-hover.png │ │ │ ├── check-checked-hover@2.png │ │ │ ├── check-checked-insensitive.png │ │ │ ├── check-checked-insensitive@2.png │ │ │ ├── check-mixed-active.png │ │ │ ├── check-mixed-active@2.png │ │ │ ├── check-mixed-backdrop-insensitive.png │ │ │ ├── check-mixed-backdrop-insensitive@2.png │ │ │ ├── check-mixed-backdrop.png │ │ │ ├── check-mixed-backdrop@2.png │ │ │ ├── check-mixed-hover.png │ │ │ ├── check-mixed-hover@2.png │ │ │ ├── check-mixed-insensitive.png │ │ │ ├── check-mixed-insensitive@2.png │ │ │ ├── check-selectionmode-checked-active.png │ │ │ ├── check-selectionmode-checked-active@2.png │ │ │ ├── check-selectionmode-checked-backdrop-insensitive.png │ │ │ ├── check-selectionmode-checked-backdrop-insensitive@2.png │ │ │ ├── check-selectionmode-checked-backdrop.png │ │ │ ├── check-selectionmode-checked-backdrop@2.png │ │ │ ├── check-selectionmode-checked-hover.png │ │ │ ├── check-selectionmode-checked-hover@2.png │ │ │ ├── check-selectionmode-checked-insensitive.png │ │ │ ├── check-selectionmode-checked-insensitive@2.png │ │ │ ├── check-selectionmode-unchecked-active.png │ │ │ ├── check-selectionmode-unchecked-active@2.png │ │ │ ├── check-selectionmode-unchecked-backdrop-insensitive.png │ │ │ ├── check-selectionmode-unchecked-backdrop-insensitive@2.png │ │ │ ├── check-selectionmode-unchecked-backdrop.png │ │ │ ├── check-selectionmode-unchecked-backdrop@2.png │ │ │ ├── check-selectionmode-unchecked-hover.png │ │ │ ├── check-selectionmode-unchecked-hover@2.png │ │ │ ├── check-selectionmode-unchecked-insensitive.png │ │ │ ├── check-selectionmode-unchecked-insensitive@2.png │ │ │ ├── check-selectionmode-unchecked.png │ │ │ ├── check-selectionmode-unchecked@2.png │ │ │ ├── check-unchecked-active.png │ │ │ ├── check-unchecked-active@2.png │ │ │ ├── check-unchecked-backdrop-insensitive.png │ │ │ ├── check-unchecked-backdrop-insensitive@2.png │ │ │ ├── check-unchecked-backdrop.png │ │ │ ├── check-unchecked-backdrop@2.png │ │ │ ├── check-unchecked-hover.png │ │ │ ├── check-unchecked-hover@2.png │ │ │ ├── check-unchecked-insensitive.png │ │ │ ├── check-unchecked-insensitive@2.png │ │ │ ├── check-unchecked.png │ │ │ ├── check-unchecked@2.png │ │ │ ├── checkmark-symbolic.svg │ │ │ ├── combo-entry-active.png │ │ │ ├── combo-entry-button-active.png │ │ │ ├── combo-entry-button-insensitive.png │ │ │ ├── combo-entry-button.png │ │ │ ├── combo-entry-insensitive.png │ │ │ ├── combo-entry.png │ │ │ ├── dash-symbolic.svg │ │ │ ├── entry-active.png │ │ │ ├── entry-insensitive.png │ │ │ ├── entry.png │ │ │ ├── frame-gap-end.png │ │ │ ├── frame-gap-start.png │ │ │ ├── frame.png │ │ │ ├── handle-h.png │ │ │ ├── handle-v.png │ │ │ ├── line-h.png │ │ │ ├── line-v.png │ │ │ ├── menu-arrow-insensitive.png │ │ │ ├── menu-arrow-selected.png │ │ │ ├── menu-arrow.png │ │ │ ├── menubar-button.png │ │ │ ├── notebook-frame-bottom.png │ │ │ ├── notebook-frame-right.png │ │ │ ├── notebook-frame-top.png │ │ │ ├── notebook-gap-horizontal.png │ │ │ ├── notebook-gap-vertical.png │ │ │ ├── null.png │ │ │ ├── progressbar-bar.png │ │ │ ├── progressbar-trough.png │ │ │ ├── radio-checked-active.png │ │ │ ├── radio-checked-active@2.png │ │ │ ├── radio-checked-backdrop-insensitive.png │ │ │ ├── radio-checked-backdrop-insensitive@2.png │ │ │ ├── radio-checked-backdrop.png │ │ │ ├── radio-checked-backdrop@2.png │ │ │ ├── radio-checked-hover.png │ │ │ ├── radio-checked-hover@2.png │ │ │ ├── radio-checked-insensitive.png │ │ │ ├── radio-checked-insensitive@2.png │ │ │ ├── radio-mixed-active.png │ │ │ ├── radio-mixed-active@2.png │ │ │ ├── radio-mixed-backdrop-insensitive.png │ │ │ ├── radio-mixed-backdrop-insensitive@2.png │ │ │ ├── radio-mixed-backdrop.png │ │ │ ├── radio-mixed-backdrop@2.png │ │ │ ├── radio-mixed-hover.png │ │ │ ├── radio-mixed-hover@2.png │ │ │ ├── radio-mixed-insensitive.png │ │ │ ├── radio-mixed-insensitive@2.png │ │ │ ├── radio-unchecked-active.png │ │ │ ├── radio-unchecked-active@2.png │ │ │ ├── radio-unchecked-backdrop-insensitive.png │ │ │ ├── radio-unchecked-backdrop-insensitive@2.png │ │ │ ├── radio-unchecked-backdrop.png │ │ │ ├── radio-unchecked-backdrop@2.png │ │ │ ├── radio-unchecked-hover.png │ │ │ ├── radio-unchecked-hover@2.png │ │ │ ├── radio-unchecked-insensitive.png │ │ │ ├── radio-unchecked-insensitive@2.png │ │ │ ├── radio-unchecked.png │ │ │ ├── radio-unchecked@2.png │ │ │ ├── scale-slider-active.png │ │ │ ├── scale-slider-hover.png │ │ │ ├── scale-slider-insensitive.png │ │ │ ├── scale-slider.png │ │ │ ├── scale-trough-horizontal.png │ │ │ ├── scale-trough-vertical.png │ │ │ ├── scrollbar-slider-horizontal-active.png │ │ │ ├── scrollbar-slider-horizontal-active@2.png │ │ │ ├── scrollbar-slider-horizontal-hover.png │ │ │ ├── scrollbar-slider-horizontal-hover@2.png │ │ │ ├── scrollbar-slider-horizontal.png │ │ │ ├── scrollbar-slider-horizontal@2.png │ │ │ ├── scrollbar-slider-vertical-active.png │ │ │ ├── scrollbar-slider-vertical-active@2.png │ │ │ ├── scrollbar-slider-vertical-hover.png │ │ │ ├── scrollbar-slider-vertical-hover@2.png │ │ │ ├── scrollbar-slider-vertical.png │ │ │ ├── scrollbar-slider-vertical@2.png │ │ │ ├── scrollbar-trough-horizontal.png │ │ │ ├── scrollbar-trough-horizontal@2.png │ │ │ ├── scrollbar-trough-vertical.png │ │ │ ├── scrollbar-trough-vertical@2.png │ │ │ ├── spinbutton-down-insensitive.png │ │ │ ├── spinbutton-down-rtl-insensitive.png │ │ │ ├── spinbutton-down-rtl.png │ │ │ ├── spinbutton-down.png │ │ │ ├── spinbutton-up-insensitive.png │ │ │ ├── spinbutton-up-rtl-insensitive.png │ │ │ ├── spinbutton-up-rtl.png │ │ │ ├── spinbutton-up.png │ │ │ ├── tab-bottom-active.png │ │ │ ├── tab-bottom-inactive.png │ │ │ ├── tab-left-active.png │ │ │ ├── tab-left-inactive.png │ │ │ ├── tab-right-active.png │ │ │ ├── tab-right-inactive.png │ │ │ ├── tab-top-active.png │ │ │ ├── tab-top-inactive.png │ │ │ ├── titlebutton-close-active-backdrop.png │ │ │ ├── titlebutton-close-active-backdrop@2.png │ │ │ ├── titlebutton-close-active.png │ │ │ ├── titlebutton-close-active@2.png │ │ │ ├── titlebutton-close-backdrop.png │ │ │ ├── titlebutton-close-backdrop@2.png │ │ │ ├── titlebutton-close-hover-backdrop.png │ │ │ ├── titlebutton-close-hover-backdrop@2.png │ │ │ ├── titlebutton-close-hover.png │ │ │ ├── titlebutton-close-hover@2.png │ │ │ ├── titlebutton-close.png │ │ │ ├── titlebutton-close@2.png │ │ │ ├── titlebutton-maximize-active-backdrop.png │ │ │ ├── titlebutton-maximize-active-backdrop@2.png │ │ │ ├── titlebutton-maximize-active.png │ │ │ ├── titlebutton-maximize-active@2.png │ │ │ ├── titlebutton-maximize-backdrop.png │ │ │ ├── titlebutton-maximize-backdrop@2.png │ │ │ ├── titlebutton-maximize-hover-backdrop.png │ │ │ ├── titlebutton-maximize-hover-backdrop@2.png │ │ │ ├── titlebutton-maximize-hover.png │ │ │ ├── titlebutton-maximize-hover@2.png │ │ │ ├── titlebutton-maximize-maximized-active-backdrop.png │ │ │ ├── titlebutton-maximize-maximized-active-backdrop@2.png │ │ │ ├── titlebutton-maximize-maximized-active.png │ │ │ ├── titlebutton-maximize-maximized-active@2.png │ │ │ ├── titlebutton-maximize-maximized-backdrop.png │ │ │ ├── titlebutton-maximize-maximized-backdrop@2.png │ │ │ ├── titlebutton-maximize-maximized-hover-backdrop.png │ │ │ ├── titlebutton-maximize-maximized-hover-backdrop@2.png │ │ │ ├── titlebutton-maximize-maximized-hover.png │ │ │ ├── titlebutton-maximize-maximized-hover@2.png │ │ │ ├── titlebutton-maximize-maximized.png │ │ │ ├── titlebutton-maximize-maximized@2.png │ │ │ ├── titlebutton-maximize.png │ │ │ ├── titlebutton-maximize@2.png │ │ │ ├── titlebutton-minimize-active-backdrop.png │ │ │ ├── titlebutton-minimize-active-backdrop@2.png │ │ │ ├── titlebutton-minimize-active.png │ │ │ ├── titlebutton-minimize-active@2.png │ │ │ ├── titlebutton-minimize-backdrop.png │ │ │ ├── titlebutton-minimize-backdrop@2.png │ │ │ ├── titlebutton-minimize-hover-backdrop.png │ │ │ ├── titlebutton-minimize-hover-backdrop@2.png │ │ │ ├── titlebutton-minimize-hover.png │ │ │ ├── titlebutton-minimize-hover@2.png │ │ │ ├── titlebutton-minimize.png │ │ │ ├── titlebutton-minimize@2.png │ │ │ ├── togglebutton-active.png │ │ │ ├── togglebutton-hover.png │ │ │ ├── togglebutton-insensitive.png │ │ │ ├── togglebutton.png │ │ │ ├── toolbar-background.png │ │ │ ├── toolbutton-active.png │ │ │ ├── toolbutton-hover.png │ │ │ ├── toolbutton-toggled.png │ │ │ └── tree-header.png │ │ │ ├── gtk-2.0 │ │ │ ├── gtkrc │ │ │ └── widgets │ │ │ │ ├── buttons │ │ │ │ ├── default │ │ │ │ ├── entry │ │ │ │ ├── menu │ │ │ │ ├── misc │ │ │ │ ├── notebook │ │ │ │ ├── progressbar │ │ │ │ ├── range │ │ │ │ ├── scrollbar │ │ │ │ ├── styles │ │ │ │ └── toolbar │ │ │ ├── gtk-3.0 │ │ │ └── gtk.css │ │ │ └── gtk-4.0 │ │ │ └── gtk.css │ ├── Kvantum │ │ ├── Leaf_Dark │ │ │ ├── Leaf_Dark.kvconfig │ │ │ └── Leaf_Dark.svg │ │ └── Leaf_Light │ │ │ ├── Leaf_Light.kvconfig │ │ │ └── Leaf_Light.svg │ └── Plasma │ │ ├── Leaf_Dark │ │ ├── colors │ │ ├── dialogs │ │ │ └── background.svgz │ │ ├── icons │ │ │ ├── TeamViewer.svg │ │ │ ├── accessories.svg │ │ │ ├── akonadi.svg │ │ │ ├── akregator.svg │ │ │ ├── amarok.svg │ │ │ ├── antimicro.svg │ │ │ ├── applications.svg │ │ │ ├── apport.svg │ │ │ ├── audacious.svg │ │ │ ├── audio.svg │ │ │ ├── battery.svg │ │ │ ├── battery.svg.back │ │ │ ├── bookmarks.svg │ │ │ ├── cadence.svg │ │ │ ├── cantata.svg │ │ │ ├── choqok.svg │ │ │ ├── choqok_offline.svg │ │ │ ├── computer.svg │ │ │ ├── configure.svg │ │ │ ├── device.svg │ │ │ ├── disk.svg │ │ │ ├── distribute.svg │ │ │ ├── document.svg │ │ │ ├── drive.svg │ │ │ ├── edit.svg │ │ │ ├── elisa.svg │ │ │ ├── emblem.svg │ │ │ ├── face.svg │ │ │ ├── go.svg │ │ │ ├── image.svg │ │ │ ├── input.svg │ │ │ ├── internet.svg │ │ │ ├── jami.svg │ │ │ ├── juk.svg │ │ │ ├── kaffeine.svg │ │ │ ├── kalarm.svg │ │ │ ├── kate.svg │ │ │ ├── kdeconnect.svg │ │ │ ├── kdf.svg │ │ │ ├── keyboard.svg │ │ │ ├── kget.svg │ │ │ ├── kgpg.svg │ │ │ ├── kleopatra.svg │ │ │ ├── klipper.svg │ │ │ ├── kmail.svg │ │ │ ├── knotes.svg │ │ │ ├── konv_message.svg │ │ │ ├── konversation.svg │ │ │ ├── kopete.svg │ │ │ ├── korgac.svg │ │ │ ├── krfb.svg │ │ │ ├── kruler.svg │ │ │ ├── krusader_root.svg │ │ │ ├── krusader_user.svg │ │ │ ├── kteatime.svg │ │ │ ├── ktorrent.svg │ │ │ ├── kup.svg │ │ │ ├── leepassxc.svg │ │ │ ├── list.svg │ │ │ ├── lutris.svg │ │ │ ├── mail.svg │ │ │ ├── manjaro.svg │ │ │ ├── media.svg │ │ │ ├── mellowplayer.svg │ │ │ ├── nepomuk.svg │ │ │ ├── network.svg │ │ │ ├── notification.svg │ │ │ ├── notifications.svg │ │ │ ├── nulloy.svg │ │ │ ├── office.svg │ │ │ ├── offline.svg │ │ │ ├── onboard.svg │ │ │ ├── osd.svg │ │ │ ├── phone.svg │ │ │ ├── plasma.svg │ │ │ ├── plasmavault.svg │ │ │ ├── plasmavault_error.svg │ │ │ ├── preferences.svg │ │ │ ├── printer.svg │ │ │ ├── qbittorrent-tray-dark.svg │ │ │ ├── qbittorrent.svg │ │ │ ├── quassel.svg │ │ │ ├── quota.svg │ │ │ ├── ring.svg │ │ │ ├── sirikali.svg │ │ │ ├── slc.svg │ │ │ ├── start.svg │ │ │ ├── start.svgz.back │ │ │ ├── strawberry.svg │ │ │ ├── system.svg │ │ │ ├── thunderbird.svg │ │ │ ├── tools.svg │ │ │ ├── update.svg │ │ │ ├── user.svg │ │ │ ├── utilities.svg │ │ │ ├── veracrypt.svg │ │ │ ├── video.svg │ │ │ ├── view.svg │ │ │ ├── virt.svg │ │ │ ├── vlc.svg │ │ │ ├── wallet.svg │ │ │ ├── window.svg │ │ │ ├── yakuake.svg │ │ │ └── zoom.svg │ │ ├── metadata.desktop │ │ ├── plasmarc │ │ ├── wallpaper │ │ │ └── moedark.png │ │ ├── weather │ │ │ └── wind-arrows.svgz │ │ └── widgets │ │ │ ├── action-overlays.svgz │ │ │ ├── actionbutton.svgz │ │ │ ├── analog_meter.svgz │ │ │ ├── arrows.svgz │ │ │ ├── background.svgz │ │ │ ├── bar_meter_horizontal.svgz │ │ │ ├── bar_meter_vertical.svgz │ │ │ ├── branding.svgz │ │ │ ├── busywidget.svgz │ │ │ ├── button.svgz │ │ │ ├── calendar.svgz │ │ │ ├── checkmarks.svgz │ │ │ ├── clock.svgz │ │ │ ├── configuration-icons.svgz │ │ │ ├── containment-controls.svgz │ │ │ ├── dragger.svgz │ │ │ ├── frame.svgz │ │ │ ├── glowbar.svgz │ │ │ ├── line.svgz │ │ │ ├── lineedit.svgz │ │ │ ├── listitem.svgz │ │ │ ├── margins-highlight.svgz │ │ │ ├── media-delegate.svgz │ │ │ ├── menubaritem.svgz │ │ │ ├── monitor.svgz │ │ │ ├── notes.svgz │ │ │ ├── pager.svgz │ │ │ ├── panel-background.svg │ │ │ ├── picker.svgz │ │ │ ├── plasmoidheading.svgz │ │ │ ├── plot-background.svgz │ │ │ ├── radiobutton.svgz │ │ │ ├── scrollbar.svgz │ │ │ ├── scrollwidget.svgz │ │ │ ├── slider.svgz │ │ │ ├── tabbar.svgz │ │ │ ├── tasks.svgz │ │ │ ├── timer.svgz │ │ │ ├── toolbar.svgz │ │ │ ├── tooltip.svgz │ │ │ ├── translucentbackground.svgz │ │ │ └── viewitem.svgz │ │ └── Leaf_Light │ │ ├── colors │ │ ├── dialogs │ │ └── background.svgz │ │ ├── icons │ │ ├── TeamViewer.svg │ │ ├── accessories.svg │ │ ├── akonadi.svg │ │ ├── akregator.svg │ │ ├── amarok.svg │ │ ├── antimicro.svg │ │ ├── applications.svg │ │ ├── apport.svg │ │ ├── audacious.svg │ │ ├── audio.svg │ │ ├── battery.svg │ │ ├── battery.svg.back │ │ ├── bookmarks.svg │ │ ├── cadence.svg │ │ ├── cantata.svg │ │ ├── choqok.svg │ │ ├── choqok_offline.svg │ │ ├── computer.svg │ │ ├── configure.svg │ │ ├── device.svg │ │ ├── disk.svg │ │ ├── distribute.svg │ │ ├── document.svg │ │ ├── drive.svg │ │ ├── edit.svg │ │ ├── elisa.svg │ │ ├── emblem.svg │ │ ├── face.svg │ │ ├── go.svg │ │ ├── image.svg │ │ ├── input.svg │ │ ├── internet.svg │ │ ├── jami.svg │ │ ├── juk.svg │ │ ├── kaffeine.svg │ │ ├── kalarm.svg │ │ ├── kate.svg │ │ ├── kdeconnect.svg │ │ ├── kdf.svg │ │ ├── keyboard.svg │ │ ├── kget.svg │ │ ├── kgpg.svg │ │ ├── kleopatra.svg │ │ ├── klipper.svg │ │ ├── kmail.svg │ │ ├── knotes.svg │ │ ├── konv_message.svg │ │ ├── konversation.svg │ │ ├── kopete.svg │ │ ├── korgac.svg │ │ ├── krfb.svg │ │ ├── kruler.svg │ │ ├── krusader_root.svg │ │ ├── krusader_user.svg │ │ ├── kteatime.svg │ │ ├── ktorrent.svg │ │ ├── kup.svg │ │ ├── list.svg │ │ ├── lutris.svg │ │ ├── mail.svg │ │ ├── manjaro.svg │ │ ├── media.svg │ │ ├── mellowplayer.svg │ │ ├── nepomuk.svg │ │ ├── network.svg │ │ ├── notification.svg │ │ ├── notifications.svg │ │ ├── nulloy.svg │ │ ├── office.svg │ │ ├── offline.svg │ │ ├── onboard.svg │ │ ├── osd.svg │ │ ├── phone.svg │ │ ├── plasma.svg │ │ ├── plasmavault.svg │ │ ├── plasmavault_error.svg │ │ ├── preferences.svg │ │ ├── printer.svg │ │ ├── qbittorrent-tray-dark.svg │ │ ├── qbittorrent.svg │ │ ├── quassel.svg │ │ ├── quota.svg │ │ ├── ring.svg │ │ ├── sirikali.svg │ │ ├── slc.svg │ │ ├── start.svg │ │ ├── start.svgz.back │ │ ├── strawberry.svg │ │ ├── system.svg │ │ ├── thunderbird.svg │ │ ├── tools.svg │ │ ├── update.svg │ │ ├── user.svg │ │ ├── utilities.svg │ │ ├── veracrypt.svg │ │ ├── video.svg │ │ ├── view.svg │ │ ├── virt.svg │ │ ├── vlc.svg │ │ ├── wallet.svg │ │ ├── window.svg │ │ ├── yakuake.svg │ │ └── zoom.svg │ │ ├── metadata.desktop │ │ ├── plasmarc │ │ ├── wallpaper │ │ └── moe.png │ │ ├── weather │ │ └── wind-arrows.svgz │ │ └── widgets │ │ ├── action-overlays.svgz │ │ ├── actionbutton.svgz │ │ ├── analog_meter.svgz │ │ ├── arrows.svgz │ │ ├── background.svgz │ │ ├── bar_meter_horizontal.svgz │ │ ├── bar_meter_vertical.svgz │ │ ├── branding.svgz │ │ ├── busywidget.svgz │ │ ├── button.svgz │ │ ├── calendar.svgz │ │ ├── checkmarks.svgz │ │ ├── clock.svgz │ │ ├── configuration-icons.svgz │ │ ├── containment-controls.svgz │ │ ├── dragger.svgz │ │ ├── frame.svgz │ │ ├── glowbar.svgz │ │ ├── line.svgz │ │ ├── lineedit.svgz │ │ ├── listitem.svgz │ │ ├── margins-highlight.svgz │ │ ├── media-delegate.svgz │ │ ├── menubaritem.svgz │ │ ├── monitor.svgz │ │ ├── notes.svgz │ │ ├── pager.svgz │ │ ├── panel-background.svg │ │ ├── picker.svgz │ │ ├── plasmoidheading.svgz │ │ ├── plot-background.svgz │ │ ├── radiobutton.svgz │ │ ├── scrollbar.svgz │ │ ├── scrollwidget.svgz │ │ ├── slider.svgz │ │ ├── tabbar.svgz │ │ ├── tasks.svgz │ │ ├── timer.svgz │ │ ├── toolbar.svgz │ │ ├── tooltip.svgz │ │ ├── translucentbackground.svgz │ │ └── viewitem.svgz ├── Screen.png └── Wallpaper │ ├── Leaf_Dark.jpg │ └── Leaf_Light.jpg ├── Monochrome_Red ├── Conky │ ├── Izar │ │ ├── Izar.conf │ │ ├── Izar_old.conf │ │ ├── fonts │ │ │ ├── Comfortaa-Bold.ttf │ │ │ ├── Comfortaa-Light.ttf │ │ │ ├── Comfortaa-Regular.ttf │ │ │ └── beckman.zip │ │ ├── icons │ │ │ └── JDWS-02 │ │ │ │ ├── 01d.svg │ │ │ │ ├── 01n.svg │ │ │ │ ├── 02d.svg │ │ │ │ ├── 02n.svg │ │ │ │ ├── 03d.svg │ │ │ │ ├── 03n.svg │ │ │ │ ├── 04d.svg │ │ │ │ ├── 04n.svg │ │ │ │ ├── 09d.svg │ │ │ │ ├── 09n.svg │ │ │ │ ├── 10d.svg │ │ │ │ ├── 10n.svg │ │ │ │ ├── 11d.svg │ │ │ │ ├── 11n.svg │ │ │ │ ├── 13d.svg │ │ │ │ ├── 13n.svg │ │ │ │ ├── 50d.svg │ │ │ │ ├── 50n.svg │ │ │ │ ├── jdwi-clear-day.svg │ │ │ │ ├── jdwi-clear-night.svg │ │ │ │ ├── jdwi-cloudy-day.svg │ │ │ │ ├── jdwi-cloudy-night.svg │ │ │ │ ├── jdwi-cloudy.svg │ │ │ │ ├── jdwi-fog-day.svg │ │ │ │ ├── jdwi-fog-night.svg │ │ │ │ ├── jdwi-fog.svg │ │ │ │ ├── jdwi-partly-cloudy-day.svg │ │ │ │ ├── jdwi-partly-cloudy-night.svg │ │ │ │ ├── jdwi-rain-day.svg │ │ │ │ ├── jdwi-rain-night.svg │ │ │ │ ├── jdwi-rain.svg │ │ │ │ ├── jdwi-sleet-day.svg │ │ │ │ ├── jdwi-sleet-night.svg │ │ │ │ ├── jdwi-sleet.svg │ │ │ │ ├── jdwi-snow-day.svg │ │ │ │ ├── jdwi-snow-night.svg │ │ │ │ ├── jdwi-snow.svg │ │ │ │ ├── jdwi-storm-day.svg │ │ │ │ ├── jdwi-storm-night.svg │ │ │ │ ├── jdwi-storm.svg │ │ │ │ ├── jdwi-unknown.svg │ │ │ │ └── jdwi-windy.svg │ │ ├── preview.png │ │ ├── res │ │ │ ├── Red.svg │ │ │ └── White.svg │ │ ├── scripts │ │ │ ├── weather-icon.sh │ │ │ └── weather.sh │ │ ├── source.txt │ │ └── start.sh │ └── Regulus │ │ ├── Regulus.conf │ │ ├── fonts │ │ ├── BebasNeue-Regular.ttf │ │ ├── HelveticaNeue Light.ttf │ │ ├── Material.ttf │ │ └── NanumGothic-Regular.ttf │ │ ├── icons │ │ ├── headphones-3-512.png │ │ └── spotify-512.png │ │ ├── last_cover_id.txt │ │ ├── rings-v1.2.1.lua │ │ ├── scripts │ │ └── spotify │ │ │ ├── album.sh │ │ │ ├── artist.sh │ │ │ ├── cover.sh │ │ │ ├── id.sh │ │ │ ├── imgurl.sh │ │ │ ├── status.sh │ │ │ ├── title.sh │ │ │ └── year.sh │ │ └── start.sh ├── Gtk │ └── Monochrome_Red │ │ ├── assets │ │ ├── arrow-down-active.png │ │ ├── arrow-down-hover.png │ │ ├── arrow-down-insensitive.png │ │ ├── arrow-down.png │ │ ├── arrow-left-active.png │ │ ├── arrow-left-hover.png │ │ ├── arrow-left-insensitive.png │ │ ├── arrow-left.png │ │ ├── arrow-right-active.png │ │ ├── arrow-right-hover.png │ │ ├── arrow-right-insensitive.png │ │ ├── arrow-right.png │ │ ├── arrow-small-down-active.png │ │ ├── arrow-small-down-hover.png │ │ ├── arrow-small-down-insensitive.png │ │ ├── arrow-small-down.png │ │ ├── arrow-small-left-active.png │ │ ├── arrow-small-left-hover.png │ │ ├── arrow-small-left-insensitive.png │ │ ├── arrow-small-left.png │ │ ├── arrow-small-right-active.png │ │ ├── arrow-small-right-hover.png │ │ ├── arrow-small-right-insensitive.png │ │ ├── arrow-small-right.png │ │ ├── arrow-small-up-active.png │ │ ├── arrow-small-up-hover.png │ │ ├── arrow-small-up-insensitive.png │ │ ├── arrow-small-up.png │ │ ├── arrow-up-active.png │ │ ├── arrow-up-hover.png │ │ ├── arrow-up-insensitive.png │ │ ├── arrow-up.png │ │ ├── breeze-check-checked-symbolic.svg │ │ ├── breeze-check-indeterminate-symbolic.svg │ │ ├── breeze-check-unchecked-symbolic.svg │ │ ├── breeze-close-active-symbolic.svg │ │ ├── breeze-close-hover-symbolic.svg │ │ ├── breeze-close-symbolic.svg │ │ ├── breeze-maximize-active-symbolic.svg │ │ ├── breeze-maximize-hover-symbolic.svg │ │ ├── breeze-maximize-symbolic.svg │ │ ├── breeze-maximized-active-symbolic.svg │ │ ├── breeze-maximized-hover-symbolic.svg │ │ ├── breeze-maximized-symbolic.svg │ │ ├── breeze-minimize-active-symbolic.svg │ │ ├── breeze-minimize-hover-symbolic.svg │ │ ├── breeze-minimize-symbolic.svg │ │ ├── breeze-radio-checked-symbolic.svg │ │ ├── breeze-radio-indeterminate-symbolic.svg │ │ ├── breeze-radio-unchecked-symbolic.svg │ │ ├── bullet-symbolic.svg │ │ ├── button-active.png │ │ ├── button-hover.png │ │ ├── button-insensitive.png │ │ ├── button.png │ │ ├── check-checked-active.png │ │ ├── check-checked-active@2.png │ │ ├── check-checked-backdrop-insensitive.png │ │ ├── check-checked-backdrop-insensitive@2.png │ │ ├── check-checked-backdrop.png │ │ ├── check-checked-backdrop@2.png │ │ ├── check-checked-hover.png │ │ ├── check-checked-hover@2.png │ │ ├── check-checked-insensitive.png │ │ ├── check-checked-insensitive@2.png │ │ ├── check-mixed-active.png │ │ ├── check-mixed-active@2.png │ │ ├── check-mixed-backdrop-insensitive.png │ │ ├── check-mixed-backdrop-insensitive@2.png │ │ ├── check-mixed-backdrop.png │ │ ├── check-mixed-backdrop@2.png │ │ ├── check-mixed-hover.png │ │ ├── check-mixed-hover@2.png │ │ ├── check-mixed-insensitive.png │ │ ├── check-mixed-insensitive@2.png │ │ ├── check-selectionmode-checked-active.png │ │ ├── check-selectionmode-checked-active@2.png │ │ ├── check-selectionmode-checked-backdrop-insensitive.png │ │ ├── check-selectionmode-checked-backdrop-insensitive@2.png │ │ ├── check-selectionmode-checked-backdrop.png │ │ ├── check-selectionmode-checked-backdrop@2.png │ │ ├── check-selectionmode-checked-hover.png │ │ ├── check-selectionmode-checked-hover@2.png │ │ ├── check-selectionmode-checked-insensitive.png │ │ ├── check-selectionmode-checked-insensitive@2.png │ │ ├── check-selectionmode-unchecked-active.png │ │ ├── check-selectionmode-unchecked-active@2.png │ │ ├── check-selectionmode-unchecked-backdrop-insensitive.png │ │ ├── check-selectionmode-unchecked-backdrop-insensitive@2.png │ │ ├── check-selectionmode-unchecked-backdrop.png │ │ ├── check-selectionmode-unchecked-backdrop@2.png │ │ ├── check-selectionmode-unchecked-hover.png │ │ ├── check-selectionmode-unchecked-hover@2.png │ │ ├── check-selectionmode-unchecked-insensitive.png │ │ ├── check-selectionmode-unchecked-insensitive@2.png │ │ ├── check-selectionmode-unchecked.png │ │ ├── check-selectionmode-unchecked@2.png │ │ ├── check-unchecked-active.png │ │ ├── check-unchecked-active@2.png │ │ ├── check-unchecked-backdrop-insensitive.png │ │ ├── check-unchecked-backdrop-insensitive@2.png │ │ ├── check-unchecked-backdrop.png │ │ ├── check-unchecked-backdrop@2.png │ │ ├── check-unchecked-hover.png │ │ ├── check-unchecked-hover@2.png │ │ ├── check-unchecked-insensitive.png │ │ ├── check-unchecked-insensitive@2.png │ │ ├── check-unchecked.png │ │ ├── check-unchecked@2.png │ │ ├── checkmark-symbolic.svg │ │ ├── combo-entry-active.png │ │ ├── combo-entry-button-active.png │ │ ├── combo-entry-button-insensitive.png │ │ ├── combo-entry-button.png │ │ ├── combo-entry-insensitive.png │ │ ├── combo-entry.png │ │ ├── dash-symbolic.svg │ │ ├── entry-active.png │ │ ├── entry-insensitive.png │ │ ├── entry.png │ │ ├── frame-gap-end.png │ │ ├── frame-gap-start.png │ │ ├── frame.png │ │ ├── handle-h.png │ │ ├── handle-v.png │ │ ├── line-h.png │ │ ├── line-v.png │ │ ├── menu-arrow-insensitive.png │ │ ├── menu-arrow-selected.png │ │ ├── menu-arrow.png │ │ ├── menubar-button.png │ │ ├── notebook-frame-bottom.png │ │ ├── notebook-frame-right.png │ │ ├── notebook-frame-top.png │ │ ├── notebook-gap-horizontal.png │ │ ├── notebook-gap-vertical.png │ │ ├── null.png │ │ ├── progressbar-bar.png │ │ ├── progressbar-trough.png │ │ ├── radio-checked-active.png │ │ ├── radio-checked-active@2.png │ │ ├── radio-checked-backdrop-insensitive.png │ │ ├── radio-checked-backdrop-insensitive@2.png │ │ ├── radio-checked-backdrop.png │ │ ├── radio-checked-backdrop@2.png │ │ ├── radio-checked-hover.png │ │ ├── radio-checked-hover@2.png │ │ ├── radio-checked-insensitive.png │ │ ├── radio-checked-insensitive@2.png │ │ ├── radio-mixed-active.png │ │ ├── radio-mixed-active@2.png │ │ ├── radio-mixed-backdrop-insensitive.png │ │ ├── radio-mixed-backdrop-insensitive@2.png │ │ ├── radio-mixed-backdrop.png │ │ ├── radio-mixed-backdrop@2.png │ │ ├── radio-mixed-hover.png │ │ ├── radio-mixed-hover@2.png │ │ ├── radio-mixed-insensitive.png │ │ ├── radio-mixed-insensitive@2.png │ │ ├── radio-unchecked-active.png │ │ ├── radio-unchecked-active@2.png │ │ ├── radio-unchecked-backdrop-insensitive.png │ │ ├── radio-unchecked-backdrop-insensitive@2.png │ │ ├── radio-unchecked-backdrop.png │ │ ├── radio-unchecked-backdrop@2.png │ │ ├── radio-unchecked-hover.png │ │ ├── radio-unchecked-hover@2.png │ │ ├── radio-unchecked-insensitive.png │ │ ├── radio-unchecked-insensitive@2.png │ │ ├── radio-unchecked.png │ │ ├── radio-unchecked@2.png │ │ ├── scale-slider-active.png │ │ ├── scale-slider-hover.png │ │ ├── scale-slider-insensitive.png │ │ ├── scale-slider.png │ │ ├── scale-trough-horizontal.png │ │ ├── scale-trough-vertical.png │ │ ├── scrollbar-slider-horizontal-active.png │ │ ├── scrollbar-slider-horizontal-active@2.png │ │ ├── scrollbar-slider-horizontal-hover.png │ │ ├── scrollbar-slider-horizontal-hover@2.png │ │ ├── scrollbar-slider-horizontal.png │ │ ├── scrollbar-slider-horizontal@2.png │ │ ├── scrollbar-slider-vertical-active.png │ │ ├── scrollbar-slider-vertical-active@2.png │ │ ├── scrollbar-slider-vertical-hover.png │ │ ├── scrollbar-slider-vertical-hover@2.png │ │ ├── scrollbar-slider-vertical.png │ │ ├── scrollbar-slider-vertical@2.png │ │ ├── scrollbar-trough-horizontal.png │ │ ├── scrollbar-trough-horizontal@2.png │ │ ├── scrollbar-trough-vertical.png │ │ ├── scrollbar-trough-vertical@2.png │ │ ├── spinbutton-down-insensitive.png │ │ ├── spinbutton-down-rtl-insensitive.png │ │ ├── spinbutton-down-rtl.png │ │ ├── spinbutton-down.png │ │ ├── spinbutton-up-insensitive.png │ │ ├── spinbutton-up-rtl-insensitive.png │ │ ├── spinbutton-up-rtl.png │ │ ├── spinbutton-up.png │ │ ├── tab-bottom-active.png │ │ ├── tab-bottom-inactive.png │ │ ├── tab-left-active.png │ │ ├── tab-left-inactive.png │ │ ├── tab-right-active.png │ │ ├── tab-right-inactive.png │ │ ├── tab-top-active.png │ │ ├── tab-top-inactive.png │ │ ├── titlebutton-close-active-backdrop.png │ │ ├── titlebutton-close-active-backdrop@2.png │ │ ├── titlebutton-close-active.png │ │ ├── titlebutton-close-active@2.png │ │ ├── titlebutton-close-backdrop.png │ │ ├── titlebutton-close-backdrop@2.png │ │ ├── titlebutton-close-hover-backdrop.png │ │ ├── titlebutton-close-hover-backdrop@2.png │ │ ├── titlebutton-close-hover.png │ │ ├── titlebutton-close-hover@2.png │ │ ├── titlebutton-close.png │ │ ├── titlebutton-close@2.png │ │ ├── titlebutton-maximize-active-backdrop.png │ │ ├── titlebutton-maximize-active-backdrop@2.png │ │ ├── titlebutton-maximize-active.png │ │ ├── titlebutton-maximize-active@2.png │ │ ├── titlebutton-maximize-backdrop.png │ │ ├── titlebutton-maximize-backdrop@2.png │ │ ├── titlebutton-maximize-hover-backdrop.png │ │ ├── titlebutton-maximize-hover-backdrop@2.png │ │ ├── titlebutton-maximize-hover.png │ │ ├── titlebutton-maximize-hover@2.png │ │ ├── titlebutton-maximize-maximized-active-backdrop.png │ │ ├── titlebutton-maximize-maximized-active-backdrop@2.png │ │ ├── titlebutton-maximize-maximized-active.png │ │ ├── titlebutton-maximize-maximized-active@2.png │ │ ├── titlebutton-maximize-maximized-backdrop.png │ │ ├── titlebutton-maximize-maximized-backdrop@2.png │ │ ├── titlebutton-maximize-maximized-hover-backdrop.png │ │ ├── titlebutton-maximize-maximized-hover-backdrop@2.png │ │ ├── titlebutton-maximize-maximized-hover.png │ │ ├── titlebutton-maximize-maximized-hover@2.png │ │ ├── titlebutton-maximize-maximized.png │ │ ├── titlebutton-maximize-maximized@2.png │ │ ├── titlebutton-maximize.png │ │ ├── titlebutton-maximize@2.png │ │ ├── titlebutton-minimize-active-backdrop.png │ │ ├── titlebutton-minimize-active-backdrop@2.png │ │ ├── titlebutton-minimize-active.png │ │ ├── titlebutton-minimize-active@2.png │ │ ├── titlebutton-minimize-backdrop.png │ │ ├── titlebutton-minimize-backdrop@2.png │ │ ├── titlebutton-minimize-hover-backdrop.png │ │ ├── titlebutton-minimize-hover-backdrop@2.png │ │ ├── titlebutton-minimize-hover.png │ │ ├── titlebutton-minimize-hover@2.png │ │ ├── titlebutton-minimize.png │ │ ├── titlebutton-minimize@2.png │ │ ├── togglebutton-active.png │ │ ├── togglebutton-hover.png │ │ ├── togglebutton-insensitive.png │ │ ├── togglebutton.png │ │ ├── toolbar-background.png │ │ ├── toolbutton-active.png │ │ ├── toolbutton-hover.png │ │ ├── toolbutton-toggled.png │ │ └── tree-header.png │ │ ├── gtk-2.0 │ │ ├── gtkrc │ │ └── widgets │ │ │ ├── buttons │ │ │ ├── default │ │ │ ├── entry │ │ │ ├── menu │ │ │ ├── misc │ │ │ ├── notebook │ │ │ ├── progressbar │ │ │ ├── range │ │ │ ├── scrollbar │ │ │ ├── styles │ │ │ └── toolbar │ │ ├── gtk-3.0 │ │ └── gtk.css │ │ └── gtk-4.0 │ │ └── gtk.css ├── Kde │ ├── Color_Scheme │ │ ├── KDE │ │ │ └── Monochrome_Red.colors │ │ ├── Kate │ │ │ └── Monochrome_Red.theme │ │ └── Konsole │ │ │ └── Monochrome_Red.colorscheme │ ├── Kvantum │ │ └── Monochrome_Red │ │ │ ├── Monochrome_Red.kvconfig │ │ │ └── Monochrome_Red.svg │ └── Plasma_Theme │ │ ├── Monochrome_Red │ │ ├── AUTHORS │ │ ├── LICENSE │ │ ├── colors │ │ ├── dialogs │ │ │ └── background.svg │ │ ├── icons │ │ │ ├── TeamViewer.svg │ │ │ ├── accessories.svg │ │ │ ├── akonadi.svg │ │ │ ├── akregator.svg │ │ │ ├── amarok.svg │ │ │ ├── antimicro.svg │ │ │ ├── applications.svg │ │ │ ├── apport.svg │ │ │ ├── audacious.svg │ │ │ ├── audio.svg │ │ │ ├── battery.svg │ │ │ ├── battery.svg.back │ │ │ ├── bookmarks.svg │ │ │ ├── cadence.svg │ │ │ ├── cantata.svg │ │ │ ├── choqok.svg │ │ │ ├── choqok_offline.svg │ │ │ ├── computer.svg │ │ │ ├── configure.svg │ │ │ ├── device.svg │ │ │ ├── disk.svg │ │ │ ├── distribute.svg │ │ │ ├── document.svg │ │ │ ├── drive.svg │ │ │ ├── edit.svg │ │ │ ├── elisa.svg │ │ │ ├── emblem.svg │ │ │ ├── face.svg │ │ │ ├── go.svg │ │ │ ├── image.svg │ │ │ ├── input.svg │ │ │ ├── internet.svg │ │ │ ├── jami.svg │ │ │ ├── juk.svg │ │ │ ├── kaffeine.svg │ │ │ ├── kalarm.svg │ │ │ ├── kate.svg │ │ │ ├── kdeconnect.svg │ │ │ ├── kdf.svg │ │ │ ├── keyboard.svg │ │ │ ├── kget.svg │ │ │ ├── kgpg.svg │ │ │ ├── kleopatra.svg │ │ │ ├── klipper.svg │ │ │ ├── kmail.svg │ │ │ ├── knotes.svg │ │ │ ├── konv_message.svg │ │ │ ├── konversation.svg │ │ │ ├── kopete.svg │ │ │ ├── korgac.svg │ │ │ ├── krfb.svg │ │ │ ├── kruler.svg │ │ │ ├── krusader_root.svg │ │ │ ├── krusader_user.svg │ │ │ ├── kteatime.svg │ │ │ ├── ktorrent.svg │ │ │ ├── kup.svg │ │ │ ├── leepassxc.svg │ │ │ ├── list.svg │ │ │ ├── lutris.svg │ │ │ ├── mail.svg │ │ │ ├── manjaro.svg │ │ │ ├── media.svg │ │ │ ├── mellowplayer.svg │ │ │ ├── nepomuk.svg │ │ │ ├── network.svg │ │ │ ├── notification.svg │ │ │ ├── notifications.svg │ │ │ ├── nulloy.svg │ │ │ ├── office.svg │ │ │ ├── offline.svg │ │ │ ├── onboard.svg │ │ │ ├── osd.svg │ │ │ ├── phone.svg │ │ │ ├── plasma.svg │ │ │ ├── plasmavault.svg │ │ │ ├── plasmavault_error.svg │ │ │ ├── preferences.svg │ │ │ ├── printer.svg │ │ │ ├── qbittorrent-tray-dark.svg │ │ │ ├── qbittorrent.svg │ │ │ ├── quassel.svg │ │ │ ├── quota.svg │ │ │ ├── ring.svg │ │ │ ├── sirikali.svg │ │ │ ├── slc.svg │ │ │ ├── start.svg │ │ │ ├── start.svgz.back │ │ │ ├── strawberry.svg │ │ │ ├── system.svg │ │ │ ├── thunderbird.svg │ │ │ ├── tools.svg │ │ │ ├── update.svg │ │ │ ├── user.svg │ │ │ ├── utilities.svg │ │ │ ├── veracrypt.svg │ │ │ ├── video.svg │ │ │ ├── view.svg │ │ │ ├── virt.svg │ │ │ ├── vlc.svg │ │ │ ├── wallet.svg │ │ │ ├── window.svg │ │ │ ├── yakuake.svg │ │ │ └── zoom.svg │ │ ├── metadata.desktop │ │ └── widgets │ │ │ ├── action-overlays.svg │ │ │ ├── actionbutton.svg │ │ │ ├── arrows.svg │ │ │ ├── background.svg │ │ │ ├── bar_meter_horizontal.svg │ │ │ ├── bar_meter_vertical.svg │ │ │ ├── busywidget.svg │ │ │ ├── button.svg │ │ │ ├── calendar.svg │ │ │ ├── checkmarks.svg │ │ │ ├── clock.svg │ │ │ ├── configuration-icons.svg │ │ │ ├── containment-controls.svg │ │ │ ├── frame.svg │ │ │ ├── glowbar.svg │ │ │ ├── line.svg │ │ │ ├── lineedit.svg │ │ │ ├── listitem.svg │ │ │ ├── notes.svg │ │ │ ├── pager.svg │ │ │ ├── panel-background.svg │ │ │ ├── plasmoidheading.svg │ │ │ ├── scrollbar.svg │ │ │ ├── scrollwidget.svg │ │ │ ├── slider.svg │ │ │ ├── tabbar.svg │ │ │ ├── tasks.svg │ │ │ ├── timer.svg │ │ │ ├── tooltip.svg │ │ │ └── viewitem.svg │ │ └── Monochrome_Red_No_Outline │ │ ├── AUTHORS │ │ ├── LICENSE │ │ ├── colors │ │ ├── dialogs │ │ └── background.svg │ │ ├── icons │ │ ├── TeamViewer.svg │ │ ├── accessories.svg │ │ ├── akonadi.svg │ │ ├── akregator.svg │ │ ├── amarok.svg │ │ ├── antimicro.svg │ │ ├── applications.svg │ │ ├── apport.svg │ │ ├── audacious.svg │ │ ├── audio.svg │ │ ├── battery.svg │ │ ├── battery.svg.back │ │ ├── bookmarks.svg │ │ ├── cadence.svg │ │ ├── cantata.svg │ │ ├── choqok.svg │ │ ├── choqok_offline.svg │ │ ├── computer.svg │ │ ├── configure.svg │ │ ├── device.svg │ │ ├── disk.svg │ │ ├── distribute.svg │ │ ├── document.svg │ │ ├── drive.svg │ │ ├── edit.svg │ │ ├── elisa.svg │ │ ├── emblem.svg │ │ ├── face.svg │ │ ├── go.svg │ │ ├── image.svg │ │ ├── input.svg │ │ ├── internet.svg │ │ ├── jami.svg │ │ ├── juk.svg │ │ ├── kaffeine.svg │ │ ├── kalarm.svg │ │ ├── kate.svg │ │ ├── kdeconnect.svg │ │ ├── kdf.svg │ │ ├── keyboard.svg │ │ ├── kget.svg │ │ ├── kgpg.svg │ │ ├── kleopatra.svg │ │ ├── klipper.svg │ │ ├── kmail.svg │ │ ├── knotes.svg │ │ ├── konv_message.svg │ │ ├── konversation.svg │ │ ├── kopete.svg │ │ ├── korgac.svg │ │ ├── krfb.svg │ │ ├── kruler.svg │ │ ├── krusader_root.svg │ │ ├── krusader_user.svg │ │ ├── kteatime.svg │ │ ├── ktorrent.svg │ │ ├── kup.svg │ │ ├── leepassxc.svg │ │ ├── list.svg │ │ ├── lutris.svg │ │ ├── mail.svg │ │ ├── manjaro.svg │ │ ├── media.svg │ │ ├── mellowplayer.svg │ │ ├── nepomuk.svg │ │ ├── network.svg │ │ ├── notification.svg │ │ ├── notifications.svg │ │ ├── nulloy.svg │ │ ├── office.svg │ │ ├── offline.svg │ │ ├── onboard.svg │ │ ├── osd.svg │ │ ├── phone.svg │ │ ├── plasma.svg │ │ ├── plasmavault.svg │ │ ├── plasmavault_error.svg │ │ ├── preferences.svg │ │ ├── printer.svg │ │ ├── qbittorrent-tray-dark.svg │ │ ├── qbittorrent.svg │ │ ├── quassel.svg │ │ ├── quota.svg │ │ ├── ring.svg │ │ ├── sirikali.svg │ │ ├── slc.svg │ │ ├── start.svg │ │ ├── start.svgz.back │ │ ├── strawberry.svg │ │ ├── system.svg │ │ ├── thunderbird.svg │ │ ├── tools.svg │ │ ├── update.svg │ │ ├── user.svg │ │ ├── utilities.svg │ │ ├── veracrypt.svg │ │ ├── video.svg │ │ ├── view.svg │ │ ├── virt.svg │ │ ├── vlc.svg │ │ ├── wallet.svg │ │ ├── window.svg │ │ ├── yakuake.svg │ │ └── zoom.svg │ │ ├── metadata.desktop │ │ └── widgets │ │ ├── action-overlays.svg │ │ ├── actionbutton.svg │ │ ├── arrows.svg │ │ ├── background.svg │ │ ├── bar_meter_horizontal.svg │ │ ├── bar_meter_vertical.svg │ │ ├── busywidget.svg │ │ ├── button.svg │ │ ├── calendar.svg │ │ ├── checkmarks.svg │ │ ├── clock.svg │ │ ├── configuration-icons.svg │ │ ├── containment-controls.svg │ │ ├── frame.svg │ │ ├── glowbar.svg │ │ ├── line.svg │ │ ├── lineedit.svg │ │ ├── listitem.svg │ │ ├── notes.svg │ │ ├── pager.svg │ │ ├── panel-background.svg │ │ ├── plasmoidheading.svg │ │ ├── scrollbar.svg │ │ ├── scrollwidget.svg │ │ ├── slider.svg │ │ ├── tabbar.svg │ │ ├── tasks.svg │ │ ├── timer.svg │ │ ├── tooltip.svg │ │ └── viewitem.svg ├── Wallpaper │ └── spiderman.jpg └── screen.png ├── Nature ├── Color-Scheme │ ├── Kate │ │ └── Nature.theme │ ├── Kde │ │ └── Nature.colors │ └── Konsole │ │ └── Nature.colorscheme ├── Firefox │ └── customChrome.css └── Kvantum │ └── Nature │ ├── Nature.kvconfig │ └── Nature.svg ├── Purple ├── Icon │ └── Purple │ │ ├── Places │ │ ├── 16 │ │ │ ├── bookmark-missing.svg │ │ │ ├── folder-activities.svg │ │ │ ├── folder-apple.svg │ │ │ ├── folder-apps.svg │ │ │ ├── folder-bookmark.svg │ │ │ ├── folder-cd.svg │ │ │ ├── folder-copy-cloud.svg │ │ │ ├── folder-decrypted.svg │ │ │ ├── folder-development.svg │ │ │ ├── folder-documents.svg │ │ │ ├── folder-download.svg │ │ │ ├── folder-dropbox.svg │ │ │ ├── folder-games.svg │ │ │ ├── folder-git.svg │ │ │ ├── folder-github.svg │ │ │ ├── folder-gitlab.svg │ │ │ ├── folder-gnome.svg │ │ │ ├── folder-google-drive.svg │ │ │ ├── folder-image-people.svg │ │ │ ├── folder-important.svg │ │ │ ├── folder-java.svg │ │ │ ├── folder-linux.svg │ │ │ ├── folder-locked.svg │ │ │ ├── folder-mail-cloud.svg │ │ │ ├── folder-mail.svg │ │ │ ├── folder-mega.svg │ │ │ ├── folder-meocloud.svg │ │ │ ├── folder-music.svg │ │ │ ├── folder-network.svg │ │ │ ├── folder-open.svg │ │ │ ├── folder-owncloud.svg │ │ │ ├── folder-pcloud.svg │ │ │ ├── folder-photo.svg │ │ │ ├── folder-pictures.svg │ │ │ ├── folder-print.svg │ │ │ ├── folder-private.svg │ │ │ ├── folder-publicshare.svg │ │ │ ├── folder-remote.svg │ │ │ ├── folder-root.svg │ │ │ ├── folder-saved-search.svg │ │ │ ├── folder-script.svg │ │ │ ├── folder-steam.svg │ │ │ ├── folder-tar.svg │ │ │ ├── folder-temp.svg │ │ │ ├── folder-templates.svg │ │ │ ├── folder-torrent.svg │ │ │ ├── folder-unlocked.svg │ │ │ ├── folder-vbox.svg │ │ │ ├── folder-video.svg │ │ │ ├── folder-visiting.svg │ │ │ ├── folder-wifi.svg │ │ │ ├── folder-wine.svg │ │ │ ├── folder-yandex-disk.svg │ │ │ ├── folder.svg │ │ │ ├── network-server-database.svg │ │ │ ├── stock_folder.svg │ │ │ ├── user-desktop.svg │ │ │ ├── user-home.svg │ │ │ ├── user-trash-full.svg │ │ │ └── user-trash.svg │ │ ├── 22 │ │ │ ├── bookmark-missing.svg │ │ │ ├── folder-apps.svg │ │ │ ├── folder-bookmark.svg │ │ │ ├── folder-documents.svg │ │ │ ├── folder-download.svg │ │ │ ├── folder-games.svg │ │ │ ├── folder-music.svg │ │ │ ├── folder-network.svg │ │ │ ├── folder-open.svg │ │ │ ├── folder-photo.svg │ │ │ ├── folder-pictures.svg │ │ │ ├── folder-publicshare.svg │ │ │ ├── folder-red.svg │ │ │ ├── folder-root.svg │ │ │ ├── folder-saved-search.svg │ │ │ ├── folder-temp.svg │ │ │ ├── folder-templates.svg │ │ │ ├── folder-video.svg │ │ │ ├── folder-visiting.svg │ │ │ ├── folder.svg │ │ │ ├── user-desktop.svg │ │ │ ├── user-home.svg │ │ │ ├── user-trash-full.svg │ │ │ └── user-trash.svg │ │ ├── 32 │ │ │ ├── bookmark-missing.svg │ │ │ ├── changecolor.sh │ │ │ ├── folder-apps.svg │ │ │ ├── folder-bookmark.svg │ │ │ ├── folder-documents.svg │ │ │ ├── folder-download.svg │ │ │ ├── folder-dropbox.svg │ │ │ ├── folder-games.svg │ │ │ ├── folder-music.svg │ │ │ ├── folder-network.svg │ │ │ ├── folder-open.svg │ │ │ ├── folder-photo.svg │ │ │ ├── folder-pictures.svg │ │ │ ├── folder-publicshare.svg │ │ │ ├── folder-red.svg │ │ │ ├── folder-root.svg │ │ │ ├── folder-saved-search.svg │ │ │ ├── folder-temp.svg │ │ │ ├── folder-templates.svg │ │ │ ├── folder-video.svg │ │ │ ├── folder-visiting.svg │ │ │ ├── folder.svg │ │ │ ├── user-desktop.svg │ │ │ ├── user-home.svg │ │ │ ├── user-trash-full.svg │ │ │ └── user-trash.svg │ │ └── 48 │ │ │ ├── folder-apps.svg │ │ │ ├── folder-documents.svg │ │ │ ├── folder-download.svg │ │ │ ├── folder-dropbox.svg │ │ │ ├── folder-games.svg │ │ │ ├── folder-music.svg │ │ │ ├── folder-pictures.svg │ │ │ ├── folder-publicshare.svg │ │ │ ├── folder-recent.svg │ │ │ ├── folder-syncthing.svg │ │ │ ├── folder-templates.svg │ │ │ ├── folder-videos.svg │ │ │ ├── folder.svg │ │ │ └── user-desktop.svg │ │ ├── devices │ │ └── 32 │ │ │ ├── audio-card.svg │ │ │ ├── audio-headphones.svg │ │ │ ├── audio-input-microphone.svg │ │ │ ├── audio-speakers.svg │ │ │ ├── battery.svg │ │ │ ├── blockdevice.svg │ │ │ ├── bluetooth.svg │ │ │ ├── camera-photo.svg │ │ │ ├── camera-video.svg │ │ │ ├── camera-web.svg │ │ │ ├── changecolor.sh │ │ │ ├── computer-laptop.svg │ │ │ ├── cpu.svg │ │ │ ├── device_pci.svg │ │ │ ├── device_serial.svg │ │ │ ├── drive-harddisk.svg │ │ │ ├── drive-multidisk.svg │ │ │ ├── drive-removable-media-usb-pendrive.svg │ │ │ ├── drive-removable-media-usb.svg │ │ │ ├── gnome-dev-memory.svg │ │ │ ├── gnome-dev-printer-new.svg │ │ │ ├── hifi.svg │ │ │ ├── input-dialpad.svg │ │ │ ├── input-gaming.svg │ │ │ ├── input-keyboard.svg │ │ │ ├── input-mouse.svg │ │ │ ├── input-tablet.svg │ │ │ ├── input-touchpad.svg │ │ │ ├── kdeconnect.svg │ │ │ ├── knemo-monitor-error.svg │ │ │ ├── knemo-monitor-idle.svg │ │ │ ├── knemo-monitor-offline.svg │ │ │ ├── knemo-monitor-receive.svg │ │ │ ├── knemo-monitor-transmit.svg │ │ │ ├── media-flash.svg │ │ │ ├── media-floppy.svg │ │ │ ├── media-memory.svg │ │ │ ├── media-optical.svg │ │ │ ├── media-tape.svg │ │ │ ├── multimedia-player-ipod-mini-blue.svg │ │ │ ├── multimedia-player.svg │ │ │ ├── network-server.svg │ │ │ ├── network-vpn.svg │ │ │ ├── network-wired.svg │ │ │ ├── network-wireless.svg │ │ │ ├── phone.svg │ │ │ ├── printer-network.svg │ │ │ ├── printer.svg │ │ │ ├── scanner.svg │ │ │ ├── tv.svg │ │ │ └── uninterruptible-power-supply.svg │ │ ├── emblems │ │ └── 16 │ │ │ ├── Nextcloud_error.svg │ │ │ ├── Nextcloud_error_shared.svg │ │ │ ├── Nextcloud_ok.svg │ │ │ ├── Nextcloud_ok_shared.svg │ │ │ ├── Nextcloud_sync.svg │ │ │ ├── Nextcloud_sync_shared.svg │ │ │ ├── Nextcloud_warn.svg │ │ │ ├── Nextcloud_warn_shared.svg │ │ │ ├── emblem-default.svg │ │ │ ├── emblem-documents.svg │ │ │ ├── emblem-downloads.svg │ │ │ ├── emblem-dropbox-app.svg │ │ │ ├── emblem-dropbox-infinite.svg │ │ │ ├── emblem-encrypted-locked.svg │ │ │ ├── emblem-encrypted-unlocked.svg │ │ │ ├── emblem-favorite.svg │ │ │ ├── emblem-generic.svg │ │ │ ├── emblem-important.svg │ │ │ ├── emblem-information.svg │ │ │ ├── emblem-mail.svg │ │ │ ├── emblem-mounted.svg │ │ │ ├── emblem-new.svg │ │ │ ├── emblem-package.svg │ │ │ ├── emblem-pause.svg │ │ │ ├── emblem-photos.svg │ │ │ ├── emblem-question.svg │ │ │ ├── emblem-readonly.svg │ │ │ ├── emblem-remove.svg │ │ │ ├── emblem-shared.svg │ │ │ ├── emblem-symbolic-link.svg │ │ │ ├── emblem-synchronizing.svg │ │ │ ├── emblem-syncthing-active.svg │ │ │ ├── emblem-syncthing-error.svg │ │ │ ├── emblem-syncthing-offline.svg │ │ │ ├── emblem-syncthing.svg │ │ │ ├── emblem-system.svg │ │ │ ├── emblem-unlocked.svg │ │ │ ├── emblem-unmounted.svg │ │ │ ├── emblem-unreadable.svg │ │ │ ├── emblem-urgent.svg │ │ │ ├── emblem-web.svg │ │ │ ├── vcs-added.svg │ │ │ ├── vcs-conflicting.svg │ │ │ ├── vcs-locally-modified-unstaged.svg │ │ │ ├── vcs-locally-modified.svg │ │ │ ├── vcs-normal.svg │ │ │ ├── vcs-removed.svg │ │ │ └── vcs-update-required.svg │ │ └── index.theme ├── KDE │ ├── Color-Schemes │ │ ├── KDE │ │ │ └── Purple.colors │ │ ├── Kate │ │ │ └── Purple.theme │ │ └── Konsole │ │ │ └── Purple.colorscheme │ ├── Gtk │ │ └── Purple │ │ │ ├── gnome-shell │ │ │ ├── assets │ │ │ │ ├── activities-dark.svg │ │ │ │ ├── activities.svg │ │ │ │ ├── calendar-event-dark.svg │ │ │ │ ├── calendar-event-today-dark.svg │ │ │ │ ├── calendar-event-today.svg │ │ │ │ ├── calendar-event.svg │ │ │ │ ├── checkbox-dark.svg │ │ │ │ ├── checkbox-focused-dark.svg │ │ │ │ ├── checkbox-focused.svg │ │ │ │ ├── checkbox-off-dark.svg │ │ │ │ ├── checkbox-off-focused-dark.svg │ │ │ │ ├── checkbox-off-focused.svg │ │ │ │ ├── checkbox-off.svg │ │ │ │ ├── checkbox.svg │ │ │ │ ├── color-pick.svg │ │ │ │ ├── dash-placeholder-dark.svg │ │ │ │ ├── dash-placeholder.svg │ │ │ │ ├── eye-not-looking-symbolic.svg │ │ │ │ ├── eye-open-negative-filled-symbolic.svg │ │ │ │ ├── keyboard-caps-lock-filled-symbolic.svg │ │ │ │ ├── keyboard-enter-symbolic.svg │ │ │ │ ├── keyboard-hide-symbolic.svg │ │ │ │ ├── keyboard-layout-filled-symbolic.svg │ │ │ │ ├── keyboard-shift-filled-symbolic.svg │ │ │ │ ├── login-background.png │ │ │ │ ├── message-indicator-symbolic.svg │ │ │ │ ├── pointer-double-click-symbolic.svg │ │ │ │ ├── pointer-drag-symbolic.svg │ │ │ │ ├── pointer-primary-click-symbolic.svg │ │ │ │ ├── pointer-secondary-click-symbolic.svg │ │ │ │ ├── toggle-off-dark.svg │ │ │ │ ├── toggle-off.svg │ │ │ │ ├── toggle-on-dark.svg │ │ │ │ └── toggle-on.svg │ │ │ ├── gnome-shell-theme.gresource │ │ │ ├── gnome-shell.css │ │ │ ├── no-events.svg │ │ │ ├── no-notifications.svg │ │ │ ├── pad-osd.css │ │ │ └── process-working.svg │ │ │ ├── gtk-2.0 │ │ │ └── gtkrc │ │ │ ├── gtk-3.0 │ │ │ ├── assets │ │ │ │ ├── bullet-symbolic.svg │ │ │ │ ├── bullet-symbolic.symbolic.png │ │ │ │ ├── check-symbolic.svg │ │ │ │ ├── check-symbolic.symbolic.png │ │ │ │ ├── dash-symbolic.svg │ │ │ │ ├── dash-symbolic.symbolic.png │ │ │ │ ├── slider-horz-scale-has-marks-above-symbolic.svg │ │ │ │ ├── slider-horz-scale-has-marks-above-symbolic.symbolic.png │ │ │ │ ├── slider-horz-scale-has-marks-below-symbolic.svg │ │ │ │ ├── slider-horz-scale-has-marks-below-symbolic.symbolic.png │ │ │ │ ├── slider-vert-scale-has-marks-above-symbolic.svg │ │ │ │ ├── slider-vert-scale-has-marks-above-symbolic.symbolic.png │ │ │ │ ├── slider-vert-scale-has-marks-below-symbolic.svg │ │ │ │ ├── slider-vert-scale-has-marks-below-symbolic.symbolic.png │ │ │ │ ├── text-select-end-symbolic.svg │ │ │ │ ├── text-select-end-symbolic.symbolic.png │ │ │ │ ├── text-select-start-symbolic.svg │ │ │ │ └── text-select-start-symbolic.symbolic.png │ │ │ └── gtk.css │ │ │ ├── index.theme │ │ │ └── xfwm4 │ │ │ ├── bottom-active.png │ │ │ ├── bottom-active.xpm │ │ │ ├── bottom-inactive.png │ │ │ ├── bottom-inactive.xpm │ │ │ ├── bottom-left-active.png │ │ │ ├── bottom-left-active.xpm │ │ │ ├── bottom-left-inactive.png │ │ │ ├── bottom-left-inactive.xpm │ │ │ ├── bottom-right-active.png │ │ │ ├── bottom-right-active.xpm │ │ │ ├── bottom-right-inactive.png │ │ │ ├── bottom-right-inactive.xpm │ │ │ ├── close-active.xpm │ │ │ ├── close-inactive.xpm │ │ │ ├── close-prelight.png │ │ │ ├── close-prelight.xpm │ │ │ ├── close-pressed.png │ │ │ ├── close-pressed.xpm │ │ │ ├── hide-active.xpm │ │ │ ├── hide-inactive.xpm │ │ │ ├── hide-prelight.xpm │ │ │ ├── hide-pressed.xpm │ │ │ ├── left-active.png │ │ │ ├── left-active.xpm │ │ │ ├── left-inactive.png │ │ │ ├── left-inactive.xpm │ │ │ ├── maximize-active.xpm │ │ │ ├── maximize-inactive.xpm │ │ │ ├── maximize-prelight.xpm │ │ │ ├── maximize-pressed.xpm │ │ │ ├── maximize-toggled-active.xpm │ │ │ ├── maximize-toggled-inactive.xpm │ │ │ ├── maximize-toggled-prelight.xpm │ │ │ ├── maximize-toggled-pressed.xpm │ │ │ ├── menu-active.png │ │ │ ├── menu-active.xpm │ │ │ ├── menu-inactive.xpm │ │ │ ├── menu-prelight.png │ │ │ ├── menu-prelight.xpm │ │ │ ├── menu-pressed.png │ │ │ ├── menu-pressed.xpm │ │ │ ├── right-active.xpm │ │ │ ├── right-inactive.xpm │ │ │ ├── shade-active.xpm │ │ │ ├── shade-inactive.xpm │ │ │ ├── shade-prelight.xpm │ │ │ ├── shade-pressed.xpm │ │ │ ├── shade-toggled-active.xpm │ │ │ ├── shade-toggled-inactive.xpm │ │ │ ├── shade-toggled-prelight.xpm │ │ │ ├── shade-toggled-pressed.xpm │ │ │ ├── stick-active.xpm │ │ │ ├── stick-inactive.xpm │ │ │ ├── stick-prelight.xpm │ │ │ ├── stick-pressed.xpm │ │ │ ├── stick-toggled-active.xpm │ │ │ ├── stick-toggled-inactive.xpm │ │ │ ├── stick-toggled-prelight.xpm │ │ │ ├── stick-toggled-pressed.xpm │ │ │ ├── themerc │ │ │ ├── title-1-active.png │ │ │ ├── title-1-active.xpm │ │ │ ├── title-1-inactive.png │ │ │ ├── title-1-inactive.xpm │ │ │ ├── title-2-active.xpm │ │ │ ├── title-2-inactive.xpm │ │ │ ├── title-3-active.xpm │ │ │ ├── title-3-inactive.xpm │ │ │ ├── title-4-active.xpm │ │ │ ├── title-4-inactive.xpm │ │ │ ├── title-5-active.xpm │ │ │ ├── title-5-inactive.xpm │ │ │ ├── top-left-active.png │ │ │ ├── top-left-active.xpm │ │ │ ├── top-left-inactive.png │ │ │ ├── top-left-inactive.xpm │ │ │ ├── top-right-active.png │ │ │ ├── top-right-active.xpm │ │ │ ├── top-right-inactive.png │ │ │ └── top-right-inactive.xpm │ ├── Kvantum │ │ └── Purple │ │ │ ├── Purple.kvconfig │ │ │ └── Purple.svg │ └── Plasma Theme │ │ └── Purple │ │ ├── LICENSE │ │ ├── CC BY-SA 4.0 EN.md │ │ └── CC BY-SA 4.0 ES.md │ │ ├── README.md │ │ ├── colors │ │ ├── dialogs │ │ └── background.svg │ │ ├── icons │ │ ├── audio.svg │ │ └── start.svg │ │ ├── metadata.desktop │ │ ├── preview │ │ └── preview.png │ │ └── widgets │ │ ├── actionbutton.svgz │ │ ├── arrows.svgz │ │ ├── background.svgz │ │ ├── bar_meter_horizontal.svg │ │ ├── bar_meter_vertical.svg │ │ ├── busywidget.svgz │ │ ├── button.svgz │ │ ├── checkmarks.svg │ │ ├── clock.svg │ │ ├── containment-controls.svgz │ │ ├── frame.svgz │ │ ├── glowbar.svgz │ │ ├── line.svgz │ │ ├── lineedit.svg │ │ ├── listitem.svgz │ │ ├── pager.svgz │ │ ├── panel-background.svg │ │ ├── plot-background.svgz │ │ ├── scrollbar.svgz │ │ ├── scrollwidget.svgz │ │ ├── slider.svgz │ │ ├── tabbar.svgz │ │ ├── timer.svgz │ │ ├── toolbar.svgz │ │ ├── tooltip.svgz │ │ ├── translucentbackground.svgz │ │ └── viewitem.svgz ├── Screen.png └── Wallpaper │ └── Purple_Punk.jpg └── japan ├── Conky └── Izar │ ├── Izar.conf │ ├── fonts │ ├── Comfortaa-Bold.ttf │ ├── Comfortaa-Light.ttf │ ├── Comfortaa-Regular.ttf │ └── beckman.zip │ ├── icons │ └── JDWS-02 │ │ ├── 01d.png │ │ ├── 01n.png │ │ ├── 02d.png │ │ ├── 02n.png │ │ ├── 03d.png │ │ ├── 03n.png │ │ ├── 04d.png │ │ ├── 04n.png │ │ ├── 09d.png │ │ ├── 09n.png │ │ ├── 10d.png │ │ ├── 10n.png │ │ ├── 11d.png │ │ ├── 11n.png │ │ ├── 13d.png │ │ ├── 13n.png │ │ ├── 50d.png │ │ ├── 50n.png │ │ ├── Copia di 02n.png │ │ ├── jdwi-clear-day.png │ │ ├── jdwi-clear-night.png │ │ ├── jdwi-cloudy-day.png │ │ ├── jdwi-cloudy-night.png │ │ ├── jdwi-cloudy.png │ │ ├── jdwi-fog-day.png │ │ ├── jdwi-fog-night.png │ │ ├── jdwi-fog.png │ │ ├── jdwi-partly-cloudy-day.png │ │ ├── jdwi-partly-cloudy-night.png │ │ ├── jdwi-rain-day.png │ │ ├── jdwi-rain-night.png │ │ ├── jdwi-rain.png │ │ ├── jdwi-sleet-day.png │ │ ├── jdwi-sleet-night.png │ │ ├── jdwi-sleet.png │ │ ├── jdwi-snow-day.png │ │ ├── jdwi-snow-night.png │ │ ├── jdwi-snow.png │ │ ├── jdwi-storm-day.png │ │ ├── jdwi-storm-night.png │ │ ├── jdwi-storm.png │ │ ├── jdwi-unknown.png │ │ └── jdwi-windy.png │ ├── preview.png │ ├── res │ ├── dark.svg │ └── japan.svg │ ├── scripts │ ├── weather-icon.sh │ └── weather.sh │ ├── source.txt │ └── start.sh ├── KDE ├── Color_Scheme │ ├── KDE │ │ └── NordicJapan.colors │ └── Konsole │ │ └── nordic japan.colorscheme ├── Kvantum │ └── Nordic-japan │ │ ├── Nordic-japan.kvconfig │ │ └── Nordic-japan.svg └── Plasma_Theme │ └── Nordic-japan-plasma │ ├── LICENSE │ ├── CC BY-SA 4.0 EN.md │ └── CC BY-SA 4.0 ES.md │ ├── README.md │ ├── colors │ ├── dialogs │ └── background.svg │ ├── icons │ ├── Copia di start.svg │ ├── TeamViewer.svg │ ├── accessories.svg │ ├── akonadi.svg │ ├── akregator.svg │ ├── amarok.svg │ ├── antimicro.svg │ ├── applications.svg │ ├── apport.svg │ ├── audacious.svg │ ├── audio.svg │ ├── battery.svg │ ├── bookmarks.svg │ ├── cadence.svg │ ├── cantata.svg │ ├── choqok.svg │ ├── choqok_offline.svg │ ├── computer.svg │ ├── configure.svg │ ├── device.svg │ ├── disk.svg │ ├── distribute.svg │ ├── document.svg │ ├── drive.svg │ ├── edit.svg │ ├── elisa.svg │ ├── emblem.svg │ ├── face.svg │ ├── go.svg │ ├── image.svg │ ├── input.svg │ ├── internet.svg │ ├── jami.svg │ ├── juk.svg │ ├── kaffeine.svg │ ├── kalarm.svg │ ├── kate.svg │ ├── kdeconnect.svg │ ├── kdf.svg │ ├── keyboard.svg │ ├── kget.svg │ ├── kgpg.svg │ ├── kleopatra.svg │ ├── klipper.svg │ ├── kmail.svg │ ├── knotes.svg │ ├── konv_message.svg │ ├── konversation.svg │ ├── kopete.svg │ ├── korgac.svg │ ├── krfb.svg │ ├── kruler.svg │ ├── krusader_root.svg │ ├── krusader_user.svg │ ├── kteatime.svg │ ├── ktorrent.svg │ ├── kup.svg │ ├── list.svg │ ├── lutris.svg │ ├── mail.svg │ ├── manjaro.svg │ ├── media.svg │ ├── mellowplayer.svg │ ├── nepomuk.svg │ ├── network.svg │ ├── notification.svg │ ├── notifications.svg │ ├── nulloy.svg │ ├── office.svg │ ├── offline.svg │ ├── onboard.svg │ ├── osd.svg │ ├── phone.svg │ ├── plasma.svg │ ├── plasmavault.svg │ ├── plasmavault_error.svg │ ├── preferences.svg │ ├── printer.svg │ ├── qbittorrent-tray-dark.svg │ ├── qbittorrent.svg │ ├── quassel.svg │ ├── quota.svg │ ├── ring.svg │ ├── sirikali.svg │ ├── slc.svg │ ├── start.svg │ ├── start.svgz.back │ ├── strawberry.svg │ ├── system.svg │ ├── thunderbird.svg │ ├── tools.svg │ ├── touchpad.svg │ ├── update.svg │ ├── user.svg │ ├── utilities.svg │ ├── veracrypt.svg │ ├── video.svg │ ├── view.svg │ ├── virt.svg │ ├── vlc.svg │ ├── wallet.svg │ ├── window.svg │ ├── yakuake.svg │ └── zoom.svg │ ├── metadata.desktop │ ├── preview │ └── preview.png │ └── widgets │ ├── Copia di panel-background.svg │ ├── actionbutton.svgz │ ├── arrows.svgz │ ├── background.svgz │ ├── bar_meter_horizontal.svg │ ├── bar_meter_vertical.svg │ ├── busywidget.svgz │ ├── button.svgz │ ├── checkmarks.svgz │ ├── clock.svg │ ├── containment-controls.svgz │ ├── frame.svgz │ ├── glowbar.svgz │ ├── line.svgz │ ├── lineedit.svg │ ├── listitem.svgz │ ├── pager.svgz │ ├── panel-background.svg │ ├── plot-background.svgz │ ├── scrollbar.svgz │ ├── scrollwidget.svgz │ ├── slider.svgz │ ├── tabbar.svgz │ ├── timer.svgz │ ├── toolbar.svgz │ ├── tooltip.svgz │ ├── translucentbackground.svgz │ └── viewitem.svgz ├── Wallpaper └── japan.png └── japan-screen.png /Conky/Fresh/Fresh.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh/Fresh.conf -------------------------------------------------------------------------------- /Conky/Fresh/fonts/Comfortaa-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh/fonts/Comfortaa-Bold.ttf -------------------------------------------------------------------------------- /Conky/Fresh/fonts/Comfortaa-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh/fonts/Comfortaa-Light.ttf -------------------------------------------------------------------------------- /Conky/Fresh/fonts/Comfortaa-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh/fonts/Comfortaa-Regular.ttf -------------------------------------------------------------------------------- /Conky/Fresh/fonts/beckman.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh/fonts/beckman.zip -------------------------------------------------------------------------------- /Conky/Fresh/icons/JDWS-02/01d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh/icons/JDWS-02/01d.svg -------------------------------------------------------------------------------- /Conky/Fresh/icons/JDWS-02/01n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh/icons/JDWS-02/01n.svg -------------------------------------------------------------------------------- /Conky/Fresh/icons/JDWS-02/02d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh/icons/JDWS-02/02d.svg -------------------------------------------------------------------------------- /Conky/Fresh/icons/JDWS-02/02n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh/icons/JDWS-02/02n.svg -------------------------------------------------------------------------------- /Conky/Fresh/icons/JDWS-02/03d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh/icons/JDWS-02/03d.svg -------------------------------------------------------------------------------- /Conky/Fresh/icons/JDWS-02/03n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh/icons/JDWS-02/03n.svg -------------------------------------------------------------------------------- /Conky/Fresh/icons/JDWS-02/04d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh/icons/JDWS-02/04d.svg -------------------------------------------------------------------------------- /Conky/Fresh/icons/JDWS-02/04n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh/icons/JDWS-02/04n.svg -------------------------------------------------------------------------------- /Conky/Fresh/icons/JDWS-02/09d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh/icons/JDWS-02/09d.svg -------------------------------------------------------------------------------- /Conky/Fresh/icons/JDWS-02/09n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh/icons/JDWS-02/09n.svg -------------------------------------------------------------------------------- /Conky/Fresh/icons/JDWS-02/10d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh/icons/JDWS-02/10d.svg -------------------------------------------------------------------------------- /Conky/Fresh/icons/JDWS-02/10n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh/icons/JDWS-02/10n.svg -------------------------------------------------------------------------------- /Conky/Fresh/icons/JDWS-02/11d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh/icons/JDWS-02/11d.svg -------------------------------------------------------------------------------- /Conky/Fresh/icons/JDWS-02/11n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh/icons/JDWS-02/11n.svg -------------------------------------------------------------------------------- /Conky/Fresh/icons/JDWS-02/13d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh/icons/JDWS-02/13d.svg -------------------------------------------------------------------------------- /Conky/Fresh/icons/JDWS-02/13n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh/icons/JDWS-02/13n.svg -------------------------------------------------------------------------------- /Conky/Fresh/icons/JDWS-02/50d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh/icons/JDWS-02/50d.svg -------------------------------------------------------------------------------- /Conky/Fresh/icons/JDWS-02/50n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh/icons/JDWS-02/50n.svg -------------------------------------------------------------------------------- /Conky/Fresh/icons/JDWS-02/jdwi-clear-day.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh/icons/JDWS-02/jdwi-clear-day.svg -------------------------------------------------------------------------------- /Conky/Fresh/icons/JDWS-02/jdwi-clear-night.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh/icons/JDWS-02/jdwi-clear-night.svg -------------------------------------------------------------------------------- /Conky/Fresh/icons/JDWS-02/jdwi-cloudy-day.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh/icons/JDWS-02/jdwi-cloudy-day.svg -------------------------------------------------------------------------------- /Conky/Fresh/icons/JDWS-02/jdwi-cloudy-night.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh/icons/JDWS-02/jdwi-cloudy-night.svg -------------------------------------------------------------------------------- /Conky/Fresh/icons/JDWS-02/jdwi-cloudy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh/icons/JDWS-02/jdwi-cloudy.svg -------------------------------------------------------------------------------- /Conky/Fresh/icons/JDWS-02/jdwi-fog-day.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh/icons/JDWS-02/jdwi-fog-day.svg -------------------------------------------------------------------------------- /Conky/Fresh/icons/JDWS-02/jdwi-fog-night.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh/icons/JDWS-02/jdwi-fog-night.svg -------------------------------------------------------------------------------- /Conky/Fresh/icons/JDWS-02/jdwi-fog.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh/icons/JDWS-02/jdwi-fog.svg -------------------------------------------------------------------------------- /Conky/Fresh/icons/JDWS-02/jdwi-partly-cloudy-day.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh/icons/JDWS-02/jdwi-partly-cloudy-day.svg -------------------------------------------------------------------------------- /Conky/Fresh/icons/JDWS-02/jdwi-partly-cloudy-night.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh/icons/JDWS-02/jdwi-partly-cloudy-night.svg -------------------------------------------------------------------------------- /Conky/Fresh/icons/JDWS-02/jdwi-rain-day.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh/icons/JDWS-02/jdwi-rain-day.svg -------------------------------------------------------------------------------- /Conky/Fresh/icons/JDWS-02/jdwi-rain-night.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh/icons/JDWS-02/jdwi-rain-night.svg -------------------------------------------------------------------------------- /Conky/Fresh/icons/JDWS-02/jdwi-rain.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh/icons/JDWS-02/jdwi-rain.svg -------------------------------------------------------------------------------- /Conky/Fresh/icons/JDWS-02/jdwi-sleet-day.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh/icons/JDWS-02/jdwi-sleet-day.svg -------------------------------------------------------------------------------- /Conky/Fresh/icons/JDWS-02/jdwi-sleet-night.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh/icons/JDWS-02/jdwi-sleet-night.svg -------------------------------------------------------------------------------- /Conky/Fresh/icons/JDWS-02/jdwi-sleet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh/icons/JDWS-02/jdwi-sleet.svg -------------------------------------------------------------------------------- /Conky/Fresh/icons/JDWS-02/jdwi-snow-day.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh/icons/JDWS-02/jdwi-snow-day.svg -------------------------------------------------------------------------------- /Conky/Fresh/icons/JDWS-02/jdwi-snow-night.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh/icons/JDWS-02/jdwi-snow-night.svg -------------------------------------------------------------------------------- /Conky/Fresh/icons/JDWS-02/jdwi-snow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh/icons/JDWS-02/jdwi-snow.svg -------------------------------------------------------------------------------- /Conky/Fresh/icons/JDWS-02/jdwi-storm-day.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh/icons/JDWS-02/jdwi-storm-day.svg -------------------------------------------------------------------------------- /Conky/Fresh/icons/JDWS-02/jdwi-storm-night.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh/icons/JDWS-02/jdwi-storm-night.svg -------------------------------------------------------------------------------- /Conky/Fresh/icons/JDWS-02/jdwi-storm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh/icons/JDWS-02/jdwi-storm.svg -------------------------------------------------------------------------------- /Conky/Fresh/icons/JDWS-02/jdwi-unknown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh/icons/JDWS-02/jdwi-unknown.svg -------------------------------------------------------------------------------- /Conky/Fresh/icons/JDWS-02/jdwi-windy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh/icons/JDWS-02/jdwi-windy.svg -------------------------------------------------------------------------------- /Conky/Fresh/res/green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh/res/green.svg -------------------------------------------------------------------------------- /Conky/Fresh/res/spiderman.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh/res/spiderman.svg -------------------------------------------------------------------------------- /Conky/Fresh/res/white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh/res/white.svg -------------------------------------------------------------------------------- /Conky/Fresh/scripts/weather-icon.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh/scripts/weather-icon.sh -------------------------------------------------------------------------------- /Conky/Fresh/scripts/weather.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh/scripts/weather.sh -------------------------------------------------------------------------------- /Conky/Fresh/start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh/start.sh -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/Fresh.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/Fresh.conf -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/fonts/Comfortaa-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/fonts/Comfortaa-Bold.ttf -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/fonts/Comfortaa-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/fonts/Comfortaa-Light.ttf -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/fonts/Comfortaa-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/fonts/Comfortaa-Regular.ttf -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/fonts/beckman.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/fonts/beckman.zip -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/01d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/01d.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/01n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/01n.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/02d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/02d.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/02n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/02n.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/03d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/03d.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/03n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/03n.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/04d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/04d.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/04n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/04n.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/09d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/09d.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/09n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/09n.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/10d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/10d.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/10n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/10n.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/11d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/11d.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/11n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/11n.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/13d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/13d.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/13n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/13n.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/50d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/50d.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/50n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/50n.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/dark/01d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/dark/01d.png -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/dark/01n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/dark/01n.png -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/dark/02d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/dark/02d.png -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/dark/02n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/dark/02n.png -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/dark/03d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/dark/03d.png -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/dark/03n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/dark/03n.png -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/dark/04d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/dark/04d.png -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/dark/04n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/dark/04n.png -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/dark/09d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/dark/09d.png -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/dark/09n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/dark/09n.png -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/dark/10d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/dark/10d.png -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/dark/10n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/dark/10n.png -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/dark/11d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/dark/11d.png -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/dark/11n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/dark/11n.png -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/dark/13d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/dark/13d.png -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/dark/13n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/dark/13n.png -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/dark/50d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/dark/50d.png -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/dark/50n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/dark/50n.png -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/dark/jdwi-fog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/dark/jdwi-fog.png -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/dark/jdwi-rain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/dark/jdwi-rain.png -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/dark/jdwi-sleet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/dark/jdwi-sleet.png -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/dark/jdwi-snow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/dark/jdwi-snow.png -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/dark/jdwi-storm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/dark/jdwi-storm.png -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/dark/jdwi-windy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/dark/jdwi-windy.png -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/jdwi-clear-day.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/jdwi-clear-day.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/jdwi-cloudy-day.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/jdwi-cloudy-day.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/jdwi-cloudy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/jdwi-cloudy.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/jdwi-fog-day.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/jdwi-fog-day.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/jdwi-fog-night.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/jdwi-fog-night.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/jdwi-fog.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/jdwi-fog.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/jdwi-rain-day.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/jdwi-rain-day.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/jdwi-rain-night.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/jdwi-rain-night.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/jdwi-rain.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/jdwi-rain.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/jdwi-sleet-day.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/jdwi-sleet-day.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/jdwi-sleet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/jdwi-sleet.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/jdwi-snow-day.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/jdwi-snow-day.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/jdwi-snow-night.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/jdwi-snow-night.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/jdwi-snow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/jdwi-snow.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/jdwi-storm-day.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/jdwi-storm-day.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/jdwi-storm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/jdwi-storm.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/jdwi-unknown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/jdwi-unknown.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/jdwi-windy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/jdwi-windy.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/svg/01d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/svg/01d.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/svg/01n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/svg/01n.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/svg/02d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/svg/02d.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/svg/02n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/svg/02n.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/svg/03d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/svg/03d.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/svg/03n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/svg/03n.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/svg/04d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/svg/04d.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/svg/04n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/svg/04n.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/svg/09d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/svg/09d.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/svg/09n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/svg/09n.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/svg/100.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/svg/100.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/svg/10d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/svg/10d.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/svg/10n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/svg/10n.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/svg/11d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/svg/11d.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/svg/11n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/svg/11n.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/svg/13d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/svg/13d.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/svg/13n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/svg/13n.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/svg/50d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/svg/50d.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/svg/50n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/svg/50n.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/svg/99.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/svg/99.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/svg/changecolor.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/svg/changecolor.sh -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/svg/jdwi-cloudy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/svg/jdwi-cloudy.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/svg/jdwi-fog.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/svg/jdwi-fog.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/svg/jdwi-rain.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/svg/jdwi-rain.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/svg/jdwi-sleet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/svg/jdwi-sleet.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/svg/jdwi-snow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/svg/jdwi-snow.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/svg/jdwi-storm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/svg/jdwi-storm.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/svg/jdwi-windy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/svg/jdwi-windy.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/svg/weather13.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/svg/weather13.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/svg/weather19.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/svg/weather19.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/svg/weather20.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/svg/weather20.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/svg/weather21.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/svg/weather21.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/svg/weather22.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/svg/weather22.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/svg/weather23.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/svg/weather23.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/svg/weather24.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/svg/weather24.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/svg/weather25.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/svg/weather25.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/svg/weather3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/svg/weather3.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/icons/JDWS-02/svg/weather8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/icons/JDWS-02/svg/weather8.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/res/disegno.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/res/disegno.svgz -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/res/green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/res/green.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/res/spiderman.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/res/spiderman.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/res/white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/res/white.svg -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/scripts/weather-icon.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/scripts/weather-icon.sh -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/scripts/weather.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/scripts/weather.sh -------------------------------------------------------------------------------- /Conky/Fresh_Italiano/start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_Italiano/start.sh -------------------------------------------------------------------------------- /Conky/Fresh_light/Fresh.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/Fresh.conf -------------------------------------------------------------------------------- /Conky/Fresh_light/fonts/Comfortaa-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/fonts/Comfortaa-Bold.ttf -------------------------------------------------------------------------------- /Conky/Fresh_light/fonts/Comfortaa-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/fonts/Comfortaa-Light.ttf -------------------------------------------------------------------------------- /Conky/Fresh_light/fonts/Comfortaa-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/fonts/Comfortaa-Regular.ttf -------------------------------------------------------------------------------- /Conky/Fresh_light/fonts/beckman.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/fonts/beckman.zip -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/01d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/01d.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/01n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/01n.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/02d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/02d.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/02n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/02n.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/03d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/03d.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/03n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/03n.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/04d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/04d.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/04n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/04n.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/09d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/09d.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/09n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/09n.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/10d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/10d.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/10n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/10n.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/11d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/11d.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/11n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/11n.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/13d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/13d.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/13n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/13n.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/50d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/50d.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/50n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/50n.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/dark/01d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/dark/01d.png -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/dark/01n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/dark/01n.png -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/dark/02d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/dark/02d.png -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/dark/02n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/dark/02n.png -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/dark/03d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/dark/03d.png -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/dark/03n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/dark/03n.png -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/dark/04d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/dark/04d.png -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/dark/04n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/dark/04n.png -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/dark/09d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/dark/09d.png -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/dark/09n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/dark/09n.png -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/dark/10d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/dark/10d.png -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/dark/10n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/dark/10n.png -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/dark/11d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/dark/11d.png -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/dark/11n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/dark/11n.png -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/dark/13d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/dark/13d.png -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/dark/13n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/dark/13n.png -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/dark/50d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/dark/50d.png -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/dark/50n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/dark/50n.png -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/dark/Copia di 02n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/dark/Copia di 02n.png -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/dark/jdwi-cloudy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/dark/jdwi-cloudy.png -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/dark/jdwi-fog-day.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/dark/jdwi-fog-day.png -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/dark/jdwi-fog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/dark/jdwi-fog.png -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/dark/jdwi-rain-day.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/dark/jdwi-rain-day.png -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/dark/jdwi-rain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/dark/jdwi-rain.png -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/dark/jdwi-sleet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/dark/jdwi-sleet.png -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/dark/jdwi-snow-day.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/dark/jdwi-snow-day.png -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/dark/jdwi-snow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/dark/jdwi-snow.png -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/dark/jdwi-storm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/dark/jdwi-storm.png -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/dark/jdwi-unknown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/dark/jdwi-unknown.png -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/dark/jdwi-windy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/dark/jdwi-windy.png -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/jdwi-clear-day.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/jdwi-clear-day.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/jdwi-clear-night.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/jdwi-clear-night.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/jdwi-cloudy-day.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/jdwi-cloudy-day.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/jdwi-cloudy-night.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/jdwi-cloudy-night.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/jdwi-cloudy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/jdwi-cloudy.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/jdwi-fog-day.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/jdwi-fog-day.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/jdwi-fog-night.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/jdwi-fog-night.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/jdwi-fog.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/jdwi-fog.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/jdwi-rain-day.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/jdwi-rain-day.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/jdwi-rain-night.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/jdwi-rain-night.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/jdwi-rain.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/jdwi-rain.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/jdwi-sleet-day.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/jdwi-sleet-day.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/jdwi-sleet-night.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/jdwi-sleet-night.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/jdwi-sleet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/jdwi-sleet.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/jdwi-snow-day.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/jdwi-snow-day.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/jdwi-snow-night.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/jdwi-snow-night.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/jdwi-snow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/jdwi-snow.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/jdwi-storm-day.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/jdwi-storm-day.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/jdwi-storm-night.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/jdwi-storm-night.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/jdwi-storm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/jdwi-storm.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/jdwi-unknown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/jdwi-unknown.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/jdwi-windy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/jdwi-windy.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/svg/01d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/svg/01d.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/svg/01n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/svg/01n.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/svg/02d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/svg/02d.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/svg/02n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/svg/02n.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/svg/03d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/svg/03d.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/svg/03n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/svg/03n.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/svg/04d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/svg/04d.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/svg/04n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/svg/04n.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/svg/09d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/svg/09d.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/svg/09n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/svg/09n.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/svg/100.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/svg/100.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/svg/10d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/svg/10d.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/svg/10n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/svg/10n.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/svg/11d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/svg/11d.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/svg/11n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/svg/11n.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/svg/13d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/svg/13d.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/svg/13n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/svg/13n.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/svg/50d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/svg/50d.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/svg/50n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/svg/50n.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/svg/99.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/svg/99.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/svg/changecolor.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/svg/changecolor.sh -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/svg/jdwi-clear-day.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/svg/jdwi-clear-day.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/svg/jdwi-cloudy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/svg/jdwi-cloudy.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/svg/jdwi-fog-day.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/svg/jdwi-fog-day.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/svg/jdwi-fog-night.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/svg/jdwi-fog-night.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/svg/jdwi-fog.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/svg/jdwi-fog.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/svg/jdwi-rain-day.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/svg/jdwi-rain-day.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/svg/jdwi-rain.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/svg/jdwi-rain.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/svg/jdwi-sleet-day.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/svg/jdwi-sleet-day.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/svg/jdwi-sleet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/svg/jdwi-sleet.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/svg/jdwi-snow-day.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/svg/jdwi-snow-day.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/svg/jdwi-snow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/svg/jdwi-snow.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/svg/jdwi-storm-day.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/svg/jdwi-storm-day.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/svg/jdwi-storm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/svg/jdwi-storm.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/svg/jdwi-unknown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/svg/jdwi-unknown.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/svg/jdwi-windy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/svg/jdwi-windy.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/svg/weather13.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/svg/weather13.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/svg/weather19.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/svg/weather19.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/svg/weather20.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/svg/weather20.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/svg/weather21.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/svg/weather21.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/svg/weather22.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/svg/weather22.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/svg/weather23.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/svg/weather23.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/svg/weather24.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/svg/weather24.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/svg/weather25.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/svg/weather25.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/svg/weather3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/svg/weather3.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/icons/JDWS-02/svg/weather8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/icons/JDWS-02/svg/weather8.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/res/light_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/res/light_green.png -------------------------------------------------------------------------------- /Conky/Fresh_light/res/light_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/res/light_green.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/res/spiderman.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/res/spiderman.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/res/white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/res/white.png -------------------------------------------------------------------------------- /Conky/Fresh_light/res/white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/res/white.svg -------------------------------------------------------------------------------- /Conky/Fresh_light/scripts/weather-icon.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/scripts/weather-icon.sh -------------------------------------------------------------------------------- /Conky/Fresh_light/scripts/weather.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/scripts/weather.sh -------------------------------------------------------------------------------- /Conky/Fresh_light/start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light/start.sh -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/Izar.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/Izar.conf -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/fonts/Comfortaa-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/fonts/Comfortaa-Bold.ttf -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/fonts/Comfortaa-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/fonts/Comfortaa-Light.ttf -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/fonts/Comfortaa-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/fonts/Comfortaa-Regular.ttf -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/fonts/beckman.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/fonts/beckman.zip -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/icons/JDWS-02/01d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/icons/JDWS-02/01d.svg -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/icons/JDWS-02/01n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/icons/JDWS-02/01n.svg -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/icons/JDWS-02/02d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/icons/JDWS-02/02d.svg -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/icons/JDWS-02/02n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/icons/JDWS-02/02n.svg -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/icons/JDWS-02/03d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/icons/JDWS-02/03d.svg -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/icons/JDWS-02/03n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/icons/JDWS-02/03n.svg -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/icons/JDWS-02/04d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/icons/JDWS-02/04d.svg -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/icons/JDWS-02/04n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/icons/JDWS-02/04n.svg -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/icons/JDWS-02/09d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/icons/JDWS-02/09d.svg -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/icons/JDWS-02/09n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/icons/JDWS-02/09n.svg -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/icons/JDWS-02/10d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/icons/JDWS-02/10d.svg -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/icons/JDWS-02/10n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/icons/JDWS-02/10n.svg -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/icons/JDWS-02/11d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/icons/JDWS-02/11d.svg -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/icons/JDWS-02/11n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/icons/JDWS-02/11n.svg -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/icons/JDWS-02/13d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/icons/JDWS-02/13d.svg -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/icons/JDWS-02/13n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/icons/JDWS-02/13n.svg -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/icons/JDWS-02/50d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/icons/JDWS-02/50d.svg -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/icons/JDWS-02/50n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/icons/JDWS-02/50n.svg -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/icons/JDWS-02/dark/01d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/icons/JDWS-02/dark/01d.png -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/icons/JDWS-02/dark/01n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/icons/JDWS-02/dark/01n.png -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/icons/JDWS-02/dark/02d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/icons/JDWS-02/dark/02d.png -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/icons/JDWS-02/dark/02n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/icons/JDWS-02/dark/02n.png -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/icons/JDWS-02/dark/03d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/icons/JDWS-02/dark/03d.png -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/icons/JDWS-02/dark/03n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/icons/JDWS-02/dark/03n.png -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/icons/JDWS-02/dark/04d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/icons/JDWS-02/dark/04d.png -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/icons/JDWS-02/dark/04n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/icons/JDWS-02/dark/04n.png -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/icons/JDWS-02/dark/09d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/icons/JDWS-02/dark/09d.png -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/icons/JDWS-02/dark/09n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/icons/JDWS-02/dark/09n.png -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/icons/JDWS-02/dark/10d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/icons/JDWS-02/dark/10d.png -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/icons/JDWS-02/dark/10n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/icons/JDWS-02/dark/10n.png -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/icons/JDWS-02/dark/11d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/icons/JDWS-02/dark/11d.png -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/icons/JDWS-02/dark/11n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/icons/JDWS-02/dark/11n.png -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/icons/JDWS-02/dark/13d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/icons/JDWS-02/dark/13d.png -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/icons/JDWS-02/dark/13n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/icons/JDWS-02/dark/13n.png -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/icons/JDWS-02/dark/50d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/icons/JDWS-02/dark/50d.png -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/icons/JDWS-02/dark/50n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/icons/JDWS-02/dark/50n.png -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/icons/JDWS-02/jdwi-fog.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/icons/JDWS-02/jdwi-fog.svg -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/icons/JDWS-02/jdwi-rain.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/icons/JDWS-02/jdwi-rain.svg -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/icons/JDWS-02/jdwi-snow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/icons/JDWS-02/jdwi-snow.svg -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/icons/JDWS-02/svg/01d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/icons/JDWS-02/svg/01d.svg -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/icons/JDWS-02/svg/01n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/icons/JDWS-02/svg/01n.svg -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/icons/JDWS-02/svg/02d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/icons/JDWS-02/svg/02d.svg -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/icons/JDWS-02/svg/02n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/icons/JDWS-02/svg/02n.svg -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/icons/JDWS-02/svg/03d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/icons/JDWS-02/svg/03d.svg -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/icons/JDWS-02/svg/03n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/icons/JDWS-02/svg/03n.svg -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/icons/JDWS-02/svg/04d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/icons/JDWS-02/svg/04d.svg -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/icons/JDWS-02/svg/04n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/icons/JDWS-02/svg/04n.svg -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/icons/JDWS-02/svg/09d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/icons/JDWS-02/svg/09d.svg -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/icons/JDWS-02/svg/09n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/icons/JDWS-02/svg/09n.svg -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/icons/JDWS-02/svg/100.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/icons/JDWS-02/svg/100.svg -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/icons/JDWS-02/svg/10d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/icons/JDWS-02/svg/10d.svg -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/icons/JDWS-02/svg/10n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/icons/JDWS-02/svg/10n.svg -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/icons/JDWS-02/svg/11d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/icons/JDWS-02/svg/11d.svg -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/icons/JDWS-02/svg/11n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/icons/JDWS-02/svg/11n.svg -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/icons/JDWS-02/svg/13d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/icons/JDWS-02/svg/13d.svg -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/icons/JDWS-02/svg/13n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/icons/JDWS-02/svg/13n.svg -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/icons/JDWS-02/svg/50d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/icons/JDWS-02/svg/50d.svg -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/icons/JDWS-02/svg/50n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/icons/JDWS-02/svg/50n.svg -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/icons/JDWS-02/svg/99.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/icons/JDWS-02/svg/99.svg -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/res/light_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/res/light_green.png -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/res/light_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/res/light_green.svg -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/res/spiderman.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/res/spiderman.svg -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/res/white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/res/white.png -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/res/white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/res/white.svg -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/scripts/weather-icon.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/scripts/weather-icon.sh -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/scripts/weather.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/scripts/weather.sh -------------------------------------------------------------------------------- /Conky/Fresh_light_Italiano/start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Fresh_light_Italiano/start.sh -------------------------------------------------------------------------------- /Conky/Regulus/Regulus.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus/Regulus.conf -------------------------------------------------------------------------------- /Conky/Regulus/Regulus.conf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus/Regulus.conf.png -------------------------------------------------------------------------------- /Conky/Regulus/fonts/BebasNeue-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus/fonts/BebasNeue-Regular.ttf -------------------------------------------------------------------------------- /Conky/Regulus/fonts/HelveticaNeue Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus/fonts/HelveticaNeue Light.ttf -------------------------------------------------------------------------------- /Conky/Regulus/fonts/Material.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus/fonts/Material.ttf -------------------------------------------------------------------------------- /Conky/Regulus/fonts/NanumGothic-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus/fonts/NanumGothic-Regular.ttf -------------------------------------------------------------------------------- /Conky/Regulus/icons/headphones-3-512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus/icons/headphones-3-512.png -------------------------------------------------------------------------------- /Conky/Regulus/icons/spotify-512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus/icons/spotify-512.png -------------------------------------------------------------------------------- /Conky/Regulus/last_cover_id.txt: -------------------------------------------------------------------------------- 1 | ab67616d0000b273b93896b3989f1326ea4e2d9f 2 | -------------------------------------------------------------------------------- /Conky/Regulus/scripts/spotify/album.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus/scripts/spotify/album.sh -------------------------------------------------------------------------------- /Conky/Regulus/scripts/spotify/artist.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus/scripts/spotify/artist.sh -------------------------------------------------------------------------------- /Conky/Regulus/scripts/spotify/cover.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus/scripts/spotify/cover.sh -------------------------------------------------------------------------------- /Conky/Regulus/scripts/spotify/id.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus/scripts/spotify/id.sh -------------------------------------------------------------------------------- /Conky/Regulus/scripts/spotify/imgurl.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus/scripts/spotify/imgurl.sh -------------------------------------------------------------------------------- /Conky/Regulus/scripts/spotify/status.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus/scripts/spotify/status.sh -------------------------------------------------------------------------------- /Conky/Regulus/scripts/spotify/title.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus/scripts/spotify/title.sh -------------------------------------------------------------------------------- /Conky/Regulus/scripts/spotify/year.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus/scripts/spotify/year.sh -------------------------------------------------------------------------------- /Conky/Regulus/start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus/start.sh -------------------------------------------------------------------------------- /Conky/Regulus_light/Box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus_light/Box.png -------------------------------------------------------------------------------- /Conky/Regulus_light/Box1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus_light/Box1.png -------------------------------------------------------------------------------- /Conky/Regulus_light/Regulus.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus_light/Regulus.conf -------------------------------------------------------------------------------- /Conky/Regulus_light/Regulus.conf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus_light/Regulus.conf.png -------------------------------------------------------------------------------- /Conky/Regulus_light/bg-tile-regspot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus_light/bg-tile-regspot.png -------------------------------------------------------------------------------- /Conky/Regulus_light/current/current.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus_light/current/current.png -------------------------------------------------------------------------------- /Conky/Regulus_light/fonts/BebasNeue-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus_light/fonts/BebasNeue-Regular.ttf -------------------------------------------------------------------------------- /Conky/Regulus_light/fonts/HelveticaNeue Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus_light/fonts/HelveticaNeue Light.ttf -------------------------------------------------------------------------------- /Conky/Regulus_light/fonts/Material.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus_light/fonts/Material.ttf -------------------------------------------------------------------------------- /Conky/Regulus_light/fonts/NanumGothic-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus_light/fonts/NanumGothic-Regular.ttf -------------------------------------------------------------------------------- /Conky/Regulus_light/icons/b7a9c2/01d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus_light/icons/b7a9c2/01d.png -------------------------------------------------------------------------------- /Conky/Regulus_light/icons/b7a9c2/01n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus_light/icons/b7a9c2/01n.png -------------------------------------------------------------------------------- /Conky/Regulus_light/icons/b7a9c2/02d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus_light/icons/b7a9c2/02d.png -------------------------------------------------------------------------------- /Conky/Regulus_light/icons/b7a9c2/02n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus_light/icons/b7a9c2/02n.png -------------------------------------------------------------------------------- /Conky/Regulus_light/icons/b7a9c2/03d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus_light/icons/b7a9c2/03d.png -------------------------------------------------------------------------------- /Conky/Regulus_light/icons/b7a9c2/03n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus_light/icons/b7a9c2/03n.png -------------------------------------------------------------------------------- /Conky/Regulus_light/icons/b7a9c2/04d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus_light/icons/b7a9c2/04d.png -------------------------------------------------------------------------------- /Conky/Regulus_light/icons/b7a9c2/04n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus_light/icons/b7a9c2/04n.png -------------------------------------------------------------------------------- /Conky/Regulus_light/icons/b7a9c2/09d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus_light/icons/b7a9c2/09d.png -------------------------------------------------------------------------------- /Conky/Regulus_light/icons/b7a9c2/09n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus_light/icons/b7a9c2/09n.png -------------------------------------------------------------------------------- /Conky/Regulus_light/icons/b7a9c2/10d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus_light/icons/b7a9c2/10d.png -------------------------------------------------------------------------------- /Conky/Regulus_light/icons/b7a9c2/10n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus_light/icons/b7a9c2/10n.png -------------------------------------------------------------------------------- /Conky/Regulus_light/icons/b7a9c2/11d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus_light/icons/b7a9c2/11d.png -------------------------------------------------------------------------------- /Conky/Regulus_light/icons/b7a9c2/11n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus_light/icons/b7a9c2/11n.png -------------------------------------------------------------------------------- /Conky/Regulus_light/icons/b7a9c2/13d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus_light/icons/b7a9c2/13d.png -------------------------------------------------------------------------------- /Conky/Regulus_light/icons/b7a9c2/13n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus_light/icons/b7a9c2/13n.png -------------------------------------------------------------------------------- /Conky/Regulus_light/icons/headphones-3-512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus_light/icons/headphones-3-512.png -------------------------------------------------------------------------------- /Conky/Regulus_light/icons/spotify-512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus_light/icons/spotify-512.png -------------------------------------------------------------------------------- /Conky/Regulus_light/icons/white3/01d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus_light/icons/white3/01d.png -------------------------------------------------------------------------------- /Conky/Regulus_light/icons/white3/01n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus_light/icons/white3/01n.png -------------------------------------------------------------------------------- /Conky/Regulus_light/icons/white3/02d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus_light/icons/white3/02d.png -------------------------------------------------------------------------------- /Conky/Regulus_light/icons/white3/02n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus_light/icons/white3/02n.png -------------------------------------------------------------------------------- /Conky/Regulus_light/icons/white3/03d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus_light/icons/white3/03d.png -------------------------------------------------------------------------------- /Conky/Regulus_light/icons/white3/03n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus_light/icons/white3/03n.png -------------------------------------------------------------------------------- /Conky/Regulus_light/icons/white3/04d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus_light/icons/white3/04d.png -------------------------------------------------------------------------------- /Conky/Regulus_light/icons/white3/04n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus_light/icons/white3/04n.png -------------------------------------------------------------------------------- /Conky/Regulus_light/icons/white3/09d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus_light/icons/white3/09d.png -------------------------------------------------------------------------------- /Conky/Regulus_light/icons/white3/09n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus_light/icons/white3/09n.png -------------------------------------------------------------------------------- /Conky/Regulus_light/icons/white3/10d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus_light/icons/white3/10d.png -------------------------------------------------------------------------------- /Conky/Regulus_light/icons/white3/10n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus_light/icons/white3/10n.png -------------------------------------------------------------------------------- /Conky/Regulus_light/icons/white3/11d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus_light/icons/white3/11d.png -------------------------------------------------------------------------------- /Conky/Regulus_light/icons/white3/11n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus_light/icons/white3/11n.png -------------------------------------------------------------------------------- /Conky/Regulus_light/icons/white3/13d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus_light/icons/white3/13d.png -------------------------------------------------------------------------------- /Conky/Regulus_light/icons/white3/13n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus_light/icons/white3/13n.png -------------------------------------------------------------------------------- /Conky/Regulus_light/last_cover_id.txt: -------------------------------------------------------------------------------- 1 | ab67616d0000b273c37a0c88fc0e81fe5bafa8b5 2 | -------------------------------------------------------------------------------- /Conky/Regulus_light/rings-v1.2.1.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus_light/rings-v1.2.1.lua -------------------------------------------------------------------------------- /Conky/Regulus_light/scripts/spotify/album.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus_light/scripts/spotify/album.sh -------------------------------------------------------------------------------- /Conky/Regulus_light/scripts/spotify/artist.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus_light/scripts/spotify/artist.sh -------------------------------------------------------------------------------- /Conky/Regulus_light/scripts/spotify/cover.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus_light/scripts/spotify/cover.sh -------------------------------------------------------------------------------- /Conky/Regulus_light/scripts/spotify/id.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus_light/scripts/spotify/id.sh -------------------------------------------------------------------------------- /Conky/Regulus_light/scripts/spotify/imgurl.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus_light/scripts/spotify/imgurl.sh -------------------------------------------------------------------------------- /Conky/Regulus_light/scripts/spotify/status.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus_light/scripts/spotify/status.sh -------------------------------------------------------------------------------- /Conky/Regulus_light/scripts/spotify/title.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus_light/scripts/spotify/title.sh -------------------------------------------------------------------------------- /Conky/Regulus_light/scripts/spotify/year.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus_light/scripts/spotify/year.sh -------------------------------------------------------------------------------- /Conky/Regulus_light/start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Conky/Regulus_light/start.sh -------------------------------------------------------------------------------- /Discord/Nature.theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Discord/Nature.theme.css -------------------------------------------------------------------------------- /Firefox_UserChrome/components/variables.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Firefox_UserChrome/components/variables.css -------------------------------------------------------------------------------- /Firefox_UserChrome/userChrome.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Firefox_UserChrome/userChrome.css -------------------------------------------------------------------------------- /Firefox_UserChrome/userContent.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Firefox_UserChrome/userContent.css -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/16/changecolor.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/16/changecolor.sh -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/16/folder-apple.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/16/folder-apple.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/16/folder-apps.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/16/folder-apps.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/16/folder-bookmark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/16/folder-bookmark.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/16/folder-cd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/16/folder-cd.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/16/folder-download.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/16/folder-download.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/16/folder-dropbox.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/16/folder-dropbox.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/16/folder-games.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/16/folder-games.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/16/folder-git.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/16/folder-git.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/16/folder-github.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/16/folder-github.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/16/folder-gitlab.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/16/folder-gitlab.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/16/folder-gnome.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/16/folder-gnome.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/16/folder-java.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/16/folder-java.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/16/folder-linux.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/16/folder-linux.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/16/folder-locked.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/16/folder-locked.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/16/folder-mail.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/16/folder-mail.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/16/folder-mega.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/16/folder-mega.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/16/folder-meocloud.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/16/folder-meocloud.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/16/folder-music.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/16/folder-music.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/16/folder-network.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/16/folder-network.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/16/folder-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/16/folder-open.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/16/folder-owncloud.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/16/folder-owncloud.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/16/folder-pcloud.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/16/folder-pcloud.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/16/folder-photo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/16/folder-photo.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/16/folder-pictures.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/16/folder-pictures.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/16/folder-print.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/16/folder-print.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/16/folder-private.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/16/folder-private.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/16/folder-remote.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/16/folder-remote.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/16/folder-root.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/16/folder-root.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/16/folder-script.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/16/folder-script.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/16/folder-steam.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/16/folder-steam.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/16/folder-tar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/16/folder-tar.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/16/folder-temp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/16/folder-temp.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/16/folder-torrent.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/16/folder-torrent.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/16/folder-unlocked.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/16/folder-unlocked.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/16/folder-vbox.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/16/folder-vbox.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/16/folder-video.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/16/folder-video.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/16/folder-wifi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/16/folder-wifi.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/16/folder-wine.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/16/folder-wine.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/16/folder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/16/folder.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/16/stock_folder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/16/stock_folder.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/16/user-desktop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/16/user-desktop.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/16/user-home.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/16/user-home.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/16/user-trash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/16/user-trash.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/22/folder-apps.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/22/folder-apps.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/22/folder-games.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/22/folder-games.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/22/folder-music.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/22/folder-music.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/22/folder-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/22/folder-open.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/22/folder-photo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/22/folder-photo.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/22/folder-red.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/22/folder-red.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/22/folder-root.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/22/folder-root.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/22/folder-temp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/22/folder-temp.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/22/folder-video.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/22/folder-video.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/22/folder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/22/folder.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/22/user-desktop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/22/user-desktop.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/22/user-home.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/22/user-home.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/22/user-trash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/22/user-trash.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/32/folder-apps.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/32/folder-apps.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/32/folder-games.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/32/folder-games.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/32/folder-music.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/32/folder-music.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/32/folder-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/32/folder-open.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/32/folder-photo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/32/folder-photo.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/32/folder-red.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/32/folder-red.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/32/folder-root.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/32/folder-root.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/32/folder-temp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/32/folder-temp.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/32/folder-video.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/32/folder-video.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/32/folder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/32/folder.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/32/user-desktop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/32/user-desktop.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/32/user-home.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/32/user-home.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/32/user-trash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/32/user-trash.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/48/folder-apps.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/48/folder-apps.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/48/folder-games.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/48/folder-games.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/48/folder-music.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/48/folder-music.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/48/folder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/48/folder.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/Places/48/user-desktop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/Places/48/user-desktop.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/emblems/16/vcs-normal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/emblems/16/vcs-normal.svg -------------------------------------------------------------------------------- /Folder Icons/Dark_Folder/index.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Dark_Folder/index.theme -------------------------------------------------------------------------------- /Folder Icons/Light_Folder/Places/16/folder-apps.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Light_Folder/Places/16/folder-apps.svg -------------------------------------------------------------------------------- /Folder Icons/Light_Folder/Places/16/folder-cd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Light_Folder/Places/16/folder-cd.svg -------------------------------------------------------------------------------- /Folder Icons/Light_Folder/Places/16/folder-git.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Light_Folder/Places/16/folder-git.svg -------------------------------------------------------------------------------- /Folder Icons/Light_Folder/Places/16/folder-java.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Light_Folder/Places/16/folder-java.svg -------------------------------------------------------------------------------- /Folder Icons/Light_Folder/Places/16/folder-mail.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Light_Folder/Places/16/folder-mail.svg -------------------------------------------------------------------------------- /Folder Icons/Light_Folder/Places/16/folder-mega.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Light_Folder/Places/16/folder-mega.svg -------------------------------------------------------------------------------- /Folder Icons/Light_Folder/Places/16/folder-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Light_Folder/Places/16/folder-open.svg -------------------------------------------------------------------------------- /Folder Icons/Light_Folder/Places/16/folder-root.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Light_Folder/Places/16/folder-root.svg -------------------------------------------------------------------------------- /Folder Icons/Light_Folder/Places/16/folder-tar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Light_Folder/Places/16/folder-tar.svg -------------------------------------------------------------------------------- /Folder Icons/Light_Folder/Places/16/folder-temp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Light_Folder/Places/16/folder-temp.svg -------------------------------------------------------------------------------- /Folder Icons/Light_Folder/Places/16/folder-vbox.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Light_Folder/Places/16/folder-vbox.svg -------------------------------------------------------------------------------- /Folder Icons/Light_Folder/Places/16/folder-wifi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Light_Folder/Places/16/folder-wifi.svg -------------------------------------------------------------------------------- /Folder Icons/Light_Folder/Places/16/folder-wine.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Light_Folder/Places/16/folder-wine.svg -------------------------------------------------------------------------------- /Folder Icons/Light_Folder/Places/16/folder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Light_Folder/Places/16/folder.svg -------------------------------------------------------------------------------- /Folder Icons/Light_Folder/Places/16/user-home.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Light_Folder/Places/16/user-home.svg -------------------------------------------------------------------------------- /Folder Icons/Light_Folder/Places/16/user-trash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Light_Folder/Places/16/user-trash.svg -------------------------------------------------------------------------------- /Folder Icons/Light_Folder/Places/22/folder-apps.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Light_Folder/Places/22/folder-apps.svg -------------------------------------------------------------------------------- /Folder Icons/Light_Folder/Places/22/folder-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Light_Folder/Places/22/folder-open.svg -------------------------------------------------------------------------------- /Folder Icons/Light_Folder/Places/22/folder-red.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Light_Folder/Places/22/folder-red.svg -------------------------------------------------------------------------------- /Folder Icons/Light_Folder/Places/22/folder-root.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Light_Folder/Places/22/folder-root.svg -------------------------------------------------------------------------------- /Folder Icons/Light_Folder/Places/22/folder-temp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Light_Folder/Places/22/folder-temp.svg -------------------------------------------------------------------------------- /Folder Icons/Light_Folder/Places/22/folder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Light_Folder/Places/22/folder.svg -------------------------------------------------------------------------------- /Folder Icons/Light_Folder/Places/22/user-home.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Light_Folder/Places/22/user-home.svg -------------------------------------------------------------------------------- /Folder Icons/Light_Folder/Places/22/user-trash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Light_Folder/Places/22/user-trash.svg -------------------------------------------------------------------------------- /Folder Icons/Light_Folder/Places/32/folder-apps.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Light_Folder/Places/32/folder-apps.svg -------------------------------------------------------------------------------- /Folder Icons/Light_Folder/Places/32/folder-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Light_Folder/Places/32/folder-open.svg -------------------------------------------------------------------------------- /Folder Icons/Light_Folder/Places/32/folder-red.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Light_Folder/Places/32/folder-red.svg -------------------------------------------------------------------------------- /Folder Icons/Light_Folder/Places/32/folder-root.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Light_Folder/Places/32/folder-root.svg -------------------------------------------------------------------------------- /Folder Icons/Light_Folder/Places/32/folder-temp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Light_Folder/Places/32/folder-temp.svg -------------------------------------------------------------------------------- /Folder Icons/Light_Folder/Places/32/folder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Light_Folder/Places/32/folder.svg -------------------------------------------------------------------------------- /Folder Icons/Light_Folder/Places/32/user-home.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Light_Folder/Places/32/user-home.svg -------------------------------------------------------------------------------- /Folder Icons/Light_Folder/Places/32/user-trash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Light_Folder/Places/32/user-trash.svg -------------------------------------------------------------------------------- /Folder Icons/Light_Folder/Places/48/folder-apps.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Light_Folder/Places/48/folder-apps.svg -------------------------------------------------------------------------------- /Folder Icons/Light_Folder/Places/48/folder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Light_Folder/Places/48/folder.svg -------------------------------------------------------------------------------- /Folder Icons/Light_Folder/emblems/16/vcs-normal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Light_Folder/emblems/16/vcs-normal.svg -------------------------------------------------------------------------------- /Folder Icons/Light_Folder/index.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Folder Icons/Light_Folder/index.theme -------------------------------------------------------------------------------- /Gradience preset/nature.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Gradience preset/nature.json -------------------------------------------------------------------------------- /Latte_Dock_Layout/Elegant.latte.layout.latte: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Latte_Dock_Layout/Elegant.latte.layout.latte -------------------------------------------------------------------------------- /Latte_Dock_Layout/Fresh.latte: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Latte_Dock_Layout/Fresh.latte -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Personal Themes 2 | -------------------------------------------------------------------------------- /Spicetify/Elegant/Elegant: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Spicetify/Elegant/Elegant -------------------------------------------------------------------------------- /Spicetify/Fresh/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Spicetify/Fresh/LICENSE -------------------------------------------------------------------------------- /Spicetify/Fresh/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Spicetify/Fresh/README.md -------------------------------------------------------------------------------- /Spicetify/Fresh/color.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Spicetify/Fresh/color.ini -------------------------------------------------------------------------------- /Spicetify/Fresh/screenshots/Dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Spicetify/Fresh/screenshots/Dark.png -------------------------------------------------------------------------------- /Spicetify/Fresh/screenshots/Light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Spicetify/Fresh/screenshots/Light.png -------------------------------------------------------------------------------- /Spicetify/Fresh/screenshots/Monochrome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Spicetify/Fresh/screenshots/Monochrome.png -------------------------------------------------------------------------------- /Spicetify/Fresh/user.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Spicetify/Fresh/user.css -------------------------------------------------------------------------------- /Spicetify/Fullen/Screenshots/Dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Spicetify/Fullen/Screenshots/Dark.png -------------------------------------------------------------------------------- /Spicetify/Fullen/Screenshots/Dragon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Spicetify/Fullen/Screenshots/Dragon.png -------------------------------------------------------------------------------- /Spicetify/Fullen/Screenshots/Light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Spicetify/Fullen/Screenshots/Light.png -------------------------------------------------------------------------------- /Spicetify/Fullen/Screenshots/Purple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Spicetify/Fullen/Screenshots/Purple.png -------------------------------------------------------------------------------- /Spicetify/Fullen/assets/cusom-icons/collection.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Spicetify/Fullen/assets/cusom-icons/collection.svg -------------------------------------------------------------------------------- /Spicetify/Fullen/assets/cusom-icons/home.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Spicetify/Fullen/assets/cusom-icons/home.svg -------------------------------------------------------------------------------- /Spicetify/Fullen/assets/cusom-icons/market.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Spicetify/Fullen/assets/cusom-icons/market.svg -------------------------------------------------------------------------------- /Spicetify/Fullen/assets/cusom-icons/search.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Spicetify/Fullen/assets/cusom-icons/search.svg -------------------------------------------------------------------------------- /Spicetify/Fullen/color.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Spicetify/Fullen/color.ini -------------------------------------------------------------------------------- /Spicetify/Fullen/user.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Spicetify/Fullen/user.css -------------------------------------------------------------------------------- /Spicetify/Nord/Dark Coffe Nord: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Spicetify/Nord/Dark Coffe Nord -------------------------------------------------------------------------------- /Spicetify/Nord/Nature Nord: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Spicetify/Nord/Nature Nord -------------------------------------------------------------------------------- /Themes Kde/Dark coffe/Color Scheme/DarkCoffe.colors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Dark coffe/Color Scheme/DarkCoffe.colors -------------------------------------------------------------------------------- /Themes Kde/Dark coffe/Kate/Dark Coffe.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Dark coffe/Kate/Dark Coffe.theme -------------------------------------------------------------------------------- /Themes Kde/Darkish/Colorsheme/Darkish.colors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Darkish/Colorsheme/Darkish.colors -------------------------------------------------------------------------------- /Themes Kde/Dragon/Gtk/Dragon/gtk-2.0/gtkrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Dragon/Gtk/Dragon/gtk-2.0/gtkrc -------------------------------------------------------------------------------- /Themes Kde/Dragon/Gtk/Dragon/gtk-3.0/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Dragon/Gtk/Dragon/gtk-3.0/gtk.css -------------------------------------------------------------------------------- /Themes Kde/Dragon/Gtk/Dragon/index.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Dragon/Gtk/Dragon/index.theme -------------------------------------------------------------------------------- /Themes Kde/Dragon/Gtk/Dragon/xfwm4/close-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Dragon/Gtk/Dragon/xfwm4/close-active.xpm -------------------------------------------------------------------------------- /Themes Kde/Dragon/Gtk/Dragon/xfwm4/hide-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Dragon/Gtk/Dragon/xfwm4/hide-active.xpm -------------------------------------------------------------------------------- /Themes Kde/Dragon/Gtk/Dragon/xfwm4/hide-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Dragon/Gtk/Dragon/xfwm4/hide-pressed.xpm -------------------------------------------------------------------------------- /Themes Kde/Dragon/Gtk/Dragon/xfwm4/left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Dragon/Gtk/Dragon/xfwm4/left-active.png -------------------------------------------------------------------------------- /Themes Kde/Dragon/Gtk/Dragon/xfwm4/left-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Dragon/Gtk/Dragon/xfwm4/left-active.xpm -------------------------------------------------------------------------------- /Themes Kde/Dragon/Gtk/Dragon/xfwm4/menu-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Dragon/Gtk/Dragon/xfwm4/menu-active.png -------------------------------------------------------------------------------- /Themes Kde/Dragon/Gtk/Dragon/xfwm4/menu-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Dragon/Gtk/Dragon/xfwm4/menu-active.xpm -------------------------------------------------------------------------------- /Themes Kde/Dragon/Gtk/Dragon/xfwm4/menu-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Dragon/Gtk/Dragon/xfwm4/menu-pressed.png -------------------------------------------------------------------------------- /Themes Kde/Dragon/Gtk/Dragon/xfwm4/menu-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Dragon/Gtk/Dragon/xfwm4/menu-pressed.xpm -------------------------------------------------------------------------------- /Themes Kde/Dragon/Gtk/Dragon/xfwm4/right-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Dragon/Gtk/Dragon/xfwm4/right-active.xpm -------------------------------------------------------------------------------- /Themes Kde/Dragon/Gtk/Dragon/xfwm4/shade-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Dragon/Gtk/Dragon/xfwm4/shade-active.xpm -------------------------------------------------------------------------------- /Themes Kde/Dragon/Gtk/Dragon/xfwm4/stick-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Dragon/Gtk/Dragon/xfwm4/stick-active.xpm -------------------------------------------------------------------------------- /Themes Kde/Dragon/Gtk/Dragon/xfwm4/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Dragon/Gtk/Dragon/xfwm4/themerc -------------------------------------------------------------------------------- /Themes Kde/Dragon/Icons/Dragon-Place/index.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Dragon/Icons/Dragon-Place/index.theme -------------------------------------------------------------------------------- /Themes Kde/Dragon/KDE/Kvantum/Dragon/Dragon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Dragon/KDE/Kvantum/Dragon/Dragon.svg -------------------------------------------------------------------------------- /Themes Kde/Dragon/KDE/Plasma Theme/Dragon/colors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Dragon/KDE/Plasma Theme/Dragon/colors -------------------------------------------------------------------------------- /Themes Kde/Dragon/Screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Dragon/Screen.png -------------------------------------------------------------------------------- /Themes Kde/Dragon/Wallpaper/Dragon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Dragon/Wallpaper/Dragon.jpg -------------------------------------------------------------------------------- /Themes Kde/Elegant/Color-Scheme/Kate/Elegant.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Elegant/Color-Scheme/Kate/Elegant.theme -------------------------------------------------------------------------------- /Themes Kde/Elegant/Color-Scheme/Kde/Elegant.colors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Elegant/Color-Scheme/Kde/Elegant.colors -------------------------------------------------------------------------------- /Themes Kde/Elegant/Discord/Elegant.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Elegant/Discord/Elegant.css -------------------------------------------------------------------------------- /Themes Kde/Elegant/Kvantum/Elegant/Elegant.kvconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Elegant/Kvantum/Elegant/Elegant.kvconfig -------------------------------------------------------------------------------- /Themes Kde/Elegant/Kvantum/Elegant/Elegant.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Elegant/Kvantum/Elegant/Elegant.svg -------------------------------------------------------------------------------- /Themes Kde/Elegant/Kvantum/Root/Root.kvconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Elegant/Kvantum/Root/Root.kvconfig -------------------------------------------------------------------------------- /Themes Kde/Elegant/Kvantum/Root/Root.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Elegant/Kvantum/Root/Root.svg -------------------------------------------------------------------------------- /Themes Kde/Leaf/Conky/Izar/Izar.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/Conky/Izar/Izar.conf -------------------------------------------------------------------------------- /Themes Kde/Leaf/Conky/Izar/Izar_old.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/Conky/Izar/Izar_old.conf -------------------------------------------------------------------------------- /Themes Kde/Leaf/Conky/Izar/fonts/Comfortaa-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/Conky/Izar/fonts/Comfortaa-Bold.ttf -------------------------------------------------------------------------------- /Themes Kde/Leaf/Conky/Izar/fonts/beckman.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/Conky/Izar/fonts/beckman.zip -------------------------------------------------------------------------------- /Themes Kde/Leaf/Conky/Izar/icons/JDWS-02/01d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/Conky/Izar/icons/JDWS-02/01d.svg -------------------------------------------------------------------------------- /Themes Kde/Leaf/Conky/Izar/icons/JDWS-02/01n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/Conky/Izar/icons/JDWS-02/01n.svg -------------------------------------------------------------------------------- /Themes Kde/Leaf/Conky/Izar/icons/JDWS-02/02d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/Conky/Izar/icons/JDWS-02/02d.svg -------------------------------------------------------------------------------- /Themes Kde/Leaf/Conky/Izar/icons/JDWS-02/02n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/Conky/Izar/icons/JDWS-02/02n.svg -------------------------------------------------------------------------------- /Themes Kde/Leaf/Conky/Izar/icons/JDWS-02/03d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/Conky/Izar/icons/JDWS-02/03d.svg -------------------------------------------------------------------------------- /Themes Kde/Leaf/Conky/Izar/icons/JDWS-02/03n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/Conky/Izar/icons/JDWS-02/03n.svg -------------------------------------------------------------------------------- /Themes Kde/Leaf/Conky/Izar/icons/JDWS-02/04d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/Conky/Izar/icons/JDWS-02/04d.svg -------------------------------------------------------------------------------- /Themes Kde/Leaf/Conky/Izar/icons/JDWS-02/04n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/Conky/Izar/icons/JDWS-02/04n.svg -------------------------------------------------------------------------------- /Themes Kde/Leaf/Conky/Izar/icons/JDWS-02/09d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/Conky/Izar/icons/JDWS-02/09d.svg -------------------------------------------------------------------------------- /Themes Kde/Leaf/Conky/Izar/icons/JDWS-02/09n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/Conky/Izar/icons/JDWS-02/09n.svg -------------------------------------------------------------------------------- /Themes Kde/Leaf/Conky/Izar/icons/JDWS-02/10d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/Conky/Izar/icons/JDWS-02/10d.svg -------------------------------------------------------------------------------- /Themes Kde/Leaf/Conky/Izar/icons/JDWS-02/10n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/Conky/Izar/icons/JDWS-02/10n.svg -------------------------------------------------------------------------------- /Themes Kde/Leaf/Conky/Izar/icons/JDWS-02/11d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/Conky/Izar/icons/JDWS-02/11d.svg -------------------------------------------------------------------------------- /Themes Kde/Leaf/Conky/Izar/icons/JDWS-02/11n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/Conky/Izar/icons/JDWS-02/11n.svg -------------------------------------------------------------------------------- /Themes Kde/Leaf/Conky/Izar/icons/JDWS-02/13d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/Conky/Izar/icons/JDWS-02/13d.svg -------------------------------------------------------------------------------- /Themes Kde/Leaf/Conky/Izar/icons/JDWS-02/13n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/Conky/Izar/icons/JDWS-02/13n.svg -------------------------------------------------------------------------------- /Themes Kde/Leaf/Conky/Izar/icons/JDWS-02/50d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/Conky/Izar/icons/JDWS-02/50d.svg -------------------------------------------------------------------------------- /Themes Kde/Leaf/Conky/Izar/icons/JDWS-02/50n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/Conky/Izar/icons/JDWS-02/50n.svg -------------------------------------------------------------------------------- /Themes Kde/Leaf/Conky/Izar/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/Conky/Izar/preview.png -------------------------------------------------------------------------------- /Themes Kde/Leaf/Conky/Izar/res/green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/Conky/Izar/res/green.svg -------------------------------------------------------------------------------- /Themes Kde/Leaf/Conky/Izar/res/spiderman.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/Conky/Izar/res/spiderman.svg -------------------------------------------------------------------------------- /Themes Kde/Leaf/Conky/Izar/res/white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/Conky/Izar/res/white.svg -------------------------------------------------------------------------------- /Themes Kde/Leaf/Conky/Izar/scripts/weather-icon.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/Conky/Izar/scripts/weather-icon.sh -------------------------------------------------------------------------------- /Themes Kde/Leaf/Conky/Izar/scripts/weather.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/Conky/Izar/scripts/weather.sh -------------------------------------------------------------------------------- /Themes Kde/Leaf/Conky/Izar/source.txt: -------------------------------------------------------------------------------- 1 | https://github.com/closebox73/Leonis.git 2 | -------------------------------------------------------------------------------- /Themes Kde/Leaf/Conky/Izar/start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/Conky/Izar/start.sh -------------------------------------------------------------------------------- /Themes Kde/Leaf/Conky/Izar_light/Izar.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/Conky/Izar_light/Izar.conf -------------------------------------------------------------------------------- /Themes Kde/Leaf/Conky/Izar_light/Izar_old.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/Conky/Izar_light/Izar_old.conf -------------------------------------------------------------------------------- /Themes Kde/Leaf/Conky/Izar_light/fonts/beckman.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/Conky/Izar_light/fonts/beckman.zip -------------------------------------------------------------------------------- /Themes Kde/Leaf/Conky/Izar_light/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/Conky/Izar_light/preview.png -------------------------------------------------------------------------------- /Themes Kde/Leaf/Conky/Izar_light/res/spiderman.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/Conky/Izar_light/res/spiderman.svg -------------------------------------------------------------------------------- /Themes Kde/Leaf/Conky/Izar_light/res/white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/Conky/Izar_light/res/white.png -------------------------------------------------------------------------------- /Themes Kde/Leaf/Conky/Izar_light/res/white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/Conky/Izar_light/res/white.svg -------------------------------------------------------------------------------- /Themes Kde/Leaf/Conky/Izar_light/scripts/weather.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/Conky/Izar_light/scripts/weather.sh -------------------------------------------------------------------------------- /Themes Kde/Leaf/Conky/Izar_light/source.txt: -------------------------------------------------------------------------------- 1 | https://github.com/closebox73/Leonis.git 2 | -------------------------------------------------------------------------------- /Themes Kde/Leaf/Conky/Izar_light/start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/Conky/Izar_light/start.sh -------------------------------------------------------------------------------- /Themes Kde/Leaf/Conky/Regulus/Regulus.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/Conky/Regulus/Regulus.conf -------------------------------------------------------------------------------- /Themes Kde/Leaf/Conky/Regulus/Regulus.conf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/Conky/Regulus/Regulus.conf.png -------------------------------------------------------------------------------- /Themes Kde/Leaf/Conky/Regulus/fonts/Material.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/Conky/Regulus/fonts/Material.ttf -------------------------------------------------------------------------------- /Themes Kde/Leaf/Conky/Regulus/icons/spotify-512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/Conky/Regulus/icons/spotify-512.png -------------------------------------------------------------------------------- /Themes Kde/Leaf/Conky/Regulus/last_cover_id.txt: -------------------------------------------------------------------------------- 1 | ab67616d0000b273b93896b3989f1326ea4e2d9f 2 | -------------------------------------------------------------------------------- /Themes Kde/Leaf/Conky/Regulus/scripts/spotify/id.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/Conky/Regulus/scripts/spotify/id.sh -------------------------------------------------------------------------------- /Themes Kde/Leaf/Conky/Regulus/start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/Conky/Regulus/start.sh -------------------------------------------------------------------------------- /Themes Kde/Leaf/Conky/Regulus_light/Box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/Conky/Regulus_light/Box.png -------------------------------------------------------------------------------- /Themes Kde/Leaf/Conky/Regulus_light/Box1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/Conky/Regulus_light/Box1.png -------------------------------------------------------------------------------- /Themes Kde/Leaf/Conky/Regulus_light/Regulus.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/Conky/Regulus_light/Regulus.conf -------------------------------------------------------------------------------- /Themes Kde/Leaf/Conky/Regulus_light/last_cover_id.txt: -------------------------------------------------------------------------------- 1 | ab67616d0000b273c37a0c88fc0e81fe5bafa8b5 2 | -------------------------------------------------------------------------------- /Themes Kde/Leaf/Conky/Regulus_light/start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/Conky/Regulus_light/start.sh -------------------------------------------------------------------------------- /Themes Kde/Leaf/KDE/Gtk/Leaf/assets/arrow-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/KDE/Gtk/Leaf/assets/arrow-down.png -------------------------------------------------------------------------------- /Themes Kde/Leaf/KDE/Gtk/Leaf/assets/arrow-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/KDE/Gtk/Leaf/assets/arrow-left.png -------------------------------------------------------------------------------- /Themes Kde/Leaf/KDE/Gtk/Leaf/assets/arrow-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/KDE/Gtk/Leaf/assets/arrow-right.png -------------------------------------------------------------------------------- /Themes Kde/Leaf/KDE/Gtk/Leaf/assets/arrow-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/KDE/Gtk/Leaf/assets/arrow-up.png -------------------------------------------------------------------------------- /Themes Kde/Leaf/KDE/Gtk/Leaf/assets/button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/KDE/Gtk/Leaf/assets/button.png -------------------------------------------------------------------------------- /Themes Kde/Leaf/KDE/Gtk/Leaf/assets/combo-entry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/KDE/Gtk/Leaf/assets/combo-entry.png -------------------------------------------------------------------------------- /Themes Kde/Leaf/KDE/Gtk/Leaf/assets/entry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/KDE/Gtk/Leaf/assets/entry.png -------------------------------------------------------------------------------- /Themes Kde/Leaf/KDE/Gtk/Leaf/assets/frame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/KDE/Gtk/Leaf/assets/frame.png -------------------------------------------------------------------------------- /Themes Kde/Leaf/KDE/Gtk/Leaf/assets/handle-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/KDE/Gtk/Leaf/assets/handle-h.png -------------------------------------------------------------------------------- /Themes Kde/Leaf/KDE/Gtk/Leaf/assets/handle-v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/KDE/Gtk/Leaf/assets/handle-v.png -------------------------------------------------------------------------------- /Themes Kde/Leaf/KDE/Gtk/Leaf/assets/line-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/KDE/Gtk/Leaf/assets/line-h.png -------------------------------------------------------------------------------- /Themes Kde/Leaf/KDE/Gtk/Leaf/assets/line-v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/KDE/Gtk/Leaf/assets/line-v.png -------------------------------------------------------------------------------- /Themes Kde/Leaf/KDE/Gtk/Leaf/assets/menu-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/KDE/Gtk/Leaf/assets/menu-arrow.png -------------------------------------------------------------------------------- /Themes Kde/Leaf/KDE/Gtk/Leaf/assets/null.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/KDE/Gtk/Leaf/assets/null.png -------------------------------------------------------------------------------- /Themes Kde/Leaf/KDE/Gtk/Leaf/assets/tree-header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/KDE/Gtk/Leaf/assets/tree-header.png -------------------------------------------------------------------------------- /Themes Kde/Leaf/KDE/Gtk/Leaf/gtk-2.0/gtkrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/KDE/Gtk/Leaf/gtk-2.0/gtkrc -------------------------------------------------------------------------------- /Themes Kde/Leaf/KDE/Gtk/Leaf/gtk-2.0/widgets/entry: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/KDE/Gtk/Leaf/gtk-2.0/widgets/entry -------------------------------------------------------------------------------- /Themes Kde/Leaf/KDE/Gtk/Leaf/gtk-2.0/widgets/menu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/KDE/Gtk/Leaf/gtk-2.0/widgets/menu -------------------------------------------------------------------------------- /Themes Kde/Leaf/KDE/Gtk/Leaf/gtk-2.0/widgets/misc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/KDE/Gtk/Leaf/gtk-2.0/widgets/misc -------------------------------------------------------------------------------- /Themes Kde/Leaf/KDE/Gtk/Leaf/gtk-2.0/widgets/range: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/KDE/Gtk/Leaf/gtk-2.0/widgets/range -------------------------------------------------------------------------------- /Themes Kde/Leaf/KDE/Gtk/Leaf/gtk-2.0/widgets/styles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/KDE/Gtk/Leaf/gtk-2.0/widgets/styles -------------------------------------------------------------------------------- /Themes Kde/Leaf/KDE/Gtk/Leaf/gtk-3.0/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/KDE/Gtk/Leaf/gtk-3.0/gtk.css -------------------------------------------------------------------------------- /Themes Kde/Leaf/KDE/Gtk/Leaf/gtk-4.0/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/KDE/Gtk/Leaf/gtk-4.0/gtk.css -------------------------------------------------------------------------------- /Themes Kde/Leaf/KDE/Kvantum/Leaf_Dark/Leaf_Dark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/KDE/Kvantum/Leaf_Dark/Leaf_Dark.svg -------------------------------------------------------------------------------- /Themes Kde/Leaf/KDE/Plasma/Leaf_Dark/colors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/KDE/Plasma/Leaf_Dark/colors -------------------------------------------------------------------------------- /Themes Kde/Leaf/KDE/Plasma/Leaf_Dark/icons/disk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/KDE/Plasma/Leaf_Dark/icons/disk.svg -------------------------------------------------------------------------------- /Themes Kde/Leaf/KDE/Plasma/Leaf_Dark/icons/edit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/KDE/Plasma/Leaf_Dark/icons/edit.svg -------------------------------------------------------------------------------- /Themes Kde/Leaf/KDE/Plasma/Leaf_Dark/icons/face.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/KDE/Plasma/Leaf_Dark/icons/face.svg -------------------------------------------------------------------------------- /Themes Kde/Leaf/KDE/Plasma/Leaf_Dark/icons/go.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/KDE/Plasma/Leaf_Dark/icons/go.svg -------------------------------------------------------------------------------- /Themes Kde/Leaf/KDE/Plasma/Leaf_Dark/icons/jami.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/KDE/Plasma/Leaf_Dark/icons/jami.svg -------------------------------------------------------------------------------- /Themes Kde/Leaf/KDE/Plasma/Leaf_Dark/icons/juk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/KDE/Plasma/Leaf_Dark/icons/juk.svg -------------------------------------------------------------------------------- /Themes Kde/Leaf/KDE/Plasma/Leaf_Dark/icons/kate.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/KDE/Plasma/Leaf_Dark/icons/kate.svg -------------------------------------------------------------------------------- /Themes Kde/Leaf/KDE/Plasma/Leaf_Dark/icons/kdf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/KDE/Plasma/Leaf_Dark/icons/kdf.svg -------------------------------------------------------------------------------- /Themes Kde/Leaf/KDE/Plasma/Leaf_Dark/icons/kget.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/KDE/Plasma/Leaf_Dark/icons/kget.svg -------------------------------------------------------------------------------- /Themes Kde/Leaf/KDE/Plasma/Leaf_Dark/icons/kgpg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/KDE/Plasma/Leaf_Dark/icons/kgpg.svg -------------------------------------------------------------------------------- /Themes Kde/Leaf/KDE/Plasma/Leaf_Dark/icons/krfb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/KDE/Plasma/Leaf_Dark/icons/krfb.svg -------------------------------------------------------------------------------- /Themes Kde/Leaf/KDE/Plasma/Leaf_Dark/icons/kup.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/KDE/Plasma/Leaf_Dark/icons/kup.svg -------------------------------------------------------------------------------- /Themes Kde/Leaf/KDE/Plasma/Leaf_Dark/icons/list.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/KDE/Plasma/Leaf_Dark/icons/list.svg -------------------------------------------------------------------------------- /Themes Kde/Leaf/KDE/Plasma/Leaf_Dark/icons/mail.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/KDE/Plasma/Leaf_Dark/icons/mail.svg -------------------------------------------------------------------------------- /Themes Kde/Leaf/KDE/Plasma/Leaf_Dark/icons/osd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/KDE/Plasma/Leaf_Dark/icons/osd.svg -------------------------------------------------------------------------------- /Themes Kde/Leaf/KDE/Plasma/Leaf_Dark/icons/ring.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/KDE/Plasma/Leaf_Dark/icons/ring.svg -------------------------------------------------------------------------------- /Themes Kde/Leaf/KDE/Plasma/Leaf_Dark/icons/slc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/KDE/Plasma/Leaf_Dark/icons/slc.svg -------------------------------------------------------------------------------- /Themes Kde/Leaf/KDE/Plasma/Leaf_Dark/icons/user.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/KDE/Plasma/Leaf_Dark/icons/user.svg -------------------------------------------------------------------------------- /Themes Kde/Leaf/KDE/Plasma/Leaf_Dark/icons/view.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/KDE/Plasma/Leaf_Dark/icons/view.svg -------------------------------------------------------------------------------- /Themes Kde/Leaf/KDE/Plasma/Leaf_Dark/icons/virt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/KDE/Plasma/Leaf_Dark/icons/virt.svg -------------------------------------------------------------------------------- /Themes Kde/Leaf/KDE/Plasma/Leaf_Dark/icons/vlc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/KDE/Plasma/Leaf_Dark/icons/vlc.svg -------------------------------------------------------------------------------- /Themes Kde/Leaf/KDE/Plasma/Leaf_Dark/icons/zoom.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/KDE/Plasma/Leaf_Dark/icons/zoom.svg -------------------------------------------------------------------------------- /Themes Kde/Leaf/KDE/Plasma/Leaf_Dark/plasmarc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/KDE/Plasma/Leaf_Dark/plasmarc -------------------------------------------------------------------------------- /Themes Kde/Leaf/KDE/Plasma/Leaf_Light/colors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/KDE/Plasma/Leaf_Light/colors -------------------------------------------------------------------------------- /Themes Kde/Leaf/KDE/Plasma/Leaf_Light/icons/go.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/KDE/Plasma/Leaf_Light/icons/go.svg -------------------------------------------------------------------------------- /Themes Kde/Leaf/KDE/Plasma/Leaf_Light/icons/juk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/KDE/Plasma/Leaf_Light/icons/juk.svg -------------------------------------------------------------------------------- /Themes Kde/Leaf/KDE/Plasma/Leaf_Light/icons/kdf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/KDE/Plasma/Leaf_Light/icons/kdf.svg -------------------------------------------------------------------------------- /Themes Kde/Leaf/KDE/Plasma/Leaf_Light/icons/kup.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/KDE/Plasma/Leaf_Light/icons/kup.svg -------------------------------------------------------------------------------- /Themes Kde/Leaf/KDE/Plasma/Leaf_Light/icons/osd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/KDE/Plasma/Leaf_Light/icons/osd.svg -------------------------------------------------------------------------------- /Themes Kde/Leaf/KDE/Plasma/Leaf_Light/icons/slc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/KDE/Plasma/Leaf_Light/icons/slc.svg -------------------------------------------------------------------------------- /Themes Kde/Leaf/KDE/Plasma/Leaf_Light/icons/vlc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/KDE/Plasma/Leaf_Light/icons/vlc.svg -------------------------------------------------------------------------------- /Themes Kde/Leaf/KDE/Plasma/Leaf_Light/plasmarc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/KDE/Plasma/Leaf_Light/plasmarc -------------------------------------------------------------------------------- /Themes Kde/Leaf/Screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/Screen.png -------------------------------------------------------------------------------- /Themes Kde/Leaf/Wallpaper/Leaf_Dark.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/Wallpaper/Leaf_Dark.jpg -------------------------------------------------------------------------------- /Themes Kde/Leaf/Wallpaper/Leaf_Light.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Leaf/Wallpaper/Leaf_Light.jpg -------------------------------------------------------------------------------- /Themes Kde/Monochrome_Red/Conky/Izar/Izar.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Monochrome_Red/Conky/Izar/Izar.conf -------------------------------------------------------------------------------- /Themes Kde/Monochrome_Red/Conky/Izar/Izar_old.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Monochrome_Red/Conky/Izar/Izar_old.conf -------------------------------------------------------------------------------- /Themes Kde/Monochrome_Red/Conky/Izar/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Monochrome_Red/Conky/Izar/preview.png -------------------------------------------------------------------------------- /Themes Kde/Monochrome_Red/Conky/Izar/res/Red.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Monochrome_Red/Conky/Izar/res/Red.svg -------------------------------------------------------------------------------- /Themes Kde/Monochrome_Red/Conky/Izar/res/White.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Monochrome_Red/Conky/Izar/res/White.svg -------------------------------------------------------------------------------- /Themes Kde/Monochrome_Red/Conky/Izar/source.txt: -------------------------------------------------------------------------------- 1 | https://github.com/closebox73/Leonis.git 2 | -------------------------------------------------------------------------------- /Themes Kde/Monochrome_Red/Conky/Izar/start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Monochrome_Red/Conky/Izar/start.sh -------------------------------------------------------------------------------- /Themes Kde/Monochrome_Red/Conky/Regulus/start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Monochrome_Red/Conky/Regulus/start.sh -------------------------------------------------------------------------------- /Themes Kde/Monochrome_Red/Wallpaper/spiderman.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Monochrome_Red/Wallpaper/spiderman.jpg -------------------------------------------------------------------------------- /Themes Kde/Monochrome_Red/screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Monochrome_Red/screen.png -------------------------------------------------------------------------------- /Themes Kde/Nature/Color-Scheme/Kate/Nature.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Nature/Color-Scheme/Kate/Nature.theme -------------------------------------------------------------------------------- /Themes Kde/Nature/Color-Scheme/Kde/Nature.colors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Nature/Color-Scheme/Kde/Nature.colors -------------------------------------------------------------------------------- /Themes Kde/Nature/Firefox/customChrome.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Nature/Firefox/customChrome.css -------------------------------------------------------------------------------- /Themes Kde/Nature/Kvantum/Nature/Nature.kvconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Nature/Kvantum/Nature/Nature.kvconfig -------------------------------------------------------------------------------- /Themes Kde/Nature/Kvantum/Nature/Nature.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Nature/Kvantum/Nature/Nature.svg -------------------------------------------------------------------------------- /Themes Kde/Purple/Icon/Purple/Places/16/folder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Purple/Icon/Purple/Places/16/folder.svg -------------------------------------------------------------------------------- /Themes Kde/Purple/Icon/Purple/Places/22/folder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Purple/Icon/Purple/Places/22/folder.svg -------------------------------------------------------------------------------- /Themes Kde/Purple/Icon/Purple/Places/32/folder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Purple/Icon/Purple/Places/32/folder.svg -------------------------------------------------------------------------------- /Themes Kde/Purple/Icon/Purple/Places/48/folder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Purple/Icon/Purple/Places/48/folder.svg -------------------------------------------------------------------------------- /Themes Kde/Purple/Icon/Purple/devices/32/cpu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Purple/Icon/Purple/devices/32/cpu.svg -------------------------------------------------------------------------------- /Themes Kde/Purple/Icon/Purple/devices/32/hifi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Purple/Icon/Purple/devices/32/hifi.svg -------------------------------------------------------------------------------- /Themes Kde/Purple/Icon/Purple/devices/32/phone.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Purple/Icon/Purple/devices/32/phone.svg -------------------------------------------------------------------------------- /Themes Kde/Purple/Icon/Purple/devices/32/tv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Purple/Icon/Purple/devices/32/tv.svg -------------------------------------------------------------------------------- /Themes Kde/Purple/Icon/Purple/index.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Purple/Icon/Purple/index.theme -------------------------------------------------------------------------------- /Themes Kde/Purple/KDE/Gtk/Purple/gtk-2.0/gtkrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Purple/KDE/Gtk/Purple/gtk-2.0/gtkrc -------------------------------------------------------------------------------- /Themes Kde/Purple/KDE/Gtk/Purple/gtk-3.0/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Purple/KDE/Gtk/Purple/gtk-3.0/gtk.css -------------------------------------------------------------------------------- /Themes Kde/Purple/KDE/Gtk/Purple/index.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Purple/KDE/Gtk/Purple/index.theme -------------------------------------------------------------------------------- /Themes Kde/Purple/KDE/Gtk/Purple/xfwm4/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Purple/KDE/Gtk/Purple/xfwm4/themerc -------------------------------------------------------------------------------- /Themes Kde/Purple/KDE/Kvantum/Purple/Purple.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Purple/KDE/Kvantum/Purple/Purple.svg -------------------------------------------------------------------------------- /Themes Kde/Purple/KDE/Plasma Theme/Purple/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Purple/KDE/Plasma Theme/Purple/README.md -------------------------------------------------------------------------------- /Themes Kde/Purple/KDE/Plasma Theme/Purple/colors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Purple/KDE/Plasma Theme/Purple/colors -------------------------------------------------------------------------------- /Themes Kde/Purple/Screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Purple/Screen.png -------------------------------------------------------------------------------- /Themes Kde/Purple/Wallpaper/Purple_Punk.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/Purple/Wallpaper/Purple_Punk.jpg -------------------------------------------------------------------------------- /Themes Kde/japan/Conky/Izar/Izar.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/japan/Conky/Izar/Izar.conf -------------------------------------------------------------------------------- /Themes Kde/japan/Conky/Izar/fonts/beckman.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/japan/Conky/Izar/fonts/beckman.zip -------------------------------------------------------------------------------- /Themes Kde/japan/Conky/Izar/icons/JDWS-02/01d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/japan/Conky/Izar/icons/JDWS-02/01d.png -------------------------------------------------------------------------------- /Themes Kde/japan/Conky/Izar/icons/JDWS-02/01n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/japan/Conky/Izar/icons/JDWS-02/01n.png -------------------------------------------------------------------------------- /Themes Kde/japan/Conky/Izar/icons/JDWS-02/02d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/japan/Conky/Izar/icons/JDWS-02/02d.png -------------------------------------------------------------------------------- /Themes Kde/japan/Conky/Izar/icons/JDWS-02/02n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/japan/Conky/Izar/icons/JDWS-02/02n.png -------------------------------------------------------------------------------- /Themes Kde/japan/Conky/Izar/icons/JDWS-02/03d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/japan/Conky/Izar/icons/JDWS-02/03d.png -------------------------------------------------------------------------------- /Themes Kde/japan/Conky/Izar/icons/JDWS-02/03n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/japan/Conky/Izar/icons/JDWS-02/03n.png -------------------------------------------------------------------------------- /Themes Kde/japan/Conky/Izar/icons/JDWS-02/04d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/japan/Conky/Izar/icons/JDWS-02/04d.png -------------------------------------------------------------------------------- /Themes Kde/japan/Conky/Izar/icons/JDWS-02/04n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/japan/Conky/Izar/icons/JDWS-02/04n.png -------------------------------------------------------------------------------- /Themes Kde/japan/Conky/Izar/icons/JDWS-02/09d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/japan/Conky/Izar/icons/JDWS-02/09d.png -------------------------------------------------------------------------------- /Themes Kde/japan/Conky/Izar/icons/JDWS-02/09n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/japan/Conky/Izar/icons/JDWS-02/09n.png -------------------------------------------------------------------------------- /Themes Kde/japan/Conky/Izar/icons/JDWS-02/10d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/japan/Conky/Izar/icons/JDWS-02/10d.png -------------------------------------------------------------------------------- /Themes Kde/japan/Conky/Izar/icons/JDWS-02/10n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/japan/Conky/Izar/icons/JDWS-02/10n.png -------------------------------------------------------------------------------- /Themes Kde/japan/Conky/Izar/icons/JDWS-02/11d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/japan/Conky/Izar/icons/JDWS-02/11d.png -------------------------------------------------------------------------------- /Themes Kde/japan/Conky/Izar/icons/JDWS-02/11n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/japan/Conky/Izar/icons/JDWS-02/11n.png -------------------------------------------------------------------------------- /Themes Kde/japan/Conky/Izar/icons/JDWS-02/13d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/japan/Conky/Izar/icons/JDWS-02/13d.png -------------------------------------------------------------------------------- /Themes Kde/japan/Conky/Izar/icons/JDWS-02/13n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/japan/Conky/Izar/icons/JDWS-02/13n.png -------------------------------------------------------------------------------- /Themes Kde/japan/Conky/Izar/icons/JDWS-02/50d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/japan/Conky/Izar/icons/JDWS-02/50d.png -------------------------------------------------------------------------------- /Themes Kde/japan/Conky/Izar/icons/JDWS-02/50n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/japan/Conky/Izar/icons/JDWS-02/50n.png -------------------------------------------------------------------------------- /Themes Kde/japan/Conky/Izar/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/japan/Conky/Izar/preview.png -------------------------------------------------------------------------------- /Themes Kde/japan/Conky/Izar/res/dark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/japan/Conky/Izar/res/dark.svg -------------------------------------------------------------------------------- /Themes Kde/japan/Conky/Izar/res/japan.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/japan/Conky/Izar/res/japan.svg -------------------------------------------------------------------------------- /Themes Kde/japan/Conky/Izar/scripts/weather-icon.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/japan/Conky/Izar/scripts/weather-icon.sh -------------------------------------------------------------------------------- /Themes Kde/japan/Conky/Izar/scripts/weather.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/japan/Conky/Izar/scripts/weather.sh -------------------------------------------------------------------------------- /Themes Kde/japan/Conky/Izar/source.txt: -------------------------------------------------------------------------------- 1 | https://github.com/closebox73/Leonis.git 2 | -------------------------------------------------------------------------------- /Themes Kde/japan/Conky/Izar/start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/japan/Conky/Izar/start.sh -------------------------------------------------------------------------------- /Themes Kde/japan/Wallpaper/japan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/japan/Wallpaper/japan.png -------------------------------------------------------------------------------- /Themes Kde/japan/japan-screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drakfire86/MyThemes/HEAD/Themes Kde/japan/japan-screen.png --------------------------------------------------------------------------------