update: dashboard

This commit is contained in:
rxyhn 2022-03-07 03:14:00 +07:00
parent 929742f132
commit 076f3e683e
2 changed files with 3 additions and 6 deletions

5
.github/README.md vendored
View file

@ -37,9 +37,8 @@ Fyi, I use night colorscheme, and it's so beautiful.
```shell
$ yay -S awesome-git picom-jonaburg-fix alacritty rofi todo-bin \
acpi acpid acpi_call inotify-tools polkit-gnome xdotool maim colord \
brightnessctl alsa-utils alsa-tools pulseaudio pulseaudio-alsa playerctl-git \
mpc mpd mpdris2 --needed
acpi acpid acpi_call jq inotify-tools polkit-gnome xdotool xclip maim colord \
brightnessctl alsa-utils alsa-tools pulseaudio pulseaudio-alsa playerctl --needed
```

View file

@ -80,8 +80,6 @@ awesome.connect_signal("bling::playerctl::status", function(playing)
music_text.markup = helpers.colorize_text("Now Playing", beautiful.xforeground .. "cc")
else
music_text.markup = helpers.colorize_text("Music", beautiful.xforeground .. "cc")
music_artist.markup = helpers.colorize_text("Nothing Playing", beautiful.xforeground .. "e6")
music_title.markup = helpers.colorize_text("Nothing Playing", beautiful.xforeground .. "b3")
end
end)
@ -163,4 +161,4 @@ local music = wibox.widget{
widget = wibox.container.margin
}
return music
return music