summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2024-05-07 16:41:07 -0500
committerMarc Coquand <marc@mccd.space>2024-05-07 16:41:07 -0500
commitc28d084e9985e0620a1e9ba5b50ef5ceeb07a0e6 (patch)
tree88381c06403e014b484b4a46832f82bdce8b3960
parentf13b505a50d606ae3d7d472aae3088f270c865b8 (diff)
downloadrcm-c28d084e9985e0620a1e9ba5b50ef5ceeb07a0e6.tar.gz
rcm-c28d084e9985e0620a1e9ba5b50ef5ceeb07a0e6.tar.bz2
rcm-c28d084e9985e0620a1e9ba5b50ef5ceeb07a0e6.zip
Updates
-rw-r--r--bash_profile1
-rwxr-xr-xconfig/hikari/autostart2
-rw-r--r--emacs.d/custom.el10
-rw-r--r--gnupg/gpg-agent.conf5
-rwxr-xr-xlocal/bin/bemenu-toggle36
-rw-r--r--repository.list2
6 files changed, 32 insertions, 24 deletions
diff --git a/bash_profile b/bash_profile
index 43ac057..daf1791 100644
--- a/bash_profile
+++ b/bash_profile
@@ -21,6 +21,7 @@ export PF_INFO="ascii title os pkgs shell"
export PF_ALIGN="7"
export PF_COLOR="0"
gpg-agent
+emacs --daemon
if [ -e /home/mccd/.nix-profile/etc/profile.d/nix.sh ]; then . /home/mccd/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer
diff --git a/config/hikari/autostart b/config/hikari/autostart
index 1d478bc..5ec6524 100755
--- a/config/hikari/autostart
+++ b/config/hikari/autostart
@@ -8,4 +8,4 @@ gsettings set org.gnome.desktop.interface cursor-theme Adwaita
gsettings set org.gnome.desktop.wm.preferences button-layout ""
pulseaudio
-emacs --daemon
+
diff --git a/emacs.d/custom.el b/emacs.d/custom.el
index 0cc0520..58ca3de 100644
--- a/emacs.d/custom.el
+++ b/emacs.d/custom.el
@@ -185,9 +185,12 @@
'(gnus-header-subject ((t (:inherit gnus-header))))
'(gnus-summary-cancelled ((t (:extend t :strike-through t))))
'(god-mode-lighter ((t (:inherit error))))
- '(header-line ((t (:inherit mode-line :background "#FFFFFF" :foreground "grey20" :box (:line-width (4 . 4) :color "#FFFFFF" :style flat-button) :overline nil :underline (:color "grey" :style line :position t) :family "Iosevka Aile"))))
+ '(header-line ((t (:inherit mode-line :background "#FFFFFF" :foreground "grey20" :box (:line-width (4 . 4) :color "#FFFFFF" :style flat-button) :overline nil :underline "grey" :family "Iosevka Aile"))))
+ '(header-line-highlight ((t (:inherit mode-line-highlight :underline (:color foreground-color :style line :position t)))))
'(highlight ((t (:background "azure2"))))
+ '(info-xref ((t (:inherit link :foreground "blue"))))
'(line-number ((t (:foreground "#999999"))))
+ '(link ((t (:underline t))))
'(markdown-code-face ((t nil)))
'(markdown-fontify-code-block-natively t)
'(markdown-pre-face ((t (:inherit markdown-code-face))))
@@ -196,8 +199,9 @@
'(mode-line-inactive ((t (:background "#ffffff" :foreground "#dddddd" :box (:line-width (4 . 4) :color "#ffffff") :overline "grey" :height 0.8 :family "Iosevka Aile"))))
'(org-imminent-deadline ((t nil)))
'(show-paren-match ((t (:background "gainsboro" :foreground "green" :slant oblique :weight bold))))
- '(tab-bar ((t (:family "Iosevka Aile" :background "#FFF" :foreground "black" :box (:line-width (4 . 4) :color "#FFF") :height 0.9))))
+ '(tab-bar ((t (:background "#FFF" :foreground "black" :box (:line-width (2 . 6) :color "#FFF") :height 0.9 :family "Iosevka Aile"))))
'(tab-bar-tab ((t (:inherit tab-bar :box nil))))
'(tuareg-font-lock-operator-face ((t nil)))
'(variable-pitch ((t (:family "Iosevka Etoile"))))
- '(variable-pitch-text ((t (:inherit variable-pitch :height 1.0)))))
+ '(variable-pitch-text ((t (:inherit variable-pitch :height 1.0))))
+ '(woman-unknown ((t nil))))
diff --git a/gnupg/gpg-agent.conf b/gnupg/gpg-agent.conf
index fe07b96..e1bfe91 100644
--- a/gnupg/gpg-agent.conf
+++ b/gnupg/gpg-agent.conf
@@ -1,2 +1,3 @@
-default-cache-ttl 34560000
-max-cache-ttl 34560000 \ No newline at end of file
+default-cache-ttl 999999999
+max-cache-ttl 999999999
+pinentry-program /usr/bin/pinentry-tty
diff --git a/local/bin/bemenu-toggle b/local/bin/bemenu-toggle
index 4297a38..c5fffe4 100755
--- a/local/bin/bemenu-toggle
+++ b/local/bin/bemenu-toggle
@@ -1,21 +1,21 @@
#!/bin/sh
-export BEMENU_OPTS="--tb '#242424'\
- --tf '#FFFFFF'\
- --fb '#242424'\
- --ff '#FFFFFF'\
- --nb '#242424'\
- --nf '#FFFFFF'\
- --hb '#FFFFFF'\
- --hf '#242424'\
+export BEMENU_OPTS="--tb '#FFFFFF'\
+ --tf '#000000'\
+ --fb '#FFFFFF'\
+ --ff '#000000'\
+ --nb '#FFFFFF'\
+ --nf '#000000'\
+ --hb '#448888'\
+ --hf '#FFFFFF'\
--sb '#E1FAFF'\
- --cb '#E1FAFF'\
- --cf '#FFFFFF'\
- --sf '#FFFFFF'\
- --sb '#E1FAFF'\
- --ab '#242424'\
- --af '#FFFFFF'\
- --scb '#242424'\
- --bdr '#242424'\
- --scf '#FFFFFF'";
+ --cb '#FFFFFF'\
+ --cf '#AAAAAA'\
+ --sf '#000000'\
+ --sb '#FFFFFF'\
+ --ab '#FFFFFF'\
+ --af '#000000'\
+ --fbb '#FFFFFF'\
+ --scb '#FFFFFF'\
+ --scf '#000000'";
-bemenu-run -p 'RUN' -B 8 -c -H 1.5 --hp 7 --fn 'Iosevka Term Curly 14'
+bemenu-run -p 'RUN' -B 0 -b --hp 9 --fn 'Iosevka Term Curly 14'
diff --git a/repository.list b/repository.list
index a664cc3..3e00dca 100644
--- a/repository.list
+++ b/repository.list
@@ -59,3 +59,5 @@ zile
bluez
pinentry-tty
texinfo
+slurp
+ImageMagick