tenseleyflow/ndotfiles / fe75f70

Browse files

updates

Authored by mfwolffe <wolffemf@dukes.jmu.edu>
SHA
fe75f707763e301c186fe667f18296d550269c7d
Parents
2fb7739
Tree
8c2d162

3 changed files

StatusFile+-
M aerospace/aerospace.toml 6 0
M shtick/config.toml 1 0
M sketchybar/sketchybarrc 12 1
aerospace/aerospace.tomlmodified
@@ -228,6 +228,9 @@ ctrl-3 = 'workspace 3'
228228
 ctrl-4 = 'workspace 4'
229229
 ctrl-5 = 'workspace 5'
230230
 ctrl-6 = 'workspace 6'
231
+ctrl-7 = 'workspace 7'
232
+ctrl-8 = 'workspace 8'
233
+ctrl-9 = 'workspace 9'
231234
 
232235
 ctrl-i = 'workspace I'
233236
 ctrl-m = 'workspace M'
@@ -241,6 +244,9 @@ ctrl-shift-3 = 'move-node-to-workspace 3 --focus-follows-window'
241244
 ctrl-shift-4 = 'move-node-to-workspace 4 --focus-follows-window'
242245
 ctrl-shift-5 = 'move-node-to-workspace 5 --focus-follows-window'
243246
 ctrl-shift-6 = 'move-node-to-workspace 6 --focus-follows-window'
247
+ctrl-shift-7 = 'move-node-to-workspace 7 --focus-follows-window'
248
+ctrl-shift-8 = 'move-node-to-workspace 8 --focus-follows-window'
249
+ctrl-shift-9 = 'move-node-to-workspace 9 --focus-follows-window'
244250
 
245251
 ctrl-shift-i = 'move-node-to-workspace I --focus-follows-window'
246252
 # ctrl-shift-g = 'move-node-to-workspace G --focus-follows-window'
shtick/config.tomlmodified
@@ -42,6 +42,7 @@ hs = "gs"
4242
 ginnit = "git init"
4343
 UP = "up"
4444
 weather = "wttr"
45
+oh = "echo fuck"
4546
 
4647
 [dev]
4748
 [dev.aliases]
sketchybar/sketchybarrcmodified
@@ -174,7 +174,18 @@ sketchybar --add item srv_right right \
174174
         update_freq=30 \
175175
         script="$PLUGDIR/server-stats.sh StarchNet" \
176176
         icon=$'\uf1c0' \
177
-        icon.padding_right=5 \
177
+        icon.padding_right=10 \
178
+        label.padding_right=12
179
+
180
+# server statistics
181
+# (load average and memory usage)
182
+# over SSH
183
+sketchybar --add item srv_right2 right \
184
+    --set srv_right2 \
185
+        update_freq=30 \
186
+        script="$PLUGDIR/server-stats.sh almanta" \
187
+        icon=$'\uf1c0' \
188
+        icon.padding_right=10 \
178189
         label.padding_right=12
179190
 
180191
 sketchybar --update