mirror of
https://github.com/shokinn/.files.git
synced 2025-06-28 07:40:40 +00:00
Add warning that the files are manged by dotdrop.
This commit is contained in:
parent
8ca52fb1e6
commit
558e3e4904
17 changed files with 66 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
;=======================================
|
||||
;
|
||||
; {{@@ env['dotdrop_warning'] @@}}
|
||||
;
|
||||
; Polybar configuration for
|
||||
; Dell XPS 15 9560
|
||||
; with bspwm
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
#
|
||||
# {{@@ env['dotdrop_warning'] @@}}
|
||||
#
|
||||
|
||||
load=$(uptime | grep -ohe 'load average[s:][: ].*' | sed 's/,//g' | awk '{print $3" "$4" "$5}')
|
||||
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
#!/usr/bin/env sh
|
||||
#
|
||||
# {{@@ env['dotdrop_warning'] @@}}
|
||||
#
|
||||
|
||||
# Terminate already running bar instances
|
||||
killall -q polybar
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
;
|
||||
; {{@@ env['dotdrop_warning'] @@}}
|
||||
;
|
||||
|
||||
;
|
||||
; Modules LEFT
|
||||
; BSPWM
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
######################
|
||||
#
|
||||
# {{@@ env['dotdrop_warning'] @@}}
|
||||
#
|
||||
# This script detects if an USB NIC was connected and reloads the bar
|
||||
#
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue