New source
source=("https://dl.opendesktop.org/api/files/download?id=1460761610")
md5sums=('5ced0d4ec96f254f6e190b0587206330')
Search Criteria
Package Details: adwaita-x-dark-and-light-theme 1.3-2
Git Clone URL: | https://aur.archlinux.org/adwaita-x-dark-and-light-theme.git (read-only) |
---|---|
Package Base: | adwaita-x-dark-and-light-theme |
Description: | Adwaita-X dark and light theme pack (GTK3, GTK2, Mutter, Metacity, Xfwm4) |
Upstream URL: | http://gnome-look.org/content/show.php?action=content&content=150905 |
Licenses: | |
Submitter: | sh4nks |
Maintainer: | bidulock |
Last Packager: | bidulock |
Votes: | 121 |
Popularity: | 0.116269 |
First Submitted: | 2012-07-15 11:04 |
Last Updated: | 2016-08-09 00:13 |
Dependencies (4)
- gnome-themes-standard (justbrowsing-theme, gnome-themes-extra)
- gtk-engine-murrine (gtk-engine-murrine-git)
- gtk-engines
- ttf-droid (ttf-droid-emojiless, ttf-droid-ib, ttf-droid-simple) (optional) – General-purpose fonts released by Google as part of Android
Required by (0)
Sources (1)
Latest Comments
hydranix commented on 2016-08-08 18:45
satriani commented on 2016-06-25 08:50
andreldm commented on 2016-03-17 00:15
A script to fix the maximize button for xfwm4 window theme:
#!/bin/sh
prefix="/usr/share/themes/Adwaita-X-dark/xfwm4"
for file in \
active inactive prelight pressed
do
f1=$prefix/maximize-$file.xpm
f2=$prefix/maximize-toggled-$file.xpm
echo $f1 -\> $f2
convert -rotate 180 $f1 $f2
done
andreldm commented on 2015-09-01 15:25
Whoever is having trouble with Xfce/Xfwm not centering the windows regardless of the configuration in Window Manager Tweaks:
http://winaero.com/blog/fix-window-centering-in-xfce-does-not-work-properly/
sh4nks commented on 2013-05-07 11:00
@jlebleu: Thanks!
I have updated the package.
jlebleu commented on 2013-05-07 10:01
New version 1.3 :
source=("http://gnome-look.org/CONTENT/content-files/150905-adwaita-x-dark-light-1.3.zip")
md5sums=('5ced0d4ec96f254f6e190b0587206330')
package() {
cd $srcdir
...
jlebleu commented on 2013-05-07 09:50
New version 1.3 :
source=("http://gnome-look.org/CONTENT/content-files/150905-adwaita-x-dark-light-1.3.zip")
md5sums=('5ced0d4ec96f254f6e190b0587206330')
jlebleu commented on 2013-05-07 09:45
New version 1.3 :
md5sums=('5ced0d4ec96f254f6e190b0587206330')
sh4nks commented on 2013-01-21 10:46
gnome-look.org is currently down.. I'll try it later again
sh4nks commented on 2013-01-21 10:42
gnome-look.org is currently down.. I'll try it later again
This works as well
source=("http://dl.opendesktop.org/api/files/download/id/1460761610")