Skip to content

Commit

Permalink
enh(wall): allow css backgrounds
Browse files Browse the repository at this point in the history
  • Loading branch information
eythaann committed Sep 14, 2024
1 parent 00b707c commit c3238f0
Show file tree
Hide file tree
Showing 158 changed files with 1,689 additions and 49 deletions.
8 changes: 7 additions & 1 deletion documentation/schemas/theme.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"default": {
"launcher": "",
"toolbar": "",
"wall": "",
"weg": "",
"wm": ""
},
Expand All @@ -43,7 +44,12 @@
"type": "string"
},
"toolbar": {
"description": "Css Styles for the window manager",
"description": "Css Styles for the toolbar",
"default": "",
"type": "string"
},
"wall": {
"description": "Css Styles for the wall",
"default": "",
"type": "string"
},
Expand Down
4 changes: 3 additions & 1 deletion lib/src/state/theme.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ use serde::{Deserialize, Serialize};
pub struct ThemeCss {
/// Css Styles for the dock/taskbar
pub weg: String,
/// Css Styles for the window manager
/// Css Styles for the toolbar
pub toolbar: String,
/// Css Styles for the window manager
pub wm: String,
/// Css Styles for the app launcher
pub launcher: String,
/// Css Styles for the wall
pub wall: String,
}

#[derive(Debug, Clone, Default, Serialize, Deserialize, JsonSchema)]
Expand Down
2 changes: 2 additions & 0 deletions lib/src/state/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ export interface ThemeCssByApp {
wm: string;
/** Css Styles for the app launcher */
launcher: string;
/** Css Styles for the wall */
wall: string;
}

export interface ThemeInfo {
Expand Down
6 changes: 6 additions & 0 deletions src/apps/seelen_rofi/i18n/translations/af.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
app_launcher:
runners:
cmd: Kommandeer
explorer: Wedloop
footer:
shortcuts: Wys kortpaaie
6 changes: 6 additions & 0 deletions src/apps/seelen_rofi/i18n/translations/am.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
app_launcher:
runners:
explorer: ሩጫ
cmd: ትእዛዝ
footer:
shortcuts: አቋራጮችን አሳይ
6 changes: 6 additions & 0 deletions src/apps/seelen_rofi/i18n/translations/ar.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
app_launcher:
runners:
cmd: يأمر
explorer: يجري
footer:
shortcuts: عرض اختصارات
6 changes: 6 additions & 0 deletions src/apps/seelen_rofi/i18n/translations/az.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
app_launcher:
runners:
explorer: Qaçmaq
cmd: Əmr etmək
footer:
shortcuts: Qısa yol göstərmək
6 changes: 6 additions & 0 deletions src/apps/seelen_rofi/i18n/translations/bg.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
app_launcher:
runners:
explorer: Изпълнете
cmd: Команда
footer:
shortcuts: Покажете преки пътища
6 changes: 6 additions & 0 deletions src/apps/seelen_rofi/i18n/translations/bn.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
app_launcher:
runners:
cmd: কমান্ড
explorer: চালানো
footer:
shortcuts: শর্টকাটগুলি দেখান
6 changes: 6 additions & 0 deletions src/apps/seelen_rofi/i18n/translations/bs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
app_launcher:
runners:
explorer: Trčati
cmd: Naredba
footer:
shortcuts: Prikaži prečice
6 changes: 6 additions & 0 deletions src/apps/seelen_rofi/i18n/translations/ca.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
app_launcher:
runners:
cmd: Manar
explorer: Dirigir
footer:
shortcuts: Mostra dreceres
6 changes: 6 additions & 0 deletions src/apps/seelen_rofi/i18n/translations/cs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
app_launcher:
runners:
explorer: Běh
cmd: Příkaz
footer:
shortcuts: Zobrazit zkratky
6 changes: 6 additions & 0 deletions src/apps/seelen_rofi/i18n/translations/cy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
app_launcher:
runners:
cmd: Gorchmynnwn
explorer: Redych
footer:
shortcuts: Dangos llwybrau byr
6 changes: 6 additions & 0 deletions src/apps/seelen_rofi/i18n/translations/da.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
app_launcher:
runners:
explorer: Løbe
cmd: Kommando
footer:
shortcuts: Vis genveje
6 changes: 6 additions & 0 deletions src/apps/seelen_rofi/i18n/translations/de.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
app_launcher:
runners:
cmd: Befehl
explorer: Laufen
footer:
shortcuts: Zeigen Sie Verknüpfungen
6 changes: 6 additions & 0 deletions src/apps/seelen_rofi/i18n/translations/el.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
app_launcher:
runners:
explorer: Τρέξιμο
cmd: Εντολή
footer:
shortcuts: Εμφάνιση συντομεύσεων
12 changes: 6 additions & 6 deletions src/apps/seelen_rofi/i18n/translations/en.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
app_launcher:
runners:
explorer: Run
cmd: Command
footer:
shortcuts: Show Shortcuts
app_launcher:
runners:
explorer: Run
cmd: Command
footer:
shortcuts: Show Shortcuts
6 changes: 6 additions & 0 deletions src/apps/seelen_rofi/i18n/translations/es.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
app_launcher:
runners:
explorer: Correr
cmd: Dominio
footer:
shortcuts: Mostrar atajos
6 changes: 6 additions & 0 deletions src/apps/seelen_rofi/i18n/translations/et.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
app_launcher:
runners:
cmd: Käsk
explorer: Jooksma
footer:
shortcuts: Näita otseteid
6 changes: 6 additions & 0 deletions src/apps/seelen_rofi/i18n/translations/eu.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
app_launcher:
runners:
explorer: Korrika
cmd: Agindu
footer:
shortcuts: Erakutsi lasterbideak
6 changes: 6 additions & 0 deletions src/apps/seelen_rofi/i18n/translations/fa.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
app_launcher:
runners:
cmd: فرمان
explorer: دویدن
footer:
shortcuts: میانبرها را نشان دهید
6 changes: 6 additions & 0 deletions src/apps/seelen_rofi/i18n/translations/fi.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
app_launcher:
runners:
explorer: Juoksua
cmd: Komento
footer:
shortcuts: Näytä pikakuvakkeet
6 changes: 6 additions & 0 deletions src/apps/seelen_rofi/i18n/translations/fr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
app_launcher:
runners:
explorer: Courir
cmd: Commande
footer:
shortcuts: Montrer les raccourcis
6 changes: 6 additions & 0 deletions src/apps/seelen_rofi/i18n/translations/gu.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
app_launcher:
runners:
cmd: આદેશ આપવો
explorer: દોડવું
footer:
shortcuts: શોર્ટકટ્સ બતાવો
6 changes: 6 additions & 0 deletions src/apps/seelen_rofi/i18n/translations/he.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
app_launcher:
runners:
explorer: לָרוּץ
cmd: פְּקוּדָה
footer:
shortcuts: הצג קיצורי דרך
6 changes: 6 additions & 0 deletions src/apps/seelen_rofi/i18n/translations/hi.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
app_launcher:
runners:
explorer: दौड़ना
cmd: आज्ञा
footer:
shortcuts: शॉर्टकट दिखाओ
6 changes: 6 additions & 0 deletions src/apps/seelen_rofi/i18n/translations/hr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
app_launcher:
runners:
cmd: Naredba
explorer: Trčanje
footer:
shortcuts: Prikaži prečace
6 changes: 6 additions & 0 deletions src/apps/seelen_rofi/i18n/translations/hu.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
app_launcher:
runners:
explorer: Fut
cmd: Parancs
footer:
shortcuts: Mutassa meg a parancsikonokat
6 changes: 6 additions & 0 deletions src/apps/seelen_rofi/i18n/translations/hy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
app_launcher:
runners:
cmd: Հրաման
explorer: Վազք
footer:
shortcuts: Show ուցադրել դյուրանցումները
6 changes: 6 additions & 0 deletions src/apps/seelen_rofi/i18n/translations/id.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
app_launcher:
runners:
explorer: Berlari
cmd: Memerintah
footer:
shortcuts: Tampilkan jalan pintas
6 changes: 6 additions & 0 deletions src/apps/seelen_rofi/i18n/translations/is.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
app_launcher:
runners:
cmd: Skipan
explorer: Hlaupa
footer:
shortcuts: Sýna flýtileiðir
6 changes: 6 additions & 0 deletions src/apps/seelen_rofi/i18n/translations/it.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
app_launcher:
runners:
cmd: Comando
explorer: Correre
footer:
shortcuts: Mostra scorciatoie
6 changes: 6 additions & 0 deletions src/apps/seelen_rofi/i18n/translations/ja.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
app_launcher:
runners:
explorer: 走る
cmd: 指示
footer:
shortcuts: ショートカットを表示します
6 changes: 6 additions & 0 deletions src/apps/seelen_rofi/i18n/translations/ka.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
app_launcher:
runners:
cmd: ბრძანება
explorer: სირბილი
footer:
shortcuts: აჩვენეთ მალსახმობები
6 changes: 6 additions & 0 deletions src/apps/seelen_rofi/i18n/translations/km.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
app_launcher:
runners:
cmd: ការបង្គាប់
explorer: ការរត់
footer:
shortcuts: បង្ហាញផ្លូវកាត់
6 changes: 6 additions & 0 deletions src/apps/seelen_rofi/i18n/translations/ko.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
app_launcher:
runners:
explorer: 달리다
cmd: 명령
footer:
shortcuts: 쇼트 컷을 보여줍니다
6 changes: 6 additions & 0 deletions src/apps/seelen_rofi/i18n/translations/ku.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
app_launcher:
runners:
cmd: Ferman
explorer: Rev
footer:
shortcuts: Kurtefîlm nîşan bide
6 changes: 6 additions & 0 deletions src/apps/seelen_rofi/i18n/translations/lb.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
app_launcher:
runners:
cmd: Kommun de Kommentar
explorer: Lafe
footer:
shortcuts: Show Ofkiirzungen
6 changes: 6 additions & 0 deletions src/apps/seelen_rofi/i18n/translations/lo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
app_launcher:
runners:
explorer: ແລ່ນ
cmd: ບັນຊາ
footer:
shortcuts: ສະແດງທາງລັດ
6 changes: 6 additions & 0 deletions src/apps/seelen_rofi/i18n/translations/lt.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
app_launcher:
runners:
cmd: Komanda
explorer: Bėgti
footer:
shortcuts: Rodyti nuorodas
6 changes: 6 additions & 0 deletions src/apps/seelen_rofi/i18n/translations/lv.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
app_launcher:
runners:
explorer: Izkropļot
cmd: Vadība
footer:
shortcuts: Rādīt īsceļus
6 changes: 6 additions & 0 deletions src/apps/seelen_rofi/i18n/translations/mk.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
app_launcher:
runners:
explorer: Трчај
cmd: Команда
footer:
shortcuts: Покажете кратенки
6 changes: 6 additions & 0 deletions src/apps/seelen_rofi/i18n/translations/mn.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
app_launcher:
runners:
cmd: Тушаах
explorer: Урсгал
footer:
shortcuts: Товчлолыг харуул
6 changes: 6 additions & 0 deletions src/apps/seelen_rofi/i18n/translations/ms.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
app_launcher:
runners:
cmd: Perintah
explorer: Jalankan
footer:
shortcuts: Tunjukkan pintasan
6 changes: 6 additions & 0 deletions src/apps/seelen_rofi/i18n/translations/mt.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
app_launcher:
runners:
explorer: Ġirja
cmd: Kmand
footer:
shortcuts: Uri shortcuts
6 changes: 6 additions & 0 deletions src/apps/seelen_rofi/i18n/translations/ne.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
app_launcher:
runners:
explorer: दगुर्ने काम
cmd: आदेश
footer:
shortcuts: सर्टकटहरू देखाउनुहोस्
6 changes: 6 additions & 0 deletions src/apps/seelen_rofi/i18n/translations/nl.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
app_launcher:
runners:
cmd: Commando
explorer: Loop
footer:
shortcuts: Toon snelkoppelingen
6 changes: 6 additions & 0 deletions src/apps/seelen_rofi/i18n/translations/no.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
app_launcher:
runners:
cmd: Kommando
explorer: Løp
footer:
shortcuts: Vis snarveier
6 changes: 6 additions & 0 deletions src/apps/seelen_rofi/i18n/translations/pa.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
app_launcher:
runners:
cmd: ਕਮਾਂਡ
explorer: ਚਲਾਓ
footer:
shortcuts: ਸ਼ਾਰਟਕੱਟ ਦਿਖਾਓ
6 changes: 6 additions & 0 deletions src/apps/seelen_rofi/i18n/translations/pl.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
app_launcher:
runners:
cmd: Rozkaz
explorer: Uruchomić
footer:
shortcuts: Pokaż skróty
6 changes: 6 additions & 0 deletions src/apps/seelen_rofi/i18n/translations/ps.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
app_launcher:
runners:
explorer: منډه وهل
cmd: قومانده
footer:
shortcuts: لنډیزونه وښیه
6 changes: 6 additions & 0 deletions src/apps/seelen_rofi/i18n/translations/pt.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
app_launcher:
runners:
explorer: Correr
cmd: Comando
footer:
shortcuts: Mostre atalhos
Loading

0 comments on commit c3238f0

Please sign in to comment.