aboutsummaryrefslogtreecommitdiff
path: root/extras/HOME
Commit message (Collapse)AuthorAge
...
* Change set-sink.shJosh Rahm2022-10-09
| | | | | | | | | | Before this script would use the PID of the current window to infer the input to switch. However some frontends use a daemon to output the sound, so it doesn't work in that case. Instead, now, set-sink will prompt the user to select the active sink to switch. If there is only one active sink it will automatically move that one.
* If rofi is installed on the system, use that for emoji selection. Rofi has ↵Josh Rahm2022-10-09
| | | | much better unicode support than dmenu. I might switch over to it at some point.
* Add script to set the PulseAudio sink for the current window.Josh Rahm2022-10-09
| | | | | | | | | This binding is set to <C-z>a. It creates a dmenu prompting the user to select which output device the current application should send audio to. In the future I might create an analog for input devices, but as things stand, I change input so much more infrequently that pavucontrol is probably fine for that.
* For the work laptop, fix it so that picom does not run with multiple ↵Josh Rahm2022-10-09
| | | | monitors (it slows things down way too much)
* merged.Josh Rahm2022-10-09
|
* minor aesthetic changesJosh Rahm2022-10-09
|
* Add dimming to bluetooth-selectJosh Rahm2022-10-09
|
* Added Emoji select.Josh Rahm2022-10-09
| | | | | | The fonts still leave much to be desired. Unfortunately dmenu2 does not support fallback fonts from what I can tell, and dmenu1 doesn't support all the nice features dmenu2 supports. Oh well.
* Add some changes.Josh Rahm2022-10-09
| | | | | | | 1. Make the spotify control work for both Spotify and Spotifyd 2. Xmobar weather not break xmobar when not connected to the internet 3. Add g<space> keybinding to go to the toogle-cased version of the current workspace.
* Added some better support for Void Linux.Josh Rahm2022-10-09
| | | | | | | | | Void Linux doesn't have spotify in its official repos. Going with open source solutions, I can use spotifyd, but had to hack my spotify-control scripts to get it to work. Void linux also puts all its binaries in /bin for some reason. Not sure I like that, but I had to change the DMenu module to support that.
* Some changes to comptonJosh Rahm2022-10-09
|
* Minor changes to xmobar. C-S-q now restarts xmonad.Josh Rahm2022-10-09
|
* minor fixes and whatnotJosh Rahm2022-10-09
|
* Clean up spotify-control script.Josh Rahm2022-10-09
|
* Fix more things with the weather.Josh Rahm2022-10-09
|
* Add my own xmobar-weather perl script.Josh Rahm2022-10-09
| | | | | The builtin xmobar weather is not feature rich enough. My new script will change icons depending on the time of day.
* Make inactive bluetooth the same color as everything elseJosh Rahm2022-10-09
|
* update xmobar config. Can't quite make up my mind.Josh Rahm2022-10-09
|
* Remove extra log. Change trunc to be TCO-able.Josh Rahm2022-10-09
|
* Killed Dependency on Cairo. Vastly improved layout experience.Josh Rahm2022-10-09
|
* Added MosaicAlt Layout. Changed weather icon to use moon icon for 'clear'Josh Rahm2022-10-09
|
* Synchronize with the look on photonJosh Rahm2022-10-09
|
* More XMobar sexiness.Josh Rahm2022-10-09
Revamped the install script to make it easier to handle the install process.