https://github.com/kodesun/hide-clock-extension
GNOME Shell (version 45 & 46) extension to hide clock on top panel. Built with Ubuntu users in mind. 🐧
https://github.com/kodesun/hide-clock-extension
gnome-extension linux-shell ubuntu
Last synced: over 1 year ago
JSON representation
GNOME Shell (version 45 & 46) extension to hide clock on top panel. Built with Ubuntu users in mind. 🐧
- Host: GitHub
- URL: https://github.com/kodesun/hide-clock-extension
- Owner: kodesun
- License: mit
- Created: 2024-05-09T06:24:12.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-20T01:14:48.000Z (over 1 year ago)
- Last Synced: 2025-01-16T10:50:31.878Z (over 1 year ago)
- Topics: gnome-extension, linux-shell, ubuntu
- Language: JavaScript
- Homepage: https://extensions.gnome.org/extension/6967/remove-clock/
- Size: 2.93 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GNOME Shell Remove Clock Extension
GNOME Shell (version 45 & 46) extension to remove (hide) clock on top panel.
Built for Ubuntu users. Great for screen recordings without showing the embarrasing
time you're recording the video.
View [here](https://extensions.gnome.org/extension/6967/remove-clock/).
## Pre-Requisites
* GNOME Tweaks App (install with ```sudo apt install gnome-tweaks```)
* GNOME Shell (v45 or v46)
Since GNOME Shell is not API stable, extensions only work against a very
specific version of the shell. This extension has only been tested on GNOME
46, but should also work on GNOME 45.
## Installation
* Go to ```/.local/share/gnome-shell/extensions/```
* ```mkdir removeclock@kodesun.com```. **ATTENTION**: Name of dir must match **_uuid_** in extensions' ```metadata.json``` file.
* Copy ```metadata.json``` and ```extension.js``` into created directory.
* Restart GNOME Shell by pressing ```Alt+F2``` and enter 'r'.
## License
Standard MIT license. Feel free to modify as you please.
## Author
Created by [@kodesun](https://github.com/kodesun)