Merge branch 'master' of ssh://gitlab.byte-made.com:9822/alex/dotfiles
This commit is contained in:
@@ -5,7 +5,7 @@ polybar_auto_hide_timer_name=polybar_auto_hide.timer
|
|||||||
function auto_hide_polybar() {
|
function auto_hide_polybar() {
|
||||||
|
|
||||||
if [[ $1 == "true" ]]; then
|
if [[ $1 == "true" ]]; then
|
||||||
systemd-run --user --on-calendar="*:0/1" --unit=$polybar_auto_hide_timer_name /usr/bin/polybar-msg cmd show || true
|
systemd-run --user --on-calendar="*:0/1" --unit=$polybar_auto_hide_timer_name /usr/bin/polybar-msg cmd hide || true
|
||||||
else
|
else
|
||||||
systemctl --user stop $polybar_auto_hide_timer_name || true
|
systemctl --user stop $polybar_auto_hide_timer_name || true
|
||||||
fi
|
fi
|
||||||
|
|||||||
Binary file not shown.
@@ -1,14 +0,0 @@
|
|||||||
|
|
||||||
xmonad.hs:186:1: warning: [-Wtabs]
|
|
||||||
Tab character found here, and in 13 further locations.
|
|
||||||
Please use spaces instead.
|
|
||||||
|
|
|
||||||
186 | spawn "autorandr -c")
|
|
||||||
| ^^^^^^^^
|
|
||||||
|
|
||||||
xmonad.hs:416:43: warning: [-Wdeprecations]
|
|
||||||
In the use of ‘spacing’ (imported from XMonad.Layout.Spacing):
|
|
||||||
Deprecated: "Use spacingRaw instead."
|
|
||||||
|
|
|
||||||
416 | addSpace = renamed [CutWordsLeft 2] . spacing gap
|
|
||||||
| ^^^^^^^
|
|
||||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user