diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-09-13 12:00:01 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-09-13 12:00:01 +0200 |
commit | 869efc2096fbb4f0bc250549e8178c12d2747335 (patch) | |
tree | 7f9fe5f651f354bbb2f067451ea11dde7a916177 | |
parent | cdc4d81fb72881911204e731126869968d82f31a (diff) |
remove `hostname` command from polybar 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 |