aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2025-07-04 20:48:31 -0400
committerMitchell Riedstra <mitch@riedstra.dev>2025-07-04 20:48:31 -0400
commit3265371f4befcf6a29116067c5e756c46df5cdc3 (patch)
tree6f2a913d4e79eaba16c02508227812aec95c964a
parentf342667ba5330e288c6f959fc8109be8f230a76d (diff)
downloadrivercfg-3265371f4befcf6a29116067c5e756c46df5cdc3.tar.gz
rivercfg-3265371f4befcf6a29116067c5e756c46df5cdc3.tar.xz
Tweaks for Arch Linux
-rwxr-xr-xarch.sh3
-rw-r--r--btop/btop.conf2
-rw-r--r--waybar/style.css5
-rwxr-xr-xwaylandrc8
4 files changed, 14 insertions, 4 deletions
diff --git a/arch.sh b/arch.sh
new file mode 100755
index 0000000..4dcc334
--- /dev/null
+++ b/arch.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -ex
+sudo pacman -S river foot swaylock waybar wlr-randr bemenu swaybg
diff --git a/btop/btop.conf b/btop/btop.conf
index 48b566e..bcf6d80 100644
--- a/btop/btop.conf
+++ b/btop/btop.conf
@@ -1,4 +1,4 @@
-#? Config file for btop v. 1.3.2
+#? Config file for btop v. 1.4.0
#* Name of a btop++/bpytop/bashtop formatted ".theme" file, "Default" and "TTY" for builtin themes.
#* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes"
diff --git a/waybar/style.css b/waybar/style.css
index fa4eefe..038a0ac 100644
--- a/waybar/style.css
+++ b/waybar/style.css
@@ -1,8 +1,9 @@
/* window.eDP-1 * { font-size: 18px; } */
* {
- font-family: "curie";
- font-size: 10px;
+ /* font-family: "curie"; */
+ font-family: "IBM 3270";
+ font-size: 14px;
padding: 0px;
margin: 0px;
diff --git a/waylandrc b/waylandrc
index 5b96c77..1aec1d1 100755
--- a/waylandrc
+++ b/waylandrc
@@ -19,9 +19,15 @@ export ENV=$HOME/.kshrc
export SSH_ASKPASS=bemenu_askpass
export SSH_ASKPASS_REQUIRE=force
-export BEMENU_OPTS="--fn 'Curie 10' --tb '#3B4252' --tf '#8FBCBB' --cf '#E5E9F0' --nb '#2e3440' --ab '#3b4252' --nf '#e5e9f0' --af '#e5e9f0' --fb '#2e3440' --ff '#a3be8c' --hb '#2e3440' --hf '#a3be8c' "
+# export BEMENU_OPTS="--fn 'Curie 10' --tb '#3B4252' --tf '#8FBCBB' --cf '#E5E9F0' --nb '#2e3440' --ab '#3b4252' --nf '#e5e9f0' --af '#e5e9f0' --fb '#2e3440' --ff '#a3be8c' --hb '#2e3440' --hf '#a3be8c' "
+export BEMENU_OPTS="--fn 'IBM 3270 12' --tb '#3B4252' --tf '#8FBCBB' --cf '#E5E9F0' --nb '#2e3440' --ab '#3b4252' --nf '#e5e9f0' --af '#e5e9f0' --fb '#2e3440' --ff '#a3be8c' --hb '#2e3440' --hf '#a3be8c' "
# Prevent other applications from grabbing the card, so annoying.
sh -c 'gpg --card-status &' &
+sh -c '/usr/libexec/kf6/polkit-kde-authentication-agent-1' &
+sh -c '/usr/libexec/pam_kwallet_init' &
+# sh -c 'kwalletd6' &
+
exec river
+