diff options
| -rwxr-xr-x | arch.sh | 3 | ||||
| -rw-r--r-- | btop/btop.conf | 2 | ||||
| -rw-r--r-- | waybar/style.css | 5 | ||||
| -rwxr-xr-x | waylandrc | 8 |
4 files changed, 14 insertions, 4 deletions
@@ -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; @@ -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 + |
