diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/polybar/config | 2 |
1 files changed, 1 insertions, 1 deletions
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 |