diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-09-01 10:15:30 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-09-01 10:15:30 +0200 |
commit | edf92699e07a00324a7cf06f27eb1350db658df7 (patch) | |
tree | d651680a6e996f4eee7afae2b63b970e579ac687 /.config/polybar | |
parent | d0a498a80b8cf634ecc69f049111fb1108282b1d (diff) |
various updates
- fcitx5 update (adds config keys, translated comments for some reason)
- firefox userChrome + user.js tweaks
- mbsyncrc SSLType -> TLSType
- copy-subs update
- vimrc update (hexokinase, small tweaks)
- picom shadow exclude tweaks for firefox
- remove whoami module from polybar
- ccpreview tweaks
- panic script does more now
Diffstat (limited to '.config/polybar')
-rw-r--r-- | .config/polybar/config.ini##template | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/.config/polybar/config.ini##template b/.config/polybar/config.ini##template index 4ea2076..7a1cd89 100644 --- a/.config/polybar/config.ini##template +++ b/.config/polybar/config.ini##template @@ -46,11 +46,11 @@ font-4 = "Noto Sans KR:pixelsize=8:weight=medium:size=0;2" {% if yadm.hostname == "thoncc" %} modules-left = time date cal mpd modules-center = battery1 battery2 brightness -modules-right = wireless keyboard volume whoami +modules-right = wireless keyboard volume {% else %} modules-left = time date cal modules-center = mpd -modules-right = dppt wacomtouch keyboard volume whoami +modules-right = dppt wacomtouch keyboard volume {% endif %} separator = @@ -115,12 +115,6 @@ format = <label> label = %time% label-font = 2 -[module/whoami] -type = custom/script -exec = echo "%{T2}$(id -u -n)%{T-}@%{T2}$(uname -n)%{T-}" -interval = 9999999 -label-font = 2 - [module/dppt] type = custom/script exec = dppt polybar |