Changes (mostly) for new Dell laptop

[X11] Smaller font sizes
[xmobar] Attempt to get weather emoji working
[xmobar] Temporarily remove volume from xmobar
[xmonad] Tweaks to startup script
[zsh] Comment out zsh items before they're re-enabled
This commit is contained in:
Adam Cooper 2022-09-04 15:50:18 -04:00
parent 281b31dae6
commit 4773b354a3
5 changed files with 22 additions and 26 deletions

View File

@ -1,5 +1,5 @@
*.termName: xterm-256color *.termName: xterm-256color
*faceName: Fantasque Sans Mono:size=10 *faceName: Fantasque Sans Mono:size=8
! XTerm*eightBitInput: false ! XTerm*eightBitInput: false
! XTerm*eightBitOutput: true ! XTerm*eightBitOutput: true
*metaSendsEscape: true *metaSendsEscape: true
@ -29,15 +29,15 @@ Xcursor.size: 48
! }}} ! }}}
! VT Font Menu: Unreadable ! VT Font Menu: Unreadable
*faceSize1: 8 *faceSize1: 6
! VT font menu: Tiny ! VT font menu: Tiny
*faceSize2: 10 *faceSize2: 8
! VT font menu: Medium ! VT font menu: Medium
*faceSize3: 12 *faceSize3: 10
! VT font menu: Large ! VT font menu: Large
*faceSize4: 16 *faceSize4: 14
! VT font menu: Huge ! VT font menu: Huge
*faceSize5: 22 *faceSize5: 20
! Theme ! Theme
*background: #f6f5f4 *background: #f6f5f4

View File

@ -5,18 +5,18 @@ Config { overrideRedirect = False
, fgColor = "#191970" , fgColor = "#191970"
, position = TopW L 90 , position = TopW L 90
, commands = [ Run WeatherX "KLGA" , commands = [ Run WeatherX "KLGA"
[ ("clear", "🌣") [ ("clear", "\x2600")
, ("sunny", "🌣") , ("sunny", "\x1f31e")
, ("mostly clear", "🌤") , ("mostly clear", "🌣")
, ("mostly sunny", "🌤") , ("mostly sunny", "🌤")
, ("partly sunny", "⛅") , ("partly sunny", "⛅")
, ("fair", "🌑") , ("fair", "🌑")
, ("cloudy","☁") , ("cloudy","☁")
, ("overcast","☁") , ("overcast","☁")
, ("partly cloudy", "⛅") , ("partly cloudy", "⛅")
, ("mostly cloudy", "🌧") , ("mostly cloudy", "\x1f325\xfe0f")
, ("considerable cloudiness", "⛈")] , ("considerable cloudiness", "⛈")]
[ "--template", "<skyConditionS> <tempF>°F" [ "--template", "<fn=1><skyConditionS></fn> <tempF>°F"
, "-L", "0" , "-L", "0"
, "-H", "25" , "-H", "25"
, "--low" , "blue" , "--low" , "blue"
@ -29,12 +29,6 @@ Config { overrideRedirect = False
, "--high" , "red" , "--high" , "red"
, "--normal", "darkgreen" , "--normal", "darkgreen"
] 10 ] 10
, Run Alsa "default" "Master"
[ "--template", "<volumestatus>"
, "--suffix" , "True"
, "--"
, "--on", ""
]
, Run Memory ["--template", "Mem: <usedratio>%"] 10 , Run Memory ["--template", "Mem: <usedratio>%"] 10
, Run Swap [] 10 , Run Swap [] 10
, Run Date "%a %Y-%m-%d <fc=#191970>%H:%M</fc>" "date" 10 , Run Date "%a %Y-%m-%d <fc=#191970>%H:%M</fc>" "date" 10
@ -42,5 +36,5 @@ Config { overrideRedirect = False
] ]
, sepChar = "%" , sepChar = "%"
, alignSep = "}{" , alignSep = "}{"
, template = "%StdinReader% }{ %alsa:default:Master% | %cpu% | %memory% * %swap% | %KLGA% | %date% " , template = "%StdinReader% }{ %cpu% | %memory% * %swap% | %KLGA% | %date% "
} }

View File

@ -4,11 +4,13 @@
sleep 16 sleep 16
# /usr/sbin/qutebrowser --restore home & sleep 5 && sh -c "wmctrl -r qutebrowser -t 2" # /usr/sbin/qutebrowser --restore home & sleep 5 && sh -c "wmctrl -r qutebrowser -t 2"
/usr/sbin/qutebrowser & sleep 5 && sh -c "wmctrl -r qutebrowser -t 2" # /usr/sbin/qutebrowser & sleep 5 && sh -c "wmctrl -r qutebrowser -t 2"
/usr/sbin/xterm -fa 'Fantasque Sans Mono:size=8' -e btm --battery --color gruvbox-light & sleep 5 && sh -c "wmctrl -r btm -t 1" # /usr/sbin/firefox-developer-edition & sleep 5 && sh -c "wmctrl -r firefox -t 2"
/usr/sbin/xterm -fa 'Fantasque Sans Mono:size=6' -e btm --battery --color gruvbox-light & sleep 5 && sh -c "wmctrl -r btm -t 1"
# /usr/sbin/xterm -e newsboat & sleep 5 && sh -c "wmctrl -r newsboat -t 4" # /usr/sbin/xterm -e newsboat & sleep 5 && sh -c "wmctrl -r newsboat -t 4"
# /usr/sbin/xterm -e joplin & sleep 5 && sh -c "wmctrl -r joplin -t 5" # /usr/sbin/xterm -e joplin & sleep 5 && sh -c "wmctrl -r joplin -t 5"
/usr/sbin/cbatticon & /usr/sbin/cbatticon &
/usr/sbin/nextcloud & /usr/sbin/nextcloud &
/usr/sbin/xterm -e neomutt & sleep 5 && sh -c "wmctrl -r neomutt -t 3" /usr/sbin/nm-applet --no-agent &
# /usr/sbin/xterm -e neomutt & sleep 5 && sh -c "wmctrl -r neomutt -t 3"
# /usr/sbin/xterm -e aerc & sleep 5 && sh -c "wmctrl -r aerc -t 3" # /usr/sbin/xterm -e aerc & sleep 5 && sh -c "wmctrl -r aerc -t 3"

View File

@ -114,16 +114,16 @@ cursor_mode
eval "$(zoxide init zsh)" eval "$(zoxide init zsh)"
# navi # # navi #
eval "$(navi widget zsh)" # eval "$(navi widget zsh)"
# tmuxp completion # tmuxp completion
eval "$(_TMUXP_COMPLETE=source_zsh tmuxp)" eval "$(_TMUXP_COMPLETE=source_zsh tmuxp)"
source /home/adam/.cargo/env source /home/adam/.cargo/env
source /usr/share/nvm/init-nvm.sh # source /usr/share/nvm/init-nvm.sh
# rbenv # rbenv
eval "$(rbenv init -)" # eval "$(rbenv init -)"
# broot # broot
source /home/adam/.config/broot/launcher/bash/br source /home/adam/.config/broot/launcher/bash/br

View File

@ -47,8 +47,8 @@ fi
# GTK3 scaling # GTK3 scaling
# These variables used to be set. Not sure why I unset them. They fix text and # These variables used to be set. Not sure why I unset them. They fix text and
# icon sizes on the HiDPI monitor. # icon sizes on the HiDPI monitor.
export GDK_SCALE=2 # export GDK_SCALE=2
export GDK_DPI_SCALE=0.5 # export GDK_DPI_SCALE=0.5
setopt auto_cd setopt auto_cd
setopt multios setopt multios