about summary refs log tree commit diff stats
path: root/etc/X11/xresources
diff options
context:
space:
mode:
authorensa <@>2023-02-04 20:03:47 -0800
committerensa <@>2023-02-04 20:52:52 -0800
commit75ee668954833ab6ba9287ed5eb16a9957edcac2 (patch)
tree07d9f88939ab0fd93d93c6f4ddbbc7b548a812f0 /etc/X11/xresources
parentebae3707b36e9a83014ef08271d75bd9826bb999 (diff)
downloadcfg-75ee668954833ab6ba9287ed5eb16a9957edcac2.tar.gz
restructure, cleanups, greener pastures, new additions
config and data are now etc and share, to better match my homedir

bin:
generally, shellcheck errors (where there's actually a problem) have been fixed
bother now includes alternate support for libnotify as well as my notif
comm-sel now loops, so spawning programs doesn't require multiple runs
fcard: my flashcard script
	accepts a tsv's path on $1, expecting:
		the word on column 1
		the defintion on column 2
		(optional) the section on column 3
	if $2 is specified, only runs through lines with that string as its section
fl:
	added aesgcm to the url detector string, because of profanity
	cleaned up urlparse
	now outputs the urls, one per line, making it more unixy
flc: a quick script. uses fl's output to do what fl once did on its own.
kbsetup now lacks escape xcape magic, qmk does that for me now.
lh: general cleanup. added and removed a site for the video extract section
metamv: gives arguments self-describing names based off metadata.
	mainly just for sorting FLACs off bandcamp
	this might not be entirely safe. use your own discretion.
notif:
	xnotify wasn't happy with the previous design.
	it was sending notifications in pieces.
	this new one's an absolute mess but it works well, is smaller, and faster
op: changed the pdf bit to allow variants
smv: file is self-explanatory
	applies the pipeline specified in "$1" to every file name specified after it
xbg: contains a fallback if xwallpaper isn't downloaded or its path is empty.
yw: just a quick and dirty line for watching things in mpv using yt-dlp.

etc:
X11/:
	xprofile now includes the latest xnotify initialization.
	xresources prevents a variable collision
		also updates new xnotify resource names
		and changes which program to pipe the screen to.
mpd/mpd.conf
	just updates to path structure.
yt-dlp/*
	too many changes to describe. should be fairly self-explanatory.
ksh/:
	prompt.ksh:	the $ is green now. hooray!
lf/lfrc: removed ttmsh function. i use my server for that now.
newsboat/config: external-url-viewer is now non-python.
zathura/zathurarc: font is now hermit.
aliasrc:
	exa is no more.
	vis is also no more.
	youtube-dl is dead. long live yt-dlp.
shrc: locale vars changed to ones than glibc is ok with
Diffstat (limited to 'etc/X11/xresources')
-rw-r--r--etc/X11/xresources98
1 files changed, 98 insertions, 0 deletions
diff --git a/etc/X11/xresources b/etc/X11/xresources
new file mode 100644
index 0000000..2a3d39c
--- /dev/null
+++ b/etc/X11/xresources
@@ -0,0 +1,98 @@
+! X colors.
+#define bg	#14130e
+#define fg	#b7a980
+#define sel	#a34110
+#define curs	#72694f
+#define boldc	#CCBC8E
+
+#define black	#161510
+#define red	#a32810
+#define green	#727a18
+#define brown	#a37720
+#define blue	#3d6266
+#define purp	#7a4955
+#define cyan	#557a55
+#define ligrey	#8e8463
+
+#define dagrey	#4c4635
+#define lired	#cc3214
+#define ligreen	#8e991e
+#define yellow	#cc9528
+#define liblue	#4c7b7f
+#define lipurp	#995b6b
+#define licyan	#6b996b
+#define white	#ccbc8e
+
+
+! X colors.
+*foreground: fg
+*background: bg
+
+! Colors 0-15.
+*color0: black
+*color1: red
+*color2: green
+*color3: brown
+*color4: blue
+*color5: purp
+*color6: cyan
+*color7: ligrey
+*color8: dagrey
+*color9: lired
+*color10: ligreen
+*color11: yellow
+*color12: liblue
+*color13: lipurp
+*color14: licyan
+*color15: white
+*color66: black
+
+! XTerm config.
+xterm*termName: xterm-16color
+xterm*metaSendsEscape: true
+xterm*font: -xos4-terminus-medium-r-normal--12-120-72-72-c-60-iso10646-1
+xterm*faceName: Hermit:style=regular:size=11
+xterm*cursorColor: curs
+xterm*boldMode: false
+xterm*colorBD: boldc
+xterm*colorBDMode: true
+xterm*highlightColorMode: true
+xterm*highlightReverse: false
+xterm*highlightColor: sel
+xterm*scrollBar: false
+xterm*dynamicColors: false
+xterm*vt100.Translations: #override \
+    Alt Shift <Key>L:   exec-selectable("flc %t",page) \n\
+    Alt Shift <Key>Y:   insert-selection(PRIMARY) \n\
+    Alt Shift <Key>V:   insert-selection(CLIPBOARD) \n\
+    Alt Shift <Key>C:   copy-selection(CLIPBOARD) \n\
+    Alt <Key> K:   scroll-back(1,line) \n\
+    Alt <Key> J:   scroll-forw(1,line) \n\
+    Alt <Key> U:   scroll-back(1,halfpage) \n\
+    Alt <Key> D:   scroll-forw(1,halfpage) \n
+xterm*allowMouseOps:	false
+
+! Xclock colors.
+XClock*majorColor:  rgba:cc/bc/8e/ff
+XClock*minorColor:  rgba:cc/bc/8e/ff
+XClock*hourColor:   rgba:cc/bc/8e/ff
+XClock*minuteColor: rgba:cc/bc/8e/ff
+XClock*secondColor: rgba:cc/bc/8e/ff
+
+! sxiv
+Sxiv*font: Cozette:style=Medium:pixelsize=11
+Sxiv*background: bg
+Sxiv*foreground: fg
+
+! xlock settings
+XLock.mode: blank
+XLock.font: -*-terminus-medium-r-*--12-*-*-*-*-*-iso10646-1
+
+! xnotify settings
+xnotify.title.faceName: Hermit:style=bold:size=11
+xnotify.body.faceName: Hermit:style=regular:size=11
+xnotify.border: ligreen
+xnotify.geometry: -10+23
+xnotify.alignment: right
+xnotify.wrap: true
+!xnotify.shrink: true ! shrink + wrap is broken