__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
"""
Functions to configure Basic Settings
"""
language = "C"
windowmanager = None
icon_theme = "hicolor"
icon_size = 48
cache_time = 5
root_mode = False
def setWindowManager(wm):
global windowmanager
windowmanager = wm
def setIconTheme(theme):
global icon_theme
icon_theme = theme
import xdg.IconTheme
xdg.IconTheme.themes = []
def setIconSize(size):
global icon_size
icon_size = size
def setCacheTime(time):
global cache_time
cache_time = time
def setLocale(lang):
import locale
lang = locale.normalize(lang)
locale.setlocale(locale.LC_ALL, lang)
import xdg.Locale
xdg.Locale.update(lang)
def setRootMode(boolean):
global root_mode
root_mode = boolean
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| __pycache__ | Folder | 0755 |
|
|
| BaseDirectory.py | File | 6.11 KB | 0644 |
|
| Config.py | File | 728 B | 0644 |
|
| DesktopEntry.py | File | 17.05 KB | 0644 |
|
| Exceptions.py | File | 2.44 KB | 0644 |
|
| IconTheme.py | File | 15.71 KB | 0644 |
|
| IniFile.py | File | 13.32 KB | 0644 |
|
| Locale.py | File | 2.11 KB | 0644 |
|
| Menu.py | File | 38.68 KB | 0644 |
|
| MenuEditor.py | File | 18.48 KB | 0644 |
|
| Mime.py | File | 25.63 KB | 0644 |
|
| RecentFiles.py | File | 6.04 KB | 0644 |
|
| __init__.py | File | 1.06 KB | 0644 |
|
| util.py | File | 2.71 KB | 0644 |
|