Skip to content

Vistaus/Stimulator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stimulator

Keep your computer awake

Discussion in Matrix room: Matrix Space

Download on Flathub

Features

  • Overrides system setting and disables automatic suspending
  • Overrides system setting and disables screen blanking and screen locking
  • Option to use system default, light or dark theme
  • AppIndicator support

How it works

Uses Gtk.Application.inhibit (Suspend) which internally uses org.freedesktop.portal.Inhibit which should work across DEs that supports it.

For disabling screen blanking/locking, it uses org.freedesktop.ScreenSaver.Inhibit and fallsback to Gtk.Application.inhibit (Idle) if its not supported.

How to add translations

  • Copy content of en.po template from here
  • Create a new file here with "Add file" -> "Create new file" button
  • Paste content of en.po and translate strings
  • Name created file as yourlanguagecode.po, commit changes and submit pull request

Translations

Language Translated (%)
Arabic 100.00
English 100.00
Estonian 100.00
French 100.00
Italian 100.00
Japanese 100.00
Dutch 100.00
Portuguese 100.00
Turkish 100.00
  • Translations with less than 70% completion will not be embedded into the app

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.8%
  • CSS 0.2%