rklyz / MyRice

:rice: Beras
GNU General Public License v3.0
275 stars 22 forks source link

Fix hostname not showing #16

Closed ronylee11 closed 1 year ago

ronylee11 commented 1 year ago

as written in #15, https://github.com/rklyz/MyRice/issues/15#issuecomment-1257206681

replaces awesome.misc.sidebar.profile, line 38 with

awful.spawn.easy_async_with_shell("cat /proc/sys/kernel/hostname", function(stdout)
  hostname.markup = "@"..tostring(stdout)
end)

to show real hostname