Roma eSh
  • Joined on 2022-01-27
eSh commented on pull request TROMjaro/fixes-package#7 2022-09-18 22:52:18 +00:00
Replace if statement with case statement

Oh that makes sense, I got confused for a moment there, haha 😄

Haha yeah, me too. @tio is so excited and quick that he did merge it before you've updated the branch 😁

eSh deleted branch rokosun-patch-1 from TROMjaro/fixes-package 2022-09-18 22:48:13 +00:00
eSh commented on pull request TROMjaro/fixes-package#7 2022-09-18 22:47:50 +00:00
Replace if statement with case statement

Sorry, merged it without a PR.. Thanks for changing it! 🏅

eSh closed pull request TROMjaro/fixes-package#7 2022-09-18 22:47:50 +00:00
Replace if statement with case statement
eSh pushed to main at TROMjaro/fixes-package 2022-09-18 22:45:04 +00:00
9860bd343b Merge branch 'rokosun-patch-1' into main
06ccad7d89 Update 'bin/periodic/fix-theming'
Compare 2 commits »
eSh commented on pull request TROMjaro/fixes-package#5 2022-09-18 22:39:00 +00:00
Use the -m option in xfconf-query to monitor for changes

Oh, man.. Happens to me too quite often 😅

eSh deleted branch restart-scripts from TROMjaro/fixes-package 2022-09-18 22:36:17 +00:00
eSh deleted branch watch-for-themes-update from TROMjaro/fixes-package 2022-09-18 22:35:42 +00:00
eSh deleted branch systemd-timers from TROMjaro/fixes-package 2022-09-18 22:33:02 +00:00
eSh closed pull request TROMjaro/fixes-package#3 2022-09-18 22:32:54 +00:00
Add systemd timers to run the fixes periodically
eSh commented on pull request TROMjaro/fixes-package#5 2022-09-18 22:00:31 +00:00
Use the -m option in xfconf-query to monitor for changes

A minor thing: to relpace if;then;fi with switch;case statement:

eSh commented on pull request TROMjaro/fixes-package#3 2022-09-18 21:53:36 +00:00
Add systemd timers to run the fixes periodically

Yes, but do we need to use timers for the scripts that store values between loops? For this purpose the while loop we currently use would be enough, this also means that the entire script don't…

eSh created pull request TROMjaro/fixes-package#6 2022-09-18 21:49:20 +00:00
Watch for the changes in themes directories
eSh created branch watch-for-themes-update in TROMjaro/fixes-package 2022-09-18 21:48:34 +00:00
eSh pushed to watch-for-themes-update at TROMjaro/fixes-package 2022-09-18 21:48:34 +00:00
a15086f7a6 watch for the changes in themes directories
eSh pushed to systemd-timers at TROMjaro/fixes-package 2022-09-18 16:22:41 +00:00
90f98c64cc add more accuracy for timers
00dcf0b9e9 add systemd timers for periodic fixes
a21e0df0bf Merge pull request 'Use systemd services to run fixes' (#4) from systemd-services into main
eadb766da5 add default targets to user services
8258eaf1d1 add systemd services to run fixes
Compare 5 commits »
eSh deleted branch systemd-services from TROMjaro/fixes-package 2022-09-18 16:13:33 +00:00
eSh commented on pull request TROMjaro/fixes-package#3 2022-09-18 16:12:01 +00:00
Add systemd timers to run the fixes periodically

There's no success in controlling the systemd start/stop for user timers, though they work perfectly fine on the user level of the systemd (Thanks a lot for the hint @rokosun !)

To switch to…