Minor UI tweak - added clock and changed title icon
This commit is contained in:
+4
-3
@@ -15,13 +15,13 @@ from textual.widgets import (
|
|||||||
DirectoryTree,
|
DirectoryTree,
|
||||||
Button,
|
Button,
|
||||||
)
|
)
|
||||||
from textual.containers import Vertical, Horizontal, Grid
|
from textual.containers import Vertical, Horizontal
|
||||||
from textual.reactive import reactive
|
from textual.reactive import reactive
|
||||||
|
|
||||||
from dotenv import set_key
|
from dotenv import set_key
|
||||||
|
|
||||||
from utils.configmanager import load_env
|
from utils.configmanager import load_env
|
||||||
from utils.utils import open_directory # we will actually use this now
|
from utils.utils import open_directory
|
||||||
|
|
||||||
from utils.setup import get_base_directory, load_user_config
|
from utils.setup import get_base_directory, load_user_config
|
||||||
|
|
||||||
@@ -164,7 +164,8 @@ class MainMenuScreen(Screen):
|
|||||||
|
|
||||||
|
|
||||||
def compose(self) -> ComposeResult:
|
def compose(self) -> ComposeResult:
|
||||||
yield Header()
|
yield Header(show_clock=True, icon="⚙")
|
||||||
|
|
||||||
yield Static(ASCII_ART, id="logo")
|
yield Static(ASCII_ART, id="logo")
|
||||||
|
|
||||||
tabs = [
|
tabs = [
|
||||||
|
|||||||
Reference in New Issue
Block a user