Commit graph

259 commits

Author SHA1 Message Date
Midgard 3ddd8ecbb3
[polybar] Adjust clock colors to match yambar config 2022-09-05 00:20:25 +02:00
Midgard 23a11649cd
[polybar] Make bar smaller to match yambar config 2022-09-05 00:18:47 +02:00
Midgard d6e223ba10
[polybar] Fix typo in battery 2022-09-05 00:14:59 +02:00
Midgard 5a4f97eaf6
[ncmpcpp] Provide space for H:MM:SS in playlist 2022-09-03 23:12:12 +02:00
Midgard 156b925683
[yambar] Remove workaround for bug in yambar
Bug fixed in https://codeberg.org/dnkl/yambar/pulls/222
2022-09-02 14:29:48 +02:00
Midgard e8e8593b2b
[yambar] Update map syntax to post-1.8.0
I'm using yambar from the master branch now, the map syntax was changed.
2022-09-01 15:14:49 +02:00
Midgard 9785790d3e
[yambar] Add forgotten color definition 2022-09-01 15:12:58 +02:00
Midgard 8baf62a4bd
[ncmpcpp] Disable smooth visualizer 2022-09-01 15:11:22 +02:00
Midgard 0e8860bb81
[yambar] Increase temperature threshold to 57°C 2022-09-01 15:10:26 +02:00
Midgard 37def981c5
[yambar] Let afternoon start at 13:00 instead of 14:00 2022-09-01 15:09:51 +02:00
Midgard 2fb55ea9af
[sway] Add MPD mode
Copied from i3
2022-09-01 15:08:46 +02:00
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