Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.16 KB

README.md

File metadata and controls

39 lines (31 loc) · 1.16 KB

Air raid widget for Linux

widget

This widget shows the current status of air raid sirens in Ukraine. The data is pulled every 20 seconds from https://sirens.in.ua/

Version of this widget for other platforms:

Installation

Gnome

  1. Install Gnome extensions
    sudo apt install gnome-shell-extensions
    
  2. Download the widget
    git clone https://github.com/dr-mod/air-raid-widget-linux.git
    
  3. Copy the widget to your Gnome shell extensions folder
    cp -r air-raid-widget-linux/[email protected] ~/.local/share/gnome-shell/extensions/
    
  4. Widgets can be enabled through console, therefore in our case
    gnome-extensions enable [email protected]
    
    and if you wish to disable it
    gnome-extensions disable [email protected]
    
    widgets can also be configured though other GUI management tools available in your distro, e.g. Tweaks, Tweaks -> Extensions.