Commit Graph

219 Commits

Author SHA1 Message Date
John Mertz abc0b9f097 Merge branch 'master' of ssh://git@git.john.me.tz:223/jpm/scripts.git
Conflicts:
	send-to-kodi.sh
	sway/displays.pl
	sway/idle.sh
	sway/idlecountdown.sh
	sway/startsway.sh
	waybar/waybar-fedora-silverblue.sh
	wofi/wofi-alt-tab.sh
2022-11-04 11:09:07 -04:00
John Mertz 6759d36323 Update displays.pl 2022-11-04 11:05:12 -04:00
John Mertz b79d4ada25 Update startsway.sh 2022-11-04 11:03:55 -04:00
John Mertz 0c17da8c14 wofi-alt-tab.sh 2022-11-04 11:02:59 -04:00
John Mertz 963e6c8782
WIP silverblue update script 2022-10-31 18:33:08 -04:00
John Mertz aa9f93ccdd
Development branch to get sticky.client
Kill wallpapers on exit
2022-10-31 18:33:08 -04:00
John Mertz 6f6f42db57
Trigger swayidle 2022-10-31 18:33:07 -04:00
John Mertz d90eaeed5c
improve idle behaviour 2022-10-31 18:33:07 -04:00
John Mertz 03bb1b1695
TODO wofi 2022-10-31 18:33:07 -04:00
John Mertz 4d73b99abf
Window transparency effecs 2022-10-31 18:33:07 -04:00
John Mertz 913952a596
Clean up some unneeded variables 2022-10-31 18:33:07 -04:00
John Mertz 49925afc61
clean up window titles 2022-10-31 18:33:06 -04:00
John Mertz c1e205b251
Superseded by using wofi-wifi-menu.sh directly 2022-10-31 18:33:06 -04:00
John Mertz 9d69a634cb
Add a few icon options (still need a comprehensive list) 2022-10-31 18:33:06 -04:00
John Mertz a146b0c199
Increase icon size 2022-10-31 18:33:06 -04:00
John Mertz 391ad2810c
update flag file path to .spool 2022-10-31 18:33:05 -04:00
John Mertz 4c35268b8f
More robust gammastep applet 2022-10-31 18:33:05 -04:00
John Mertz 5cfbde8fdc
Bar argument in error output 2022-10-31 18:33:05 -04:00
John Mertz 1cc843e6eb
Generic power-menu.sh script for rofi/wofi depending on WM 2022-10-31 18:33:05 -04:00
John Mertz fa007b60ef
Fix file path of cropped image 2022-10-31 18:33:05 -04:00
John Mertz bc61b23883
Script to rotate wallpaper 2022-10-31 18:33:04 -04:00
John Mertz 8bff2f7147
Update wofi-alt-tab.sh 2022-10-31 18:33:04 -04:00
John Mertz 6b53d53196
Clean up unnecessary vars 2022-10-31 18:33:04 -04:00
John Mertz 7a5f625d17
attribution 2022-10-31 18:33:04 -04:00
John Mertz cf703f1696
Use sidebar config 2022-10-31 18:33:03 -04:00
John Mertz 67e4eb1d8a
Rename and give attribution 2022-10-31 18:33:03 -04:00
John Mertz c1eebe1cd9
Wifi Menu
Slightly modified from https://github.com/fourstepper/wofi-wifi-menu
2022-10-31 18:33:03 -04:00
John Mertz 88b4b41772
Emoji picker
Slightly modified from https://github.com/dln/wofi-emoji in order to
always use wl-clip and use custom wofi style.css
2022-10-31 18:33:03 -04:00
John Mertz 508e3f0516
Track backlight brightness better to allow reverting (by screensaver, etc.) 2022-10-31 18:33:03 -04:00
John Mertz 675ba63687
Whitespace 2022-10-31 18:33:02 -04:00
John Mertz 9c5b60d42f
Track PID 2022-10-31 18:33:02 -04:00
John Mertz 8dcbcb5fe5
Prevent fork. Limits to one PID 2022-10-31 18:33:02 -04:00
John Mertz 05d692d936
Increase delay to give more time before deletion 2022-10-31 18:33:02 -04:00
John Mertz c62109d263
Inverted logic for log level validationd 2022-10-31 18:33:01 -04:00
John Mertz 3d6195bbcb
Enhance kdb_backlight with sleep/restore function 2022-10-31 18:33:01 -04:00
John Mertz 156ff9221d
Gammastep waybar 2022-10-31 18:33:01 -04:00
John Mertz 2c4ef97a1b
Force GLES2
Update defaulted to Vulkan which isn't working
2022-10-31 18:33:01 -04:00
John Mertz 58c03333a7
Update --bar formatting 2022-10-31 18:33:01 -04:00
John Mertz aa70b984c3
Add recursive enumeration of images
cleaned up some comments and one typo in ARG parsing
2022-10-31 18:33:00 -04:00
John Mertz f1f94b6df4
Systemd Unit for wallpaper.pl 2022-10-31 18:33:00 -04:00
John Mertz a864b85df1
Refactor, add SystemD Journaling 2022-10-31 18:33:00 -04:00
John Mertz c47bb3d4c6
Pureblack lockscreen 2022-10-31 18:33:00 -04:00
John Mertz 2a331db20b
Update usage and add some TODO comments 2022-10-31 18:33:00 -04:00
John Mertz ab01514238
Implement signals
Minimum viable product. TERM closes gracefully, KILL just removes PID, and USR1 rotates immediately and restarts timer.

Other changes:
- Whitespace
- Implemented using lazy, excessive use of global variables. This needs to be improved.
- Comment blocks
2022-10-31 18:32:59 -04:00
John Mertz 640dd8d2d9
Minor bugs
Cropping should be avoided if the image is the same size also, not just if it is smaller.
I was using a minimum of 2 outputs while testing on my desktop. Revert that to 1.
Remove trailing tabs.
2022-10-31 18:32:59 -04:00
John Mertz 31fc3ceff3
Wallpaper rotation script 2022-10-31 18:32:59 -04:00
John Mertz bb7a12a8b4
Switch to 'model' instead of 'serial', clean display list 2022-10-31 18:32:59 -04:00
John Mertz 57b2e76540
Update wofi-alt-tab.sh
formatting
2022-10-31 18:32:59 -04:00
John Mertz f69be11cc6
Testing wofi with alt-tab
Functional, but needs to be styled
2022-10-31 18:32:58 -04:00
John Mertz 8c1eddbf83
Reboot prompt for updates
Experimenting with swanag stuff. Check if reboot is required, nag to reboot, include installed packages in details.
2022-10-31 18:32:58 -04:00