From 076f3e683ed8f89964a6b54ae47e725ffda6bc3c Mon Sep 17 00:00:00 2001 From: rxyhn Date: Mon, 7 Mar 2022 03:14:00 +0700 Subject: [PATCH] update: dashboard --- .github/README.md | 5 ++--- config/awesome/ui/dash/music.lua | 4 +--- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/README.md b/.github/README.md index 464f60a..4e3df82 100644 --- a/.github/README.md +++ b/.github/README.md @@ -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 ``` diff --git a/config/awesome/ui/dash/music.lua b/config/awesome/ui/dash/music.lua index e2be6b8..9d1361e 100644 --- a/config/awesome/ui/dash/music.lua +++ b/config/awesome/ui/dash/music.lua @@ -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 \ No newline at end of file