From 5492f4955aff46897d59e0401519d06a510e3690 Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Wed, 25 Nov 2020 00:49:21 -0500 Subject: [PATCH] DWM Tag Icon & Polybar Submodule - Change DWM tag 4 icon and add playerctl shift keybinding - Add polybar submodule to dotfiles --- .config/dwm | 2 +- .config/polybar | 1 + .gitmodules | 3 +++ 3 files changed, 5 insertions(+), 1 deletion(-) create mode 160000 .config/polybar diff --git a/.config/dwm b/.config/dwm index c71b709..37b1d22 160000 --- a/.config/dwm +++ b/.config/dwm @@ -1 +1 @@ -Subproject commit c71b709e3c2b57a52b07e229ea8d08b79c9adcd7 +Subproject commit 37b1d2253084e27f2514e4ca9822d1a767746884 diff --git a/.config/polybar b/.config/polybar new file mode 160000 index 0000000..2f97b8d --- /dev/null +++ b/.config/polybar @@ -0,0 +1 @@ +Subproject commit 2f97b8d21db35a2195675cb281db0098c1875aee diff --git a/.gitmodules b/.gitmodules index bcded91..f1bcaf7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule ".config/dwm"] path = .config/dwm url = https://github.com/balajsra/dwm.git +[submodule ".config/polybar"] + path = .config/polybar + url = git@github.com:balajsra/polybar.git