made weather forecast general purpose and included a resource monitor on CPU left click

nvim
spinach 2 years ago
parent 2cd5eae722
commit 11754bd45c

@ -1 +1 @@
Subproject commit fc829f9ceefcf6013b36c150f0e73279dcbc3ff7
Subproject commit 112e62c1c873fb1910c08ed331f354ae017aac57

@ -52,9 +52,9 @@ bindsym $mod+d exec --no-startup-id rofi-launcher
# setting up a vimscratch pad to use vimwiki
for_window [instance="todo"] move window to scratchpad
for_window [instance="cal"] move window to scratchpad
#for_window [instance="spotify"] move window to scratchpad
for_window [instance="spotify"] move window to scratchpad
for_window [instance="wiki"] move window to scratchpad
for_window [instance="weather"] move window to scratchpad
for_window [instance="scratch"] move window to scratchpad
# bindings
bindsym $mod+s exec i3-scratchpad.sh todo st -n todo -e vim ~/vimwiki/todo/index.md
bindsym $mod+c exec i3-scratchpad.sh cal st -n cal -e calcurse

@ -94,9 +94,9 @@ type = custom/script
interval = 30
; left click is forecast
click-left = weather -f
click-left = i3-scratchpad.sh scratch st -n scratch -e weather -f
; middle click is nerdfont forecast
click-middle = weather -pf
click-middle = i3-scratchpad.sh scratch st -n scratch -e weather -pf
; right click is radar
click-right = weather -r
@ -144,9 +144,10 @@ label-discharging = %percentage%% %time%
[module/cpu]
type = internal/cpu
interval = 2
format-prefix = "CPU "
format-prefix = "%{A1:i3-scratchpad.sh scratch st -n scratch -e zfxtop:}CPU %{A}"
format-prefix-foreground = ${colors.primary}
label = %percentage%%
; zfxtop for monitoring
[module/temperature]
type = internal/temperature

@ -1 +1 @@
Subproject commit 529fcc92e19d8e6dcde45fbd56ddd156fdbcacdc
Subproject commit cb8bdd3e43b50a0610cff3a69959cb27eb407afc
Loading…
Cancel
Save