bump
This commit is contained in:
parent
5eb5b68c74
commit
a7fb1b5d2c
51
.Xdefaults
51
.Xdefaults
@ -5,7 +5,7 @@ Xft.hintstyle: hintfull
|
|||||||
|
|
||||||
XTerm.termName: xterm-256color
|
XTerm.termName: xterm-256color
|
||||||
XTerm*loginShell:true
|
XTerm*loginShell:true
|
||||||
XTerm*font: xft:Inconsolata:size=12
|
XTerm*font: xft:GohuFont:size=9
|
||||||
XTerm*scrollBar:false
|
XTerm*scrollBar:false
|
||||||
XTerm*utf8:true
|
XTerm*utf8:true
|
||||||
XTerm*eightBitInput: true
|
XTerm*eightBitInput: true
|
||||||
@ -15,39 +15,32 @@ XTerm.vt100.translations: #override \n\
|
|||||||
Ctrl Shift <Key>C: copy-selection(CLIPBOARD) \n\
|
Ctrl Shift <Key>C: copy-selection(CLIPBOARD) \n\
|
||||||
Ctrl Shift <Key>V: insert-selection(CLIPBOARD)
|
Ctrl Shift <Key>V: insert-selection(CLIPBOARD)
|
||||||
|
|
||||||
! special
|
Nsxiv.bar.font: GohuFont:size=9
|
||||||
*.foreground: #d3c6aa
|
|
||||||
*.background: #272e33
|
|
||||||
*.cursorColor: #d3c6aa
|
|
||||||
|
|
||||||
! black
|
*.foreground: #e8e8d4
|
||||||
*.color0: #272e33
|
*.background: #141414
|
||||||
*.color8: #374145
|
*.cursorColor: #ffa560
|
||||||
|
|
||||||
! red
|
*.color0: #3b3b3b
|
||||||
*.color1: #f85552
|
*.color8: #929292
|
||||||
*.color9: #e67e80
|
|
||||||
|
|
||||||
! green
|
*.color1: #cf6a4c
|
||||||
*.color2: #8da101
|
*.color9: #e27373
|
||||||
*.color10: #a7c080
|
|
||||||
|
|
||||||
! yellow
|
*.color2: #99ad6a
|
||||||
*.color3: #dfa000
|
*.color10: #aecc66
|
||||||
*.color11: #dbbc7f
|
|
||||||
|
|
||||||
! blue
|
*.color3: #d8ad4c
|
||||||
*.color4: #3a94c5
|
*.color11: #ffba7b
|
||||||
*.color12: #7fbbb3
|
|
||||||
|
|
||||||
! magenta
|
*.color4: #597bc5
|
||||||
*.color5: #df69ba
|
*.color12: #729af2
|
||||||
*.color13: #d699b6
|
|
||||||
|
|
||||||
! cyan
|
*.color5: #a037b0
|
||||||
*.color6: #35a77c
|
*.color13: #c051d1
|
||||||
*.color14: #83c092
|
|
||||||
|
|
||||||
! white
|
*.color6: #71b9f8
|
||||||
*.color7: #bec5b2
|
*.color14: #99cefc
|
||||||
*.color15: #edeada
|
|
||||||
|
*.color7: #c9c9bd
|
||||||
|
*.color15: #e8e8d4
|
||||||
|
@ -1 +0,0 @@
|
|||||||
audio-pitch-correction=no
|
|
@ -3,8 +3,10 @@ set message_cachedir = ~/.config/mutt/cache/bodies
|
|||||||
set certificate_file = ~/.config/mutt/certificates
|
set certificate_file = ~/.config/mutt/certificates
|
||||||
set move = no
|
set move = no
|
||||||
set imap_keepalive = 900
|
set imap_keepalive = 900
|
||||||
|
|
||||||
set status_format=""
|
set status_format=""
|
||||||
color status white default
|
|
||||||
|
color normal default default
|
||||||
|
color status default black
|
||||||
|
color signature red default
|
||||||
|
|
||||||
source "~/.config/mutt/acct.main"
|
source "~/.config/mutt/acct.main"
|
||||||
|
@ -1,20 +1,20 @@
|
|||||||
set font "Anonymous Pro normal 12"
|
set font "GohuFont normal 9"
|
||||||
set default-bg "#272e33"
|
set default-bg "#141414"
|
||||||
set default-fg "#d3c6aa"
|
set default-fg "#e8e8d4"
|
||||||
set index-bg "#272e33"
|
set index-bg "#141414"
|
||||||
set index-fg "#d3c6aa"
|
set index-fg "#e8e8d4"
|
||||||
set index-active-bg "#272e33"
|
set index-active-bg "#141414"
|
||||||
set index-active-fg "#d3c6aa"
|
set index-active-fg "#e8e8d4"
|
||||||
set inputbar-bg "#272e33"
|
set inputbar-bg "#141414"
|
||||||
set inputbar-fg "#d3c6aa"
|
set inputbar-fg "#e8e8d4"
|
||||||
set statusbar-bg "#272e33"
|
set statusbar-bg "#141414"
|
||||||
set statusbar-fg "#d3c6aa"
|
set statusbar-fg "#e8e8d4"
|
||||||
set highlight-color "#272e33"
|
set highlight-color "#141414"
|
||||||
set highlight-active-color "#d3c6aa"
|
set highlight-active-color "#e8e8d4"
|
||||||
set recolor-lightcolor "#272e33"
|
set recolor-lightcolor "#141414"
|
||||||
set recolor-darkcolor "#d3c6aa"
|
set recolor-darkcolor "#e8e8d4"
|
||||||
|
|
||||||
set adjust-open "best-fit"
|
set adjust-open "width"
|
||||||
set pages-per-row 1
|
set pages-per-row 1
|
||||||
set scroll-page-aware "true"
|
set scroll-page-aware "true"
|
||||||
set scroll-full-overlap 0.01
|
set scroll-full-overlap 0.01
|
||||||
|
@ -1,24 +1,23 @@
|
|||||||
inet_int=iwm0
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
fg=#fff
|
fg=#141414
|
||||||
bg=#000
|
red=#cf6a4c
|
||||||
red=#f92672
|
green=#99ad6a
|
||||||
green=#a6e22e
|
yellow=#d8ad4c
|
||||||
blue=#66d9ef
|
sleep=1
|
||||||
yellow=#f4bf75
|
|
||||||
|
|
||||||
batt() {
|
batt() {
|
||||||
num=$(apm -l)
|
num=$(apm -l)
|
||||||
bstat=$(apm -b)
|
bstat=$(apm -b)
|
||||||
|
|
||||||
case "$bstat" in
|
case "$bstat" in
|
||||||
0|4|255) c=$fg; ;;
|
0|4|255) c=""; ;;
|
||||||
1) c=$yellow; ;;
|
1) c="-"; ;;
|
||||||
2) c=$red; ;;
|
2) c="--"; ;;
|
||||||
3) c=$green; ;;
|
3) c="++"; ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
echo "%{F$c}$num%%{F$fg}"
|
echo "$c$num%"
|
||||||
}
|
}
|
||||||
|
|
||||||
used() {
|
used() {
|
||||||
@ -30,16 +29,16 @@ used() {
|
|||||||
echo "%{F$c}$used/$full%{F$fg}"
|
echo "%{F$c}$used/$full%{F$fg}"
|
||||||
}
|
}
|
||||||
|
|
||||||
while true; do
|
chkinet() {
|
||||||
me=$(echo "$USER@$(hostname)")
|
out=$(ifconfig $(ifconfig | grep -E "UP,BROADCAST,RUNNING" | cut -f1 -d ":") | grep "status" | cut -f2 -d ":" | tr -d " ")
|
||||||
version=$(uname -rv)
|
|
||||||
date=$(date "+%Y-%m-%d %H:%M")
|
|
||||||
chkinet=$(ifconfig $inet_int | grep status | cut -d " " -f2-)
|
|
||||||
used=$(used)
|
|
||||||
batt=$(batt)
|
|
||||||
wttr=$(cat "$HOME/share/misc/wttr")
|
|
||||||
win=$( (xdotool getactivewindow getwindowname 2>/dev/null) || echo "Idle")
|
|
||||||
|
|
||||||
echo " $date $wttr | $win%{r}$me $version $chkinet $used $batt "
|
case "$out" in
|
||||||
sleep 0.25
|
"active") echo "Up"; ;;
|
||||||
|
"nonetwork") echo "Down"; ;;
|
||||||
|
esac
|
||||||
|
}
|
||||||
|
|
||||||
|
while true; do
|
||||||
|
echo "%{r}$USER@$(hostname) - $(date "+%Y-%m-%d - %H:%M") - $(chkinet) - $(used) - $(batt) "
|
||||||
|
sleep $sleep
|
||||||
done
|
done
|
||||||
|
@ -1,8 +0,0 @@
|
|||||||
#!/usr/bin/env sh
|
|
||||||
|
|
||||||
ungoogled-chromium \
|
|
||||||
--force-dark-mode --enable-features=WebUIDarkMode $@
|
|
||||||
|
|
||||||
# --js-flags=--jitless \
|
|
||||||
# --disable-features=WebAssembly,AsmJsToWebAssembly,WebAssemblyStreaming \
|
|
||||||
# --js-flags=--noexpose-wasm
|
|
10
.profile
10
.profile
@ -6,13 +6,11 @@ LANG="en_US.UTF-8"
|
|||||||
PATH=$HOME/.local/bin:$HOME/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin
|
PATH=$HOME/.local/bin:$HOME/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin
|
||||||
HISTFILE="$HOME/.history"
|
HISTFILE="$HOME/.history"
|
||||||
HISTSIZE=2048
|
HISTSIZE=2048
|
||||||
export PS1 LANG PATH HISTFILE HISTSIZE HOME TERM
|
EDITOR="vi"
|
||||||
|
|
||||||
export GOT_AUTHOR="Agnosto Dvonik <dvonik@rslp.org>"
|
export LANG PATH HISTFILE HISTSIZE EDITOR HOME TERM
|
||||||
|
|
||||||
set -o vi
|
set -o vi
|
||||||
|
alias mkdir="mkdir -p"
|
||||||
|
|
||||||
#/usr/games/fortune
|
/usr/games/fortune
|
||||||
myfortune
|
|
||||||
|
|
||||||
calendar -A0 -B0
|
|
||||||
|
25
.xsession
25
.xsession
@ -1,19 +1,26 @@
|
|||||||
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
export LANG="en_US.UTF-8"
|
export LANG="en_US.UTF-8"
|
||||||
export DBUS_SESSION_BUS_ADDRESS="no"
|
export DBUS_SESSION_BUS_ADDRESS="no"
|
||||||
export GTK_THEME="Adwaita:dark"
|
export GTK_THEME="Adwaita:dark"
|
||||||
|
# export XMODIFIERS=@im=ibus
|
||||||
|
# export GTK_IM_MODULE=ibus
|
||||||
|
# export QT_IM_MODULE=ibus
|
||||||
|
|
||||||
walldir="$HOME/Pictures/Wallpapers"
|
walldir="$HOME/Pictures/Wallpapers"
|
||||||
|
|
||||||
xset b off
|
|
||||||
xrandr --dpi 96
|
|
||||||
xrdb -merge "$HOME/.Xdefaults"
|
xrdb -merge "$HOME/.Xdefaults"
|
||||||
sct 5600
|
sct 5500
|
||||||
xwallpaper --zoom "$walldir/tobias-tullius-PXXtq6bp6cs-unsplash.jpg"
|
|
||||||
xidle -program "/usr/sbin/zzz" -timeout 600 &
|
|
||||||
|
|
||||||
picom --backend glx --glx-no-rebind-pixmap --glx-no-stencil --xrender-sync-fence --vsync \
|
# pick one
|
||||||
-fI0.075 -O0.075 --corner-radius 10 -co50 -r5 -o0.45 -l6 -t6&
|
feh --no-fehbg --bg-fill "$walldir/catswall.png" &
|
||||||
"$HOME/.local/bin/bar" | lemonbar-xft -F "#d3c6aa" -f "Inconsolata:size=12" -g 1920x30+0+1050 &
|
# xsetroot -solid "#e8e8d4" &
|
||||||
|
|
||||||
"$HOME/.local/bin/wttr" &
|
xidle -program "/usr/sbin/zzz" -timeout 590 &
|
||||||
|
|
||||||
|
"$HOME/.local/bin/bar" |\
|
||||||
|
lemonbar-xft -f "GohuFont:size=9" -B "#e8e8d4" -F "#141414" &
|
||||||
|
|
||||||
|
# in the case japanese is required
|
||||||
|
# ibus-daemon -x &
|
||||||
cwm
|
cwm
|
||||||
|
BIN
Pictures/Wallpapers/catswall.png
Normal file
BIN
Pictures/Wallpapers/catswall.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 327 KiB |
@ -1,25 +1,24 @@
|
|||||||
! $OpenBSD: Xresources.in,v 1.4 2022/11/07 17:12:06 matthieu Exp $
|
! $OpenBSD: Xresources.in,v 1.4 2022/11/07 17:12:06 matthieu Exp $
|
||||||
|
|
||||||
! zakaria.org's fail message is the best, and i cannot possibly replace it
|
|
||||||
xlogin.Login.fail: ya dun goofed
|
|
||||||
xlogin.Login.greeting:
|
|
||||||
|
|
||||||
xlogin*borderWidth: 0
|
xlogin*borderWidth: 0
|
||||||
xlogin.Login.height: 200
|
xlogin.Login.height: 140
|
||||||
xlogin.Login.width: 400
|
xlogin.Login.width: 200
|
||||||
xlogin.Login.y: 320
|
xlogin.Login.y: 60
|
||||||
xlogin.Login.frameWidth: 10
|
xlogin.Login.x: 60
|
||||||
|
xlogin.Login.frameWidth: 4
|
||||||
xlogin.Login.innerFramesWidth: 0
|
xlogin.Login.innerFramesWidth: 0
|
||||||
xlogin.Login.sepWidthz: 0
|
xlogin.Login.sepWidthz: 0
|
||||||
|
xlogin.Login.greeting: CLIENTHOST
|
||||||
xlogin.Login.background: #272e33
|
xlogin.Login.fail: ya dun goofed
|
||||||
xlogin.Login.foreground: #d3c6aa
|
xlogin.Login.background: #141414
|
||||||
xlogin.Login.failColor: #f85552
|
xlogin.Login.foreground: #e8e8d4
|
||||||
xlogin.Login.inpColor: #272e33
|
xlogin.Login.greetColor: #e8e8d4
|
||||||
xlogin.Login.promptColor: #d3c6aa
|
xlogin.Login.failColor: #cf6a4c
|
||||||
xlogin.Login.hiColor: #272e33
|
xlogin.Login.inpColor: #141414
|
||||||
xlogin.Login.shdColor: #272e33
|
xlogin.Login.promptColor: #e8e8d4
|
||||||
|
xlogin.Login.hiColor: #cf6a4c
|
||||||
xlogin.Login.face: Inconsolata-12
|
xlogin.Login.shdColor: #cf6a4c
|
||||||
xlogin.Login.failFace: Inconsolata-12
|
xlogin.Login.greetFace: GohuFont-10
|
||||||
xlogin.Login.promptFace: Inconsolata-12
|
xlogin.Login.face: GohuFont-9
|
||||||
|
xlogin.Login.failFace: GohuFont-9
|
||||||
|
xlogin.Login.promptFace: GohuFont-9
|
||||||
|
@ -1,10 +1,14 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# $OpenBSD: Xsetup_0.in,v 1.1 2021/08/30 15:38:27 matthieu Exp $
|
# $OpenBSD: Xsetup_0.in,v 1.1 2021/08/30 15:38:27 matthieu Exp $
|
||||||
|
|
||||||
/usr/X11R6/bin/xsetroot -solid \#272e33
|
/usr/X11R6/bin/setxkbmap jp OADG109A -model thinkpad60
|
||||||
/usr/X11R6/bin/xrandr --dpi 96
|
/usr/X11R6/bin/xset b off
|
||||||
/usr/X11R6/bin/xinput set-prop "/dev/wsmouse" "WS Pointer Wheel Emulation" 1
|
/usr/X11R6/bin/xinput set-prop "/dev/wsmouse" "WS Pointer Wheel Emulation" 1
|
||||||
/usr/X11R6/bin/xinput set-prop "/dev/wsmouse" "WS Pointer Wheel Emulation Button" 2
|
/usr/X11R6/bin/xinput set-prop "/dev/wsmouse" "WS Pointer Wheel Emulation Button" 2
|
||||||
/usr/X11R6/bin/xinput set-prop "/dev/wsmouse" "WS Pointer Wheel Emulation Axes" 6 7 4 5
|
/usr/X11R6/bin/xinput set-prop "/dev/wsmouse" "WS Pointer Wheel Emulation Axes" 6 7 4 5
|
||||||
/usr/X11R6/bin/xinput set-prop "/dev/wsmouse" "WS Pointer Wheel Emulation Inertia" 1
|
/usr/X11R6/bin/xinput set-prop "/dev/wsmouse" "WS Pointer Wheel Emulation Inertia" 10
|
||||||
/usr/X11R6/bin/xinput set-prop "/dev/wsmouse" "Device Accel Constant Deceleration" 0.1
|
/usr/X11R6/bin/xinput set-prop "/dev/wsmouse" "Device Accel Constant Deceleration" 0.5
|
||||||
|
/usr/X11R6/bin/xrandr --dpi 96
|
||||||
|
/usr/X11R6/bin/xsetroot -solid \#e8e8d4
|
||||||
|
/usr/local/bin/feh -B \#e8e8d4 -g 213x64+1130+680 -. \
|
||||||
|
-Z /etc/X11/xenodm/pixmaps/digital.png &
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
apmd_flags=-H
|
apmd_flags=-L
|
||||||
obsdfreqd_flags=-T45 -m90
|
obsdfreqd_flags=-m85 -T45
|
||||||
pkg_scripts=obsdfreqd
|
pkg_scripts=obsdfreqd
|
||||||
smtpd_flags=NO
|
smtpd_flags=NO
|
||||||
sshd_flags=NO
|
sshd_flags=NO
|
||||||
unwind_flags=
|
|
||||||
xenodm_flags=
|
xenodm_flags=
|
||||||
|
Loading…
Reference in New Issue
Block a user