aboutsummaryrefslogtreecommitdiff
path: root/.config/polybar
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-09-13 12:00:01 +0200
committerlonkaars <loek@pipeframe.xyz>2022-09-13 12:00:01 +0200
commit869efc2096fbb4f0bc250549e8178c12d2747335 (patch)
tree7f9fe5f651f354bbb2f067451ea11dde7a916177 /.config/polybar
parentcdc4d81fb72881911204e731126869968d82f31a (diff)
remove `hostname` command from polybar config
Diffstat (limited to '.config/polybar')
-rw-r--r--.config/polybar/config2
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