mirror of
https://github.com/Fluffy-Bean/dots.git
synced 2025-05-19 01:44:57 +00:00
Polybar Mic button and cleaning up code
This commit is contained in:
parent
3b2fca577a
commit
54b578567c
7 changed files with 44 additions and 9 deletions
|
@ -2,8 +2,7 @@
|
|||
|
||||
value=$(gsettings get org.gnome.desktop.notifications show-banners)
|
||||
|
||||
if [ $value == "true" ]
|
||||
then
|
||||
if [ "$value" == "true" ]; then
|
||||
gsettings set org.gnome.desktop.notifications show-banners false
|
||||
else
|
||||
gsettings set org.gnome.desktop.notifications show-banners true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue