Commit graph

248 commits

Author SHA1 Message Date
Midgard 1914e3f0db
[yambar] Add custom sway module
Script module for sway that handles multi-monitor setups a little bit
better, and that shows current mode.
2022-09-01 15:03:31 +02:00
Midgard 1cd1dfe2e0
[yambar] Correct 2022-08-31 14:16:48 +02:00
Midgard dfd7a5bd22
[README] Fix small issue 2022-08-30 14:04:16 +02:00
Midgard c7ed6071c8
[yambar] Rename font variable 2022-08-30 02:17:25 +02:00
Midgard 446a959a1f
Update documentation and lock screen background
Update some packages that got in the official Arch repos.

Add Gentoo packages.

Update the screenshots.

Recognize a symlink for the lock screen background.
2022-08-30 02:17:22 +02:00
Midgard 6fd68a24b3
[yambar] Improve CPU and temperature display 2022-08-30 02:11:29 +02:00
Midgard e4396a85d6
[yambar] Clean clock.py 2022-08-30 02:11:29 +02:00
Midgard ec32ec0bb6
[polybar] Update for new version of font with combining icons 2022-08-30 02:11:29 +02:00
Midgard e18ea3387e
[install.sh] Install font for Polybar/yambar 2022-08-30 02:11:29 +02:00
Midgard 095f715d42
[sway] Add Sway config and scripts 2022-08-30 02:11:28 +02:00
Midgard 1b5972ac10
[polybar] Add transparency
And change font for MPD progress to one that renders the bar better
2022-08-30 02:11:28 +02:00
Midgard e89975f655
[compton] Update for deprecations 2022-08-30 02:11:28 +02:00
Midgard bbe75aa08c
Update gitignore 2022-08-30 02:11:28 +02:00
Midgard 456be23b52
[yambar] Add yambar config 2022-08-30 02:11:24 +02:00
Midgard a6a8819a7d
Update configs 2022-06-11 20:00:32 +02:00
Midgard 1ae04a2715
Update neovim init file 2022-06-11 19:53:51 +02:00
Midgard 1215d7270f
[polybar] Improve clock and battery
Make the hands in the font zero-width; now the clock *without* filled
face is independent of font size.

The clock *with* filled face is not. Its elements (face, hands) have to
be in a specific order (hands must come after face), the face would
obscure the hands if it's the other way around. But since the font has
zero-width for the hands, not the face (and this makes the most sense),
the filled-face clock still relies on a hardcoded offset (as before, 27
units are subtracted to move the hands, but now that the hands are
zero-width, we add them back after emitting the hands, to have the rest
of the bar in the correct position). So I think that the hands will be
off-center if you change font size (haven't tested that), but even in
that case it will be less messy now.

Likewise for the battery icon.

In truth, I made the font adjustments a few months ago, and had better
done it in a different way: make the clock faces zero-width, make the
minute hand non-zero-width, and make everything about the battery icon
zero-width and add a separate, transparant "battery width" glyph. I
might fix that later.
2021-12-17 10:55:18 +01:00
Midgard bc08bad7fa
Improve backlight 2020-10-21 20:04:02 +02:00
Midgard 9d1ed09dc6
[xfce4] Random change 2019-06-13 20:16:14 +02:00
Midgard c17e9158be
[nvim] Disable modelines 2019-06-13 20:10:32 +02:00
Midgard c23dc7af91
[polybar] Change log file name 2019-06-13 20:01:06 +02:00
Midgard 924e80f68e
[nvim] New changes 2019-06-13 19:58:34 +02:00
Midgard aa46c03bba
[ncmpcpp] Seek with Ctrl+←→ instead of ←→ 2019-06-13 19:50:24 +02:00
Midgard 0c1a5877c1
[zsh theme] Clean up code 2019-06-13 19:42:35 +02:00
Midgard 7a5304fab1
[profile] Add LEDGER_FILE for plaintext accounting 2019-06-13 19:40:39 +02:00
Midgard 217a8f4f7a
[profile] Remove default -j X for make
Badly written makefiles break when you run them in parallel
2019-06-13 19:40:33 +02:00
Midgard ee91f79cb6
[lock.sh] Handle SSH agent off, don't check i3lock retval
Give a more appropriate message when no SSH agent is running.

In newer versions of i3lock, the return value isn't useful any more.
2019-06-13 19:39:53 +02:00
Midgard bc483ee9df
[gitignore] Add .mypy_cache 2019-06-13 19:18:16 +02:00
Midgard f2b13e096e
[i3] New mail client, mpc as a variable 2019-06-13 19:15:18 +02:00
Midgard 87a7224a9d
[polybar] Add font for clock and battery 2019-06-13 19:12:06 +02:00
Midgard 41eb3505d7
Update license to standard MIT 2019-06-13 18:58:09 +02:00
M1dgard d20d5c774f
Add lock script that clears key caches 2019-03-11 11:18:16 +01:00
M1dgard dfc8a9e9de
[xfce4-terminal] Slightly tweak colour 2019-03-01 18:04:35 +01:00
M1dgard 1f34902135
[polybar] Disable mouse on workspace switcher 2019-03-01 18:01:57 +01:00
M1dgard 0f2d1939de
[clock.py] Option to fill the watch face
Nowadays I prefer the clock face black.
2019-03-01 17:58:32 +01:00
M1dgard bb22bfb6df
[nvim] Add stuff, deactivate some plugins 2019-03-01 17:55:23 +01:00
M1dgard 4772d05d9d
[i3] Update modeline, improve colours 2019-03-01 17:51:21 +01:00
M1dgard 2e6e78e4cb
[i3] Don't catch Ctrl+Alt+T, add 2nd term key
Intercepting Ctrl+Alt+T is annoying when you use a VM.
2019-03-01 17:49:56 +01:00
M1dgard 37ca9c0439
[backlight.sh] Decrease change percentage 2019-03-01 17:37:36 +01:00
M1dgard 0c09d426b5
[compton] Exclude mpv from transparency 2019-03-01 17:37:06 +01:00
M1dgard 9727d5db69
[compton] Add shadows 2019-03-01 17:36:55 +01:00
M1dgard 8a25de3d11
[beets] Add plugin scrub, more rewrites, misc 2019-03-01 17:35:13 +01:00
M1dgard 8c34991c22
[gitignore] Add xyzzy 2019-03-01 17:34:27 +01:00
M1dgard e8af9f6b26
[install] Clean up, fix beet directory not existing 2019-02-14 14:17:03 +01:00
M1dgard 4b94e945ac
[beets] Add a rule to match untitled albums
I’m looking at you, ( ) by Sigur Rós
2018-11-10 00:35:50 +01:00
M1dgard 0d9ae0b74d
[beets] Rewrite for David Bowie’s ★ 2018-11-09 21:30:10 +01:00
M1dgard 9b1d6cc020
[polybar] Update config with my latest changes 2018-11-08 11:07:27 +01:00
M1dgard c0a9f0870e
[ncmpcpp] Fix header: also show track if no disc 2018-11-08 10:47:09 +01:00
M1dgard da7d5a805a
[beets] Clean up config file
Put stuff alphabetically
2018-11-08 10:43:07 +01:00
M1dgard 10cf4ac891
[beets] Improve paths
Apparently my “the” plugin wasn’t even triggered! Now it is.
2018-11-04 17:22:42 +01:00