aboutsummaryrefslogtreecommitdiff
path: root/extras/HOME
Commit message (Collapse)AuthorAge
* Fix xmobarrc to use new fonts. Add better media-controlv017Josh Rahm2023-05-31
|
* Add ability to seek media with shift+next/prev.Josh Rahm2023-02-03
|
* Decouple RDE from spotify by allowing the user to select the media to controlJosh Rahm2023-02-03
| | | | | | | | Perhaps a Python script is in order to make it less ugly, but as things stand it works. This also uses the XDG_RUNTIME_DIR to store the variable associated with the target to control.
* Rename spotify-control to media-control.Josh Rahm2023-02-03
| | | | This is part of a plan to decouple Spotify from RDE.
* Make spotify-control more flexibleJosh Rahm2023-02-03
|
* Make bluetooth-select and spotify-control generic.Josh Rahm2023-01-08
| | | | | | | | | spotify-control will now look for the first media player on dbus and control that, rather than rely on stable dbus service names. This is because spotifyd used to have a stable name, but now it doesn't. I can't wait to find out how I shot myself in the foot with this ...
* Rewrite xmobar-weather in Haskell.Josh Rahm2022-12-14
| | | | | | | | This adds a new binary that replaces the jenky Perl weather script. In addition this switches the weather source to wttr.in. Before it would always pull the weather from the same weather station, which is not what I want.
* Change some of the xmobar config.Josh Rahm2022-12-05
|
* Remove some layout bloat.Josh Rahm2022-11-22
| | | | | | | | Remove a bunch of esentially-unused layouts. Now the layouts are: - Spiral - Mosaic - Tall
* Bunch of changes to XMobarJosh Rahm2022-11-22
|
* Better implementation of the pending buffer. Still need to iron out some bugs.Josh Rahm2022-11-22
|
* WIP: trying to make the pending buffer betterJosh Rahm2022-11-21
|
* Update to xmobarJosh Rahm2022-11-21
|
* Fix problem with bluetooth-select where the power options were not workingJosh Rahm2022-10-09
|
* Some new styling and better logging capabilitesJosh Rahm2022-10-09
|
* Some changes to XMobar look and feelJosh Rahm2022-10-09
|
* Better alignment of xmobar widgetsJosh Rahm2022-10-09
|
* xmobar remove transparancyJosh Rahm2022-10-09
|
* Remove the "│" from xmobar. I think it makes it cleaner, but it is not a ↵Josh Rahm2022-10-09
| | | | slam dunk.
* Add right click to move current window to a workspace.Josh Rahm2022-10-09
|
* Add clickable workspaces to XMobar.Josh Rahm2022-10-09
| | | | | | | | | | | | This is using xdotool to send a keystroke, which is not the best way to do this. In fact, a proper server protocol would be better, but this is how it is at the momement unfortunately. There is a problem where trying to use xdotool to send a key for a multibyte character will cause all events to freeze on XMonad for some reason, so these actions are guarded so only 'a-zA-Z0-9' are clickable and the rest are not, which is /okay/, I don't use unicode workspaces that often.
* Minor fixes to weather and bluetooth scripts.Josh Rahm2022-10-09
|
* Better mediaJosh Rahm2022-10-09
|
* add more emoticons. Fix emoticon script.Josh Rahm2022-10-09
|
* Support for subdirectories in LibraryJosh Rahm2022-10-09
|
* Added library-view.sh and bound it to <C-z>oJosh Rahm2022-10-09
|
* added more emoticonsJosh Rahm2022-10-09
|
* Add NERD font glyphs to unicode selectorJosh Rahm2022-10-09
|
* added more emoticonsJosh Rahm2022-10-09
|
* Better Rofi integrationJosh Rahm2022-10-09
|
* changes to rofi configJosh Rahm2022-10-09
|
* minor changes to rofi configJosh Rahm2022-10-09
|
* minor changes with rofiJosh Rahm2022-10-09
|
* Convert run menus over to Rofi.Josh Rahm2022-10-09
| | | | This makes things prettier and rofi is more feature rich than DMenu.
* Add emoticon-select.Josh Rahm2022-10-09
| | | | | | It's the same as emoji select, but with emoticons. Key bound to <C-z>E (capital E, as opposed to <C-z>e for emojis)
* Change the Prompt for setting the sink.Josh Rahm2022-10-09
|
* 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
|