1
0
Fork 0

replaced gnome with GNOME wherever possible

This commit is contained in:
Kim, Jimin 2022-05-06 17:40:17 +09:00
parent a1a2ecad8b
commit 2303a19fc6
4 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
"""
Assumptions:
- DE is latest gnome
- DE is latest GNOME
- home path is `/home/pomp`
"""

View file

@ -1,9 +1,9 @@
from src.util import flatpak_install
name = "Gnome font viewer"
name = "GNOME font viewer"
def setup():
"""Gnome font viewer"""
"""GNOME font viewer"""
flatpak_install("org.gnome.font-viewer")

View file

@ -4,6 +4,6 @@ name = "Video player"
def setup():
"""gnome video player"""
"""GNOME video player"""
flatpak_install("org.gnome.Totem")

View file

@ -2,8 +2,8 @@ from src.util import paru_install, load_dconf
from src import log
from os import system
name = "Gnome extensions"
post_install = "Restart gnome shell"
name = "GNOME extensions"
post_install = ["Restart GNOME shell", "enable GNOME extensions"]
EXTENSIONS = (