Commit Graph

153 Commits

Author SHA1 Message Date
David JULIEN ba54cf5032 feat: add album art to notifications
split behaviour for "stop" to avoid shenanigans when looking for the
album art
2021-02-12 00:11:27 +01:00
David JULIEN 663fd512da fix: device names change after xorg update 2021-02-11 23:48:49 +01:00
David 6fc5c852ec feat: automatically generate a pkglist for pacman
add a hook to pacman, generating a list of installed pakages and writing
it to `/home/swytch/.config/paru/pkglist`
2021-02-05 22:33:23 +01:00
David dbfec34131 feat: `player` script
mpc wrapper to send notifications when controlling mpd
add keybindings for sxhkd
2021-02-05 22:21:53 +01:00
David bcca21e04c fix: comment out CapsLock turnoff 2021-01-14 00:21:54 +01:00
David 5c385ece97 fix: fix flags counting in `dot`
ignore git flags (--*)

correct merging error message
2021-01-13 00:53:12 +01:00
David c07b1b9a8e feat: change caps remap 2021-01-13 00:46:56 +01:00
David 58bf52193e feat: update utilities lists + code cleanup 2020-12-14 12:10:21 +01:00
David 4dd0a71bda cleanup: formatting displayselect
space -> tab
make default config more robust
2020-12-14 12:10:21 +01:00
David e4d7d33c9f feat: `dot` is more robust
exits when passing too many (>1) flags
doesn't go through all the tests for flags
2020-12-14 12:10:21 +01:00
David 362b7af10d cleanup: simplify merge command in `dot` 2020-12-14 12:09:49 +01:00
David bf136ba0c1 feat: improve dot as a real wrapper around git
`dot` can now take the exact same arguments as git, transparently
    -> flags are now optionnal
2020-11-12 18:03:45 +01:00
David 426c6f17b2 fix: fix makefile generation 2020-09-29 00:39:22 +02:00
David 467dc53b69 fix: fix notifications emotes 2020-09-29 00:38:54 +02:00
David 12ea059e05 fix: fix mounting group ownership 2020-09-29 00:38:24 +02:00
David 3f99f774be fix: fix compilation from Cxx header with ./compiler 2020-09-29 00:35:36 +02:00
David d6848f00ee feat: add default setup to displayselect
two-monitors setup with 1080p laptop
2020-09-12 19:13:24 +02:00
David 145b19d82d feat: switch sound management to amixer 2020-09-12 19:12:32 +02:00
David eceb0c921b fix: fix dmenu(u)mount emoticons 2020-09-06 21:49:21 +02:00
David 1c54c9363c fix: fix bibshow entries display 2020-09-06 21:49:07 +02:00
David d5a12a9577 fix: fix dwmbar nuclear battery display 2020-09-06 21:48:29 +02:00
David fbe75ff435 cleanup: format `dmenumount` and `dmenuumount` 2020-09-03 21:10:53 +02:00
David cbc1e70790 feat: polish `dwmbar` 2020-09-03 21:10:53 +02:00
David 257f900c55 feat: update `arch_setup` 2020-09-03 21:10:53 +02:00
swytch f70a7179d9 fix: fix dwmbar section length 2020-09-02 15:55:25 +02:00
swytch e26b809f6c feat: dwmbar now has consistent length
pad numbers with whitespaces to be of length 3
2020-08-26 14:41:16 +02:00
swytch 1367f47150 feat: change battery notification sleep
2 -> 5 minutes
2020-08-26 14:40:59 +02:00
swytch 0a2719ca8f breaking: change license to MIT in headers 2020-06-25 18:48:18 +02:00
swytch 9bae7e6403 cleanup: cleanup battery display rules in dwmbar 2020-06-25 18:48:06 +02:00
swytch f1c90afdaf breaking: move suckless tools to ~/.local/src/ 2020-06-25 18:17:42 +02:00
swytch 4550439b62 feat: add flags to `dot`
add `git branch`, `git show` and `git log --graph` commands
2020-06-20 11:40:21 +02:00
swytch 208f658047 fix: fix `dot` parameters retrieving
now use all parameters *every time*
2020-06-20 11:40:21 +02:00
swytch 8573d507c7 cleanup: cleanup suckless' tools build 2020-06-20 11:39:37 +02:00
swytch 4246954ac5 fix: fix `compiler`
fix bibliography retrieving
fix suckless tools build
    -> exit 1 when not building from config.def.h
    -> exit 0 when building (not break 0)
2020-06-20 11:39:37 +02:00
swytch 953041c4f8 cleanup: simplify case statement in `audio-notify`
regroup "criticity" cases
2020-06-20 11:39:37 +02:00
swytch 918c589aec fix: force `bash` to execute the colorblocks script
colors and stuff requires bashisms
2020-06-20 11:39:37 +02:00
swytch 8feccb96f9 feat: change colors in fetch 2020-06-20 11:39:37 +02:00
swytch 6e3779d9ee fix: correctly display wifi strength percentage in dwmbar 2020-06-20 11:39:37 +02:00
swytch a94e6be43c fix: change `echo` commands to `printf` commands
`printf` behaviour is more predictable then `echo` because bash is just
overdoing things
2020-06-20 11:39:37 +02:00
swytch 97ae8ca1d0 fix: general scripts improvements
append `sed` commands instead of piping them (bibinput, bibshow)
add dependencies (bibinput, bibshow)
break forloop when bulding is done (compiler)
2020-06-20 11:39:37 +02:00
swytch c329e263f2 fix: fix `nvim` check
use the proper `command` command
fix the redirection to /dev/null
2020-06-20 11:39:37 +02:00
swytch a2ce770d2f fix: update `fetch` script
Dividing by 1024 induces mebibytes (MiB), not megabytes (MB)
Change the way Memory is calculated
2020-06-20 11:39:37 +02:00
swytch 8dd53770fa fix: update scripts header 2020-06-20 11:39:37 +02:00
swy7ch 77aab67fca fix: optimize file management in scripts
no need to `cat` into `grep`/`sed`
2020-06-20 11:39:37 +02:00
swy7ch a91ea4f87e feat: change neovim template plugin + update header of scripts 2020-06-20 11:39:37 +02:00
swy7ch 30f254f6c3 cleanup: global files cleanup
+ update LICENSE declaration in .config/nvim/after/ftplugin
+ remove vim.vim filetype settings
+ change mapping for buffer switch in neovim
2020-06-20 11:39:37 +02:00
swy7ch 31981c9631 breaking: change screenlock utility
i3lock -> slock

update .xprofile
update .local/bin/arch_setup
2020-06-20 11:39:37 +02:00
swy7ch b673dbc4d8 fix: update .local/bin/README.md with fetch entry 2020-06-20 11:38:27 +02:00
swy7ch b0d1cc61dc feat: add `fetch` script
fetch system infos
lighter than neofetch
remove neofetch
2020-05-15 15:29:05 +02:00
swy7ch 6d890c08be feat: add flags to `.local/bin/dot`
-ca = commit -a
-rb = rebase
-rbi = rebase -i
2020-05-08 12:28:10 +02:00
swy7ch 1a03c0f1c1 fix: fix merge in `.local/bin/dot` 2020-05-07 18:39:12 +02:00
swy7ch 3c383a9199 fix: fix a typo in dmenuopen 2020-05-06 03:46:37 +02:00
swy7ch fd6e1d2ce3 init repo 2020-05-06 03:20:19 +02:00