posunutí image od code
This commit is contained in:
parent
69bfe39cd6
commit
37340963a3
13
qtile.php
13
qtile.php
@ -4,7 +4,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta content="EndeavourOS svobodný operační systém...." name="description" />
|
<meta content="EndeavourOS svobodný operační systém...." name="description" />
|
||||||
<meta content="EndeavourOS, ArchLinux" name="keywords" />
|
<meta content="EndeavourOS, ArchLinux, Qtile" name="keywords" />
|
||||||
<meta content="Kankys" name="author" />
|
<meta content="Kankys" name="author" />
|
||||||
|
|
||||||
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
|
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
|
||||||
@ -19,7 +19,7 @@
|
|||||||
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
|
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<title>EndeavourOS - 🔑 Řešení chyb s klíči v Arch Linux a EndeavourOS</title>
|
<title>EndeavourOS - Qtile správce oken</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
@ -98,7 +98,8 @@ screens = [
|
|||||||
),
|
),
|
||||||
widget.Systray(),
|
widget.Systray(),
|
||||||
widget.Clock(format='%Y-%m-%d %a %I:%M %p'),
|
widget.Clock(format='%Y-%m-%d %a %I:%M %p'),
|
||||||
widget.QuickExit(),
|
widget.QuiP
|
||||||
|
ckExit(),
|
||||||
],
|
],
|
||||||
24,
|
24,
|
||||||
),
|
),
|
||||||
@ -149,7 +150,7 @@ wmname = "LG3D"
|
|||||||
</pre>
|
</pre>
|
||||||
</div>
|
</div>
|
||||||
<p><strong>Další konfigurační soubory jsou:</strong></p>
|
<p><strong>Další konfigurační soubory jsou:</strong></p>
|
||||||
<ul>
|
<ul style="list-style: none; color:red;">
|
||||||
<li>Main config file: ~/.config/qtile/config.py</li>
|
<li>Main config file: ~/.config/qtile/config.py</li>
|
||||||
<li>Keybindings: ~/.config/qtile/modules/keys.py</li>
|
<li>Keybindings: ~/.config/qtile/modules/keys.py</li>
|
||||||
<li>Bar: ~/.config/qtile/modules/screens.py</li>
|
<li>Bar: ~/.config/qtile/modules/screens.py</li>
|
||||||
@ -170,7 +171,7 @@ wmname = "LG3D"
|
|||||||
]
|
]
|
||||||
</pre>
|
</pre>
|
||||||
</div>
|
</div>
|
||||||
<img src="img/qtilekeyboard.png" alt="" style="width: 50%;height: auto;">
|
<p><img src="img/qtilekeyboard.png" alt="" style="width: 50%;height: auto;">+</p>
|
||||||
<h3>Rozvržení</h3>
|
<h3>Rozvržení</h3>
|
||||||
<p>Rozvržení oken lze konfigurovat v sekci layouts. Například:</p>
|
<p>Rozvržení oken lze konfigurovat v sekci layouts. Například:</p>
|
||||||
<div class="code-box">
|
<div class="code-box">
|
||||||
@ -285,7 +286,7 @@ screens = [
|
|||||||
<h3>Použití Qtile s dalšími nástroji</h3>
|
<h3>Použití Qtile s dalšími nástroji</h3>
|
||||||
<p>Pokud chcete využít některé funkce desktopového prostředí, ale nechcete nainstalovat celé prostředí,
|
<p>Pokud chcete využít některé funkce desktopového prostředí, ale nechcete nainstalovat celé prostředí,
|
||||||
můžete nainstalovat jednotlivé nástroje a používat je společně s Qtile. Například:</p>
|
můžete nainstalovat jednotlivé nástroje a používat je společně s Qtile. Například:</p>
|
||||||
<ul>
|
<ul style="list-style: none; color:red">
|
||||||
<li>Notifikace: Nainstalujte dunst nebo xfce4-notifyd.</li>
|
<li>Notifikace: Nainstalujte dunst nebo xfce4-notifyd.</li>
|
||||||
<li>Automatická správa energie: Nainstalujte tlp nebo powertop.</li>
|
<li>Automatická správa energie: Nainstalujte tlp nebo powertop.</li>
|
||||||
<li>Systémové nástroje: Nainstalujte gnome-system-monitor nebo htop.</li>
|
<li>Systémové nástroje: Nainstalujte gnome-system-monitor nebo htop.</li>
|
||||||
|
Loading…
Reference in New Issue
Block a user