From 869efc2096fbb4f0bc250549e8178c12d2747335 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Tue, 13 Sep 2022 12:00:01 +0200 Subject: remove `hostname` command from polybar config --- .config/polybar/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/polybar/config b/.config/polybar/config index ec53318..818169c 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -145,7 +145,7 @@ label-font = 2 [module/whoami] type = custom/script -exec = echo "%{T2}$(whoami)%{T-}@%{T2}$(hostname)%{T-}" +exec = echo "%{T2}$(whoami)%{T-}@%{T2}$(cat /etc/hostname)%{T-}" interval = 9999999 label-font = 2 -- cgit v1.2.3