From 3265371f4befcf6a29116067c5e756c46df5cdc3 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Fri, 4 Jul 2025 20:48:31 -0400 Subject: Tweaks for Arch Linux --- arch.sh | 3 +++ btop/btop.conf | 2 +- waybar/style.css | 5 +++-- waylandrc | 8 +++++++- 4 files changed, 14 insertions(+), 4 deletions(-) create mode 100755 arch.sh 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 + -- cgit v1.2.3