added device power section w/ left click bluetuith function
This commit is contained in:
parent
57c8bb6df7
commit
eda3829375
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -74,3 +74,6 @@
|
|||||||
[submodule "src/quotes"]
|
[submodule "src/quotes"]
|
||||||
path = src/quotes
|
path = src/quotes
|
||||||
url = https://git.keegandeppe.com/kdeppe/quotes.git
|
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 focus spotify spotify-len todo
|
||||||
;modules-left = xworkspaces spotify spotify-len
|
;modules-left = xworkspaces spotify spotify-len
|
||||||
modules-center = weather-desktop
|
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]
|
[bar/work-bar]
|
||||||
; desktop bar config
|
; desktop bar config
|
||||||
@ -250,11 +250,12 @@ exec = todo_display.sh
|
|||||||
click-left = todo_display.sh inc
|
click-left = todo_display.sh inc
|
||||||
click-right = todo_display.sh dec
|
click-right = todo_display.sh dec
|
||||||
|
|
||||||
[module/mouse-power]
|
[module/dev-bat]
|
||||||
; grabs mouse power from custom script
|
; grabs mouse power from custom script
|
||||||
type = custom/script
|
type = custom/script
|
||||||
interval = 5
|
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]
|
[module/calendar-sync]
|
||||||
; clickable sync for calendar
|
; clickable sync for calendar
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
~/.local/bin/docker_check: bin/docker_check
|
~/.local/bin/docker_check: bin/docker_check
|
||||||
~/.local/bin/seafile_check: bin/seafile_check
|
~/.local/bin/seafile_check: bin/seafile_check
|
||||||
~/.local/bin/watertracker: src/watertracker/watertracker
|
~/.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/weather: src/weather/weather
|
||||||
~/.local/bin/bluebikes: src/bluebikes/bluebikes
|
~/.local/bin/bluebikes: src/bluebikes/bluebikes
|
||||||
~/.local/bin/quotes: src/quotes/quotes.sh
|
~/.local/bin/quotes: src/quotes/quotes.sh
|
||||||
|
@ -9,7 +9,6 @@ fzf
|
|||||||
tmux.sparse
|
tmux.sparse
|
||||||
st.desktop
|
st.desktop
|
||||||
i3.desktop
|
i3.desktop
|
||||||
sway.desktop
|
|
||||||
polybar
|
polybar
|
||||||
picom
|
picom
|
||||||
rofi
|
rofi
|
||||||
|
1
src/device-battery
Submodule
1
src/device-battery
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 06434a49350a669263b7bc45e5210b5f3e699ced
|
Loading…
x
Reference in New Issue
Block a user