x11-misc/yin-yang: bump version
Package-Manager: Portage-3.0.30, Repoman-3.0.3
This commit is contained in:
parent
55dee35da7
commit
9324fce86b
4 changed files with 66 additions and 0 deletions
23
x11-misc/yin-yang/files/Yin-Yang.desktop
Normal file
23
x11-misc/yin-yang/files/Yin-Yang.desktop
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
[Desktop Entry]
|
||||
# The type as listed above
|
||||
Type=Application
|
||||
# The version of the desktop entry specification to which this file complies
|
||||
Version=1.4
|
||||
# The name of the application
|
||||
Name=Yin & Yang
|
||||
# Generic name of the application, for example "Web Browser"
|
||||
GenericName=Theme Switcher
|
||||
# A comment which can/will be used as a tooltip
|
||||
Comment=Auto Nightmode for KDE and VSCode
|
||||
# The path to the folder in which the executable is run
|
||||
Path=/opt/yin-yang
|
||||
# The executable of the application, possibly with arguments.
|
||||
Exec=env QT_AUTO_SCREEN_SCALE_FACTOR=1 sh /usr/bin/yin-yang
|
||||
# The name of the icon that will be used to display this entry
|
||||
Icon=/opt/yin-yang/src/ui/assets/yin-yang.svg
|
||||
# Describes whether this application needs to be run in a terminal or not
|
||||
Terminal=false
|
||||
# Describes the categories in which this entry should be shown
|
||||
Categories=Utility;Settings;System;
|
||||
# A list of strings which may be used in addition to other metadata to describe this entry
|
||||
Keywords=night;dark;day;bright;color;theme;
|
||||
Loading…
Add table
Add a link
Reference in a new issue