Merge branch 'master' of ssh://gitlab.byte-made.com:9822/alex/dotfiles

This commit is contained in:
2021-04-19 15:14:29 +02:00
5 changed files with 1 additions and 15 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ polybar_auto_hide_timer_name=polybar_auto_hide.timer
function auto_hide_polybar() {
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
systemctl --user stop $polybar_auto_hide_timer_name || true
fi
Binary file not shown.
-14
View File
@@ -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
| ^^^^^^^
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.