From 19d17fd83dcfc0052c39fb8f06c34879473faadc Mon Sep 17 00:00:00 2001 From: ben Date: Sat, 3 May 2025 15:03:39 -0700 Subject: more configs --- config/pacwall/pacwall.conf | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 config/pacwall/pacwall.conf (limited to 'config/pacwall/pacwall.conf') diff --git a/config/pacwall/pacwall.conf b/config/pacwall/pacwall.conf new file mode 100644 index 0000000..1250d39 --- /dev/null +++ b/config/pacwall/pacwall.conf @@ -0,0 +1,28 @@ +//hook: "hsetroot -solid '#000000' -center '$W' > /dev/null" +hook: "xwallpaper --output DP-1 --center '$W' > /dev/null" + +attributes: { + graph: "dpi=70 bgcolor='#000000' overlap=true " + + package: { + common: "shape=point, height=0.1, fontname=monospace, fontsize=10" + implicit: "color='#dc322faa'" + explicit: "color='#268bd2aa'" + orphan: "color='#FF0000aa', fontcolor='#2aa198', peripheries=2, xlabel='\\N'" + unneeded: "" + outdated: "color='#46ff00aa', fontcolor='#b58900', peripheries=3, xlabel='\\N'" + unresolved: "color='#d33682aa', fontcolor='#d33682', peripheries=4, xlabel='\\N'" + repository: { + core: "" + extra: "" + community: "" + multilib: "" + *: "color='#859900aa'" + } + } + dependency: { + common: "color='#FFFFFF4D', arrowhead='dot', arrowsize=0.6, penwidth=0.6" + hard: "" + optional: "arrowhead=empty, style=dashed" + } +} -- cgit v1.2.3