From 5a5725fec9c30f02b7409bb72f2c2d03cb97cf3d Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Sun, 12 Dec 2021 15:03:36 +0100 Subject: [PATCH] [Emacs] Update hydra-media appearance --- org/config/emacs.org | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/org/config/emacs.org b/org/config/emacs.org index 79f83c2..98ab0b0 100644 --- a/org/config/emacs.org +++ b/org/config/emacs.org @@ -2221,14 +2221,13 @@ minibuffer, both separated by a single space." (string-trim (shell-command-to-string "mpc volume"))))))) -(defhydra hydra-media () +(defhydra hydra-media (:hint nil) " -^Tracks^ ^Volume^ ^Other^ -^^^^^^^^---------------------------- -[_c_] %s(all-the-icons-material \"skip_previous\" :height 1.0 :v-adjust -0.2) [_t_] %s(all-the-icons-material \"volume_down\" :height 1.0 :v-adjust -0.2) [_p_] %s(all-the-icons-material \"play_arrow\" :height 1.0 :v-adjust -0.2) -[_r_] %s(all-the-icons-material \"skip_next\" :height 1.0 :v-adjust -0.2) [_s_] %s(all-the-icons-material \"volume_up\" :height 1.0 :v-adjust -0.2) [_S_] %s(all-the-icons-material \"stop\" :height 1.0 :v-adjust -0.2) - -[_q_] quit + %s(all-the-icons-material \"volume_up\" :height 1.0 :v-adjust -0.2) + [_s_] +« [_c_] _p_ [_r_] » [_S_] %s(all-the-icons-material \"stop\") + [_t_] + %s(all-the-icons-material \"volume_down\" :height 1.0 :v-adjust -0.2) " ("c" emms-player-mpd-previous) ("r" emms-player-mpd-next)