medicamin

Results 5 issues of medicamin

### Describe the bug when gnome-clipboard-history is enabled, wait until the screen dims and goes to the lockscreen. suddenly just before the monitor turns off, desktop logs out by itself...

bug

Hi there, Is there a way to change the default date system from Gregorian to other calendar types like Jalali or Hijri? (I mean the datepicker, and the post dates)....

Enhancement

Hi there, When we play videos, we want the controls autohide. But when playing audio files, there is no reason to hide controls, since we need buttons, sound title, album,...

Hi there, Any possiblity to add Gregorian/Arabic equivalent next to the Jalali date? something like this: ![Screenshot from 2024-04-01 20-53-18](https://github.com/IamRezaMousavi/persian-gnome-calendar-extension/assets/17678405/f42c6785-3737-40ec-8075-6dfde9637f96) (it's a suggestion. I can't do it myself) Thanks

enhancement
good first issue

I simply use this method to fix this issue: ``` [Unit] Description=Reloading intel sound module after suspend After=suspend.target [Service] Type=oneshot ExecStart=/bin/bash -c 'rmmod -f snd_hda_intel; modprobe snd_hda_intel ALC668' [Install] WantedBy=suspend.target...