summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2025-02-28 17:01:58 -0600
committerzachir <zachir@librem.one>2025-02-28 17:01:58 -0600
commita536ab2cd29f7eb85df44ad91393e46a7ab9d790 (patch)
treedabaf1cf7a08c394516bf3181217887c5cd21eaf
parentb9499927810490c6032c8e7516ffb65afd4ae27d (diff)
parent5fb45814cbb6ab38adbff7c952339c1da3580731 (diff)
Merge branch 'master' into cla
-rw-r--r--gtk-3.0/settings.ini18
-rw-r--r--yay/config.json29
2 files changed, 34 insertions, 13 deletions
diff --git a/gtk-3.0/settings.ini b/gtk-3.0/settings.ini
index 87b4543..85d3ba5 100644
--- a/gtk-3.0/settings.ini
+++ b/gtk-3.0/settings.ini
@@ -1,3 +1,17 @@
[Settings]
-gtk-cursor-theme-name = BreezeX-Black
-gtk-cursor-theme-size = 32
+gtk-theme-name=Flat-Remix-GTK-Green-Darkest
+gtk-icon-theme-name=Cosmic
+gtk-font-name=Cantarell 11
+gtk-cursor-theme-name=BreezeX-Black
+gtk-cursor-theme-size=32
+gtk-toolbar-style=GTK_TOOLBAR_ICONS
+gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
+gtk-button-images=0
+gtk-menu-images=0
+gtk-enable-event-sounds=1
+gtk-enable-input-feedback-sounds=0
+gtk-xft-antialias=1
+gtk-xft-hinting=1
+gtk-xft-hintstyle=hintslight
+gtk-xft-rgba=rgb
+gtk-application-prefer-dark-theme=0
diff --git a/yay/config.json b/yay/config.json
index 0e764be..2b64b70 100644
--- a/yay/config.json
+++ b/yay/config.json
@@ -1,7 +1,7 @@
{
"aururl": "https://aur.archlinux.org",
- "buildDir": "$HOME/.cache/yay",
- "absdir": "$HOME/.cache/yay/abs",
+ "aurrpcurl": "https://aur.archlinux.org/rpc?",
+ "buildDir": "/home/zachir/.cache/yay",
"editor": "nvim",
"editorflags": "",
"makepkgbin": "makepkg",
@@ -9,8 +9,7 @@
"pacmanbin": "pacman",
"pacmanconf": "/etc/pacman.conf",
"redownload": "no",
- "rebuild": "no",
- "answerclean": "",
+ "answerclean": "All",
"answerdiff": "",
"answeredit": "",
"answerupgrade": "",
@@ -21,23 +20,31 @@
"sortby": "votes",
"searchby": "name-desc",
"gitflags": "",
- "removemake": "ask",
+ "removemake": "yes",
"sudobin": "sudo",
"sudoflags": "",
+ "version": "12.4.2",
"requestsplitn": 150,
- "sortmode": 0,
"completionrefreshtime": 7,
- "sudoloop": false,
+ "maxconcurrentdownloads": 1,
+ "bottomup": true,
+ "sudoloop": true,
"timeupdate": false,
"devel": false,
- "cleanAfter": false,
+ "cleanAfter": true,
+ "keepSrc": false,
"provides": true,
"pgpfetch": true,
- "upgrademenu": true,
"cleanmenu": true,
- "diffmenu": true,
+ "diffmenu": false,
"editmenu": true,
"combinedupgrade": false,
"useask": false,
- "batchinstall": false
+ "batchinstall": false,
+ "singlelineresults": false,
+ "separatesources": true,
+ "debug": false,
+ "rpc": true,
+ "doubleconfirm": true,
+ "rebuild": "no"
}