diff options
author | ben <ben@nagy.contact> | 2025-05-03 15:03:39 -0700 |
---|---|---|
committer | ben <ben@nagy.contact> | 2025-05-03 15:03:39 -0700 |
commit | 19d17fd83dcfc0052c39fb8f06c34879473faadc (patch) | |
tree | 4e56ad0bf1cabad120d548df5ff6716f526f0962 /config/pacwall | |
parent | ed80e5df8c718fc2321904db1b81604d1ed33444 (diff) |
more configs
Diffstat (limited to 'config/pacwall')
-rw-r--r-- | config/pacwall/pacwall.conf | 28 |
1 files changed, 28 insertions, 0 deletions
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" + } +} |