added device power section w/ left click bluetuith function

nvim
spinach 2 years ago
parent 57c8bb6df7
commit eda3829375

3
.gitmodules vendored

@ -74,3 +74,6 @@
[submodule "src/quotes"]
path = src/quotes
url = https://git.keegandeppe.com/kdeppe/quotes.git
[submodule "device-battery"]
path = src/device-battery
url = https://git.keegandeppe.com/kdeppe/device-battery.git

@ -49,7 +49,7 @@ height = 24pt
modules-left = xworkspaces focus spotify spotify-len todo
;modules-left = xworkspaces spotify spotify-len
modules-center = weather-desktop
modules-right = pulseaudio memory cpu temperature eth mouse-power seafile calendar-sync bg-selector quotes date powermenu
modules-right = pulseaudio memory cpu temperature eth dev-bat seafile calendar-sync bg-selector quotes date powermenu
[bar/work-bar]
; desktop bar config
@ -250,11 +250,12 @@ exec = todo_display.sh
click-left = todo_display.sh inc
click-right = todo_display.sh dec
[module/mouse-power]
[module/dev-bat]
; grabs mouse power from custom script
type = custom/script
interval = 5
exec = PERCENTAGE=true g703monitor.sh
exec = device_battery.sh -dc
click-left = i3-scratchpad.sh scratch st -n scratch -e bluetuith
[module/calendar-sync]
; clickable sync for calendar

@ -14,6 +14,7 @@
~/.local/bin/docker_check: bin/docker_check
~/.local/bin/seafile_check: bin/seafile_check
~/.local/bin/watertracker: src/watertracker/watertracker
~/.local/bin/device_battery.sh: src/device-battery/device_battery.sh
~/.local/bin/weather: src/weather/weather
~/.local/bin/bluebikes: src/bluebikes/bluebikes
~/.local/bin/quotes: src/quotes/quotes.sh

@ -9,7 +9,6 @@ fzf
tmux.sparse
st.desktop
i3.desktop
sway.desktop
polybar
picom
rofi

@ -0,0 +1 @@
Subproject commit 06434a49350a669263b7bc45e5210b5f3e699ced
Loading…
Cancel
Save