mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-25 13:15:12 +02:00
```sh git grep -l '^patch_args=-Np0' "srcpkgs/$1*/template" | while read template; do for p in ${template%/template}/patches/*; do sed -i ' \,^[+-][+-][+-] /dev/null,b /^[*-]\+ [0-9]\+\(,[0-9]\+\)\? [*-]\+$/b s,^[*][*][*] ,&a/, /^--- /{ s,\(^--- \)\(./\)*,\1a/, s,[.][Oo][Rr][Ii][Gg]\([ /]\),\1, s/[.][Oo][Rr][Ii][Gg]$// s/[.]patched[.]\([^.]\)/.\1/ h } /^+++ -/{ g s/^--- a/+++ b/ b } s,\(^+++ \)\(./\)*,\1b/, ' "$p" done sed -i '/^patch_args=/d' $template done ```
55 lines
1.3 KiB
Diff
55 lines
1.3 KiB
Diff
--- a/themes/meson.build 2017-04-24 21:51:30.000000000 +0200
|
|
+++ b/themes/meson.build 2017-04-24 21:51:30.000000000 +0200
|
|
@@ -1,5 +1,5 @@
|
|
install_subdir('_vendor', install_dir : get_option('with-theme-dir'))
|
|
|
|
-install_subdir('antergos', install_dir : get_option('with-theme-dir'))
|
|
+install_subdir('void', install_dir : get_option('with-theme-dir'))
|
|
|
|
install_subdir('simple', install_dir : get_option('with-theme-dir'))
|
|
diff -ur themes/antergos/css/style.css themes/void/css/style.css
|
|
--- a/themes/antergos/css/style.css 2018-06-23 14:29:28.000000000 +0200
|
|
+++ b/themes/void/css/style.css 2018-06-26 16:26:33.210703621 +0200
|
|
@@ -204,6 +204,7 @@
|
|
right: -2px;
|
|
position: fixed;
|
|
z-index: 1;
|
|
+ background-color: #478061;
|
|
}
|
|
|
|
#bg-switch-wrapper.active {
|
|
@@ -258,7 +259,7 @@
|
|
font-weight: 300;
|
|
line-height: 1em;
|
|
text-decoration: none;
|
|
- color: #3D73C5;
|
|
+ color: #478061;
|
|
background-color: rgb(252, 247, 247);
|
|
transition: 1s ease-out;
|
|
position: relative;
|
|
@@ -277,7 +278,7 @@
|
|
|
|
.time:hover {
|
|
cursor: pointer;
|
|
- color: #77ADFF;
|
|
+ color: #ABC2AB;
|
|
/* text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.7); */
|
|
}
|
|
|
|
@@ -430,6 +431,7 @@
|
|
|
|
#passwordArea .btn {
|
|
padding: 7px 12px;
|
|
+ background-color: #478061;
|
|
}
|
|
|
|
#passwordArea .btn-group > .btn {
|
|
@@ -496,7 +498,7 @@
|
|
}
|
|
|
|
.random.active {
|
|
- border: 2px solid #3D73C5;
|
|
+ border: 2px solid #478061;
|
|
}
|
|
|
|
.user-wrap2 {
|