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, click to copy) |
---|---|
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: | 118 |
Popularity: | 0.000000 |
First Submitted: | 2012-07-15 11:04 |
Last Updated: | 2019-10-29 06:36 |
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-simple, ttf-droid-ib) (optional) – General-purpose fonts released by Google as part of Android
Latest Comments
1 2 3 Next › Last »
ArthurBorsboom commented on 2020-10-11 10:10
bidulock commented on 2019-10-29 06:38
Unfortunately, that source changes the .zip archive every time it downloads. I set the checksum to SKIP. Be careful. No more warnings.
Hubro commented on 2019-01-26 10:38
==> Validating source files with md5sums... 150905-adwaita-x-dark-light-1.3.zip ... FAILED ==> ERROR: One or more files did not pass the validity check!
ArthurBorsboom commented on 2018-11-12 21:36
==> Validating source files with md5sums... 150905-adwaita-x-dark-light-1.3.zip ... FAILED ==> ERROR: One or more files did not pass the validity check!
hydranix commented on 2016-08-08 18:45
This works as well
source=("http://dl.opendesktop.org/api/files/download/id/1460761610")
satriani commented on 2016-06-25 08:50
New source
source=("https://dl.opendesktop.org/api/files/download?id=1460761610")
md5sums=('5ced0d4ec96f254f6e190b0587206330')
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
...