Compare commits
73 Commits
beb82491cb
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 9a1542f5e0 | |||
| df3845380f | |||
| 423097ba91 | |||
| 2e126f4b26 | |||
| 4ab847b117 | |||
| 0f64debfdd | |||
| 7bac1c7a58 | |||
| ccf8e32ef2 | |||
| e23e873d23 | |||
| 4cd1806682 | |||
| f44e1cdc22 | |||
| bcc5e8ce98 | |||
| c980c209f3 | |||
| 507d42c837 | |||
| 1c84b9821a | |||
| f947d8e9cc | |||
| 3055a45a65 | |||
| 10187fe85d | |||
| a953613aec | |||
| 1c07ccc3e5 | |||
| 25b5098109 | |||
| 0f2b137649 | |||
| 9aa9716de0 | |||
| 3f2c3f992d | |||
| 98b46ce869 | |||
| 80fbd2f133 | |||
| 7fe2f7b438 | |||
| ceb580acbe | |||
| 22b71d8545 | |||
| 4730682248 | |||
| 77d7676753 | |||
| f6af2644da | |||
| df57954e4f | |||
| d3c8676053 | |||
| 8877be8465 | |||
| 8f8f7c229c | |||
| 0b8c66b95a | |||
| e3d7c73344 | |||
| 9d9fea48b9 | |||
| 1f7bc08bbe | |||
| 1a0dc91434 | |||
| 444f3e1177 | |||
| 13c92edd01 | |||
| b6c09bbed6 | |||
| 99c3cb56cb | |||
| a7e4592a9c | |||
| 7e43e05a73 | |||
| 9d9d7ecc1c | |||
| 35f9262829 | |||
| dbaad82b20 | |||
| fac4150715 | |||
| 8d97d7343b | |||
| 21c909da9a | |||
| 45410393da | |||
| adedd29830 | |||
| d0776cde02 | |||
| e02f6ef322 | |||
| eb03b36be0 | |||
| ce1b38e321 | |||
| bbdfc9bae4 | |||
| 1e7719417f | |||
| 9e08782ca9 | |||
| cbae7aa4d7 | |||
| e288485b5e | |||
| b8c0177236 | |||
| 4ef73f733e | |||
| 183b18778e | |||
| 6d6f4b1d17 | |||
| cf5cd9e8ad | |||
| 6bca80d819 | |||
| 14d6ddd065 | |||
| 6052cd8df0 | |||
| a2bf910fba |
@@ -1,6 +1,4 @@
|
||||
# dots
|
||||
|
||||
broken stuff has broken stuff in it :)
|
||||
|
||||
currently oceanic next -
|
||||
|
||||

|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
device = "/dev/input/event9"
|
||||
edge_tolerance = 300
|
||||
min_distance = 1000
|
||||
height = 2178
|
||||
width = 3894
|
||||
|
||||
[actions]
|
||||
4_from_top = "$XDG_CONFIG_HOME/actuator/uzui/set_win_mode portrait"
|
||||
4_up = "$XDG_CONFIG_HOME/actuator/uzui/set_win_mode tablet"
|
||||
|
||||
1_from_bottom = "onboard --theme=Theme &"
|
||||
1_down = "pkill onboard"
|
||||
|
||||
1_left = "bspc desktop -f next.local"
|
||||
1_right = "bspc desktop -f prev.local"
|
||||
|
||||
3_up = "bspc desktop -l next"
|
||||
|
||||
2_from_top = "rofi -modi drun -show"
|
||||
2_from_left = "rofi -modi p:rofi-power-menu -show"
|
||||
2_from_bottom = "rofi -modi filebrowser -show"
|
||||
@@ -0,0 +1,20 @@
|
||||
device = "/dev/input/event9"
|
||||
edge_tolerance = 300
|
||||
min_distance = 1000
|
||||
height = 3894
|
||||
width = 2178
|
||||
|
||||
[actions]
|
||||
4_from_left = "$XDG_CONFIG_HOME/actuator/uzui/set_win_mode landscape"
|
||||
|
||||
1_from_right = "onboard --theme=Theme &"
|
||||
1_right = "pkill onboard"
|
||||
|
||||
1_down = "bspc desktop -f next.local"
|
||||
1_up = "bspc desktop -f prev.local"
|
||||
|
||||
3_right = "bspc desktop -l next"
|
||||
|
||||
2_from_left = "rofi -modi drun -show"
|
||||
2_from_bottom = "rofi -modi p:rofi-power-menu -show"
|
||||
2_from_right = "rofi -modi filebrowser -show"
|
||||
@@ -0,0 +1,31 @@
|
||||
#!/bin/bash
|
||||
|
||||
WINDOW_MODE=$(cat "${XDG_CACHE_HOME}/window_mode")
|
||||
|
||||
if [ "$1" == "portrait" ] && [ "${WINDOW_MODE}" != "portrait" ]; then
|
||||
echo "portrait" > "${XDG_CACHE_HOME}"/window_mode
|
||||
rotate-screen eDP-1 left;
|
||||
xinput set-prop 9 --type=float "Coordinate Transformation Matrix" 0 -1 0 1 0 0 0 0 1
|
||||
xinput set-prop 10 --type=float "Coordinate Transformation Matrix" 0 -1 1 1 0 0 0 0 1
|
||||
xinput set-prop 17 --type=float "Coordinate Transformation Matrix" 0 -1 1 1 0 0 0 0 1
|
||||
pkill actuator;
|
||||
actuator "${XDG_CONFIG_HOME}/actuator/uzui/portrait.toml" &
|
||||
|
||||
elif [ "$1" == "landscape" ] && [ "${WINDOW_MODE}" != "landscape" ]; then
|
||||
echo "landscape" > "${XDG_CACHE_HOME}"/window_mode
|
||||
rotate-screen eDP-1 normal;
|
||||
xinput set-prop 9 --type=float "Coordinate Transformation Matrix" 1 0 0 0 1 0 0 0 1
|
||||
xinput set-prop 10 --type=float "Coordinate Transformation Matrix" 1 0 0 0 1 0 0 0 1
|
||||
xinput set-prop 17 --type=float "Coordinate Transformation Matrix" 1 0 0 0 1 0 0 0 1
|
||||
pkill actuator;
|
||||
actuator "${XDG_CONFIG_HOME}/actuator/uzui/landscape.toml" &
|
||||
|
||||
elif [ "$1" == "tablet" ] && [ "${WINDOW_MODE}" != "tablet" ]; then
|
||||
echo "tablet" > "${XDG_CACHE_HOME}"/window_mode
|
||||
rotate-screen eDP-1 inverted;
|
||||
xinput set-prop 9 --type=float "Coordinate Transformation Matrix" -1 0 0 0 -1 0 0 0 1
|
||||
xinput set-prop 10 --type=float "Coordinate Transformation Matrix" -1 0 1 0 -1 1 0 0 1
|
||||
xinput set-prop 17 --type=float "Coordinate Transformation Matrix" -1 0 1 0 -1 1 0 0 1
|
||||
pkill actuator;
|
||||
actuator "${XDG_CONFIG_HOME}/actuator/uzui/tablet.toml" &
|
||||
fi
|
||||
@@ -0,0 +1,20 @@
|
||||
device = "/dev/input/event9"
|
||||
edge_tolerance = 300
|
||||
min_distance = 1000
|
||||
height = 2178
|
||||
width = 3894
|
||||
|
||||
[actions]
|
||||
4_from_bottom = "$XDG_CONFIG_HOME/actuator/uzui/set_win_mode landscape"
|
||||
|
||||
1_from_top = "onboard --theme=Theme &"
|
||||
1_up = "pkill onboard"
|
||||
|
||||
1_right = "bspc desktop -f next.local"
|
||||
1_left = "bspc desktop -f prev.local"
|
||||
|
||||
3_down = "bspc desktop -l next"
|
||||
|
||||
2_from_bottom = "rofi -modi drun -show"
|
||||
2_from_right = "rofi -modi p:rofi-power-menu -show"
|
||||
2_from_top = "rofi -modi filebrowser -show"
|
||||
@@ -0,0 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=feh
|
||||
Comment=feh image viewer
|
||||
Icon=utilities-terminal
|
||||
Terminal=false
|
||||
Exec=feh
|
||||
MimeType=image/bmp;image/jpeg;image/x-png;image/png;
|
||||
Keywords=Image;Viewer
|
||||
@@ -0,0 +1,12 @@
|
||||
[Default Applications]
|
||||
inode/directory=ranger.desktop
|
||||
application/pdf=org.pwmt.zathura.desktop
|
||||
text/plain=nvim.desktop
|
||||
x-scheme-handler/betterdiscord=discord.desktop
|
||||
x-scheme-handler/lunarclient=lunarclient.desktop
|
||||
|
||||
[Added Associations]
|
||||
application/x-osu-beatmap-archive=osu-wine-osr.desktop;
|
||||
image/jpeg=feh.desktop;
|
||||
image/png=feh.desktop;
|
||||
application/rss+xml=chromium.desktop;firefox.desktop;
|
||||
@@ -1,31 +1,59 @@
|
||||
[MIME Cache]
|
||||
application/epub+zip=org.pwmt.zathura-pdf-mupdf.desktop;
|
||||
application/json=firefox.desktop;
|
||||
application/pdf=firefox.desktop;wine-extension-pdf.desktop;
|
||||
application/oxps=org.pwmt.zathura-pdf-mupdf.desktop;
|
||||
application/pdf=firefox.desktop;org.pwmt.zathura-pdf-mupdf.desktop;wine-extension-pdf.desktop;
|
||||
application/rtf=wine-extension-rtf.desktop;
|
||||
application/vnd.ms-htmlhelp=wine-extension-chm.desktop;
|
||||
application/winhlp=wine-extension-hlp.desktop;
|
||||
application/x-binaryninja=binaryninja.desktop;
|
||||
application/x-extension-htm=wine-extension-htm.desktop;
|
||||
application/x-extension-html=wine-extension-html.desktop;
|
||||
application/x-fictionbook=org.pwmt.zathura-pdf-mupdf.desktop;
|
||||
application/x-ghidra=ghidra.desktop;
|
||||
application/x-ms-application=wine-extension-application.desktop;
|
||||
application/x-ms-xbap=wine-extension-xbap.desktop;
|
||||
application/x-mswinurl=wine-extension-url.desktop;
|
||||
application/x-mswrite=wine-extension-wri.desktop;
|
||||
application/x-shellscript=nvim.desktop;
|
||||
application/x-wine-extension-appref-ms=wine-extension-appref-ms.desktop;
|
||||
application/x-wine-extension-cetrainer=wine-extension-cetrainer.desktop;
|
||||
application/x-wine-extension-ct=wine-extension-ct.desktop;
|
||||
application/x-wine-extension-ini=wine-extension-ini.desktop;
|
||||
application/x-wine-extension-msp=wine-extension-msp.desktop;
|
||||
application/x-xpinstall=firefox.desktop;
|
||||
application/xaml+xml=wine-extension-xaml.desktop;
|
||||
application/xhtml+xml=firefox.desktop;
|
||||
application/xml=wine-extension-xml.desktop;
|
||||
image/bmp=feh.desktop;
|
||||
image/gif=wine-extension-gif.desktop;
|
||||
image/jpeg=wine-extension-jfif.desktop;wine-extension-jpe.desktop;
|
||||
image/png=wine-extension-png.desktop;
|
||||
image/jpeg=feh.desktop;wine-extension-jfif.desktop;wine-extension-jpe.desktop;
|
||||
image/png=feh.desktop;wine-extension-png.desktop;
|
||||
image/x-png=feh.desktop;
|
||||
inode/directory=ranger.desktop;
|
||||
text/english=nvim.desktop;
|
||||
text/html=firefox.desktop;
|
||||
text/plain=wine-extension-txt.desktop;
|
||||
text/plain=nvim.desktop;wine-extension-txt.desktop;
|
||||
text/vbscript=wine-extension-vbs.desktop;
|
||||
text/x-c=nvim.desktop;
|
||||
text/x-c++=nvim.desktop;
|
||||
text/x-c++hdr=nvim.desktop;
|
||||
text/x-c++src=nvim.desktop;
|
||||
text/x-chdr=nvim.desktop;
|
||||
text/x-csrc=nvim.desktop;
|
||||
text/x-java=nvim.desktop;
|
||||
text/x-makefile=nvim.desktop;
|
||||
text/x-moc=nvim.desktop;
|
||||
text/x-pascal=nvim.desktop;
|
||||
text/x-tcl=nvim.desktop;
|
||||
text/x-tex=nvim.desktop;
|
||||
text/xml=firefox.desktop;
|
||||
x-scheme-handler/binaryninja=binaryninja.desktop;
|
||||
x-scheme-handler/ghidra=ghidra.desktop;
|
||||
x-scheme-handler/http=firefox.desktop;
|
||||
x-scheme-handler/https=firefox.desktop;
|
||||
x-scheme-handler/rldb=wine-protocol-rldb.desktop;
|
||||
x-scheme-handler/spotify=spotify.desktop;
|
||||
x-scheme-handler/steam=steam.desktop;
|
||||
x-scheme-handler/steamlink=steam.desktop;
|
||||
x-scheme-handler/zotero=zotero.desktop;
|
||||
|
||||
@@ -0,0 +1,92 @@
|
||||
[Desktop Entry]
|
||||
Name=Neovim
|
||||
GenericName=Text Editor
|
||||
GenericName[ckb]=دەستکاریکەری دەق
|
||||
GenericName[de]=Texteditor
|
||||
GenericName[fr]=Éditeur de texte
|
||||
GenericName[ru]=Текстовый редактор
|
||||
GenericName[sr]=Едитор текст
|
||||
GenericName[tr]=Metin Düzenleyici
|
||||
Comment=Edit text files
|
||||
Comment[af]=Redigeer tekslêers
|
||||
Comment[am]=የጽሑፍ ፋይሎች ያስተካክሉ
|
||||
Comment[ar]=حرّر ملفات نصية
|
||||
Comment[az]=Mətn fayllarını redaktə edin
|
||||
Comment[be]=Рэдагаваньне тэкставых файлаў
|
||||
Comment[bg]=Редактиране на текстови файлове
|
||||
Comment[bn]=টেক্স্ট ফাইল এডিট করুন
|
||||
Comment[bs]=Izmijeni tekstualne datoteke
|
||||
Comment[ca]=Edita fitxers de text
|
||||
Comment[ckb]=دەستکاریی فایلی دەق بکە
|
||||
Comment[cs]=Úprava textových souborů
|
||||
Comment[cy]=Golygu ffeiliau testun
|
||||
Comment[da]=Redigér tekstfiler
|
||||
Comment[de]=Textdateien bearbeiten
|
||||
Comment[el]=Επεξεργασία αρχείων κειμένου
|
||||
Comment[en_CA]=Edit text files
|
||||
Comment[en_GB]=Edit text files
|
||||
Comment[es]=Edita archivos de texto
|
||||
Comment[et]=Redigeeri tekstifaile
|
||||
Comment[eu]=Editatu testu-fitxategiak
|
||||
Comment[fa]=ویرایش پروندههای متنی
|
||||
Comment[fi]=Muokkaa tekstitiedostoja
|
||||
Comment[fr]=Éditer des fichiers texte
|
||||
Comment[ga]=Eagar comhad Téacs
|
||||
Comment[gu]=લખાણ ફાઇલોમાં ફેરફાર કરો
|
||||
Comment[he]=ערוך קבצי טקסט
|
||||
Comment[hi]=पाठ फ़ाइलें संपादित करें
|
||||
Comment[hr]=Uređivanje tekstualne datoteke
|
||||
Comment[hu]=Szövegfájlok szerkesztése
|
||||
Comment[id]=Edit file teks
|
||||
Comment[it]=Modifica file di testo
|
||||
Comment[ja]=テキストファイルを編集します
|
||||
Comment[kn]=ಪಠ್ಯ ಕಡತಗಳನ್ನು ಸಂಪಾದಿಸು
|
||||
Comment[ko]=텍스트 파일을 편집합니다
|
||||
Comment[lt]=Redaguoti tekstines bylas
|
||||
Comment[lv]=Rediģēt teksta failus
|
||||
Comment[mk]=Уреди текстуални фајлови
|
||||
Comment[ml]=വാചക രചനകള് തിരുത്തുക
|
||||
Comment[mn]=Текст файл боловсруулах
|
||||
Comment[mr]=गद्य फाइल संपादित करा
|
||||
Comment[ms]=Edit fail teks
|
||||
Comment[nb]=Rediger tekstfiler
|
||||
Comment[ne]=पाठ फाइललाई संशोधन गर्नुहोस्
|
||||
Comment[nl]=Tekstbestanden bewerken
|
||||
Comment[nn]=Rediger tekstfiler
|
||||
Comment[no]=Rediger tekstfiler
|
||||
Comment[or]=ପାଠ୍ଯ ଫାଇଲଗୁଡ଼ିକୁ ସମ୍ପାଦନ କରନ୍ତୁ
|
||||
Comment[pa]=ਪਾਠ ਫਾਇਲਾਂ ਸੰਪਾਦਨ
|
||||
Comment[pl]=Edytor plików tekstowych
|
||||
Comment[pt]=Editar ficheiros de texto
|
||||
Comment[pt_BR]=Edite arquivos de texto
|
||||
Comment[ro]=Editare fişiere text
|
||||
Comment[ru]=Редактирование текстовых файлов
|
||||
Comment[sk]=Úprava textových súborov
|
||||
Comment[sl]=Urejanje datotek z besedili
|
||||
Comment[sq]=Përpuno files teksti
|
||||
Comment[sr]=Уређујте текст фајлове
|
||||
Comment[sr@Latn]=Izmeni tekstualne datoteke
|
||||
Comment[sv]=Redigera textfiler
|
||||
Comment[ta]=உரை கோப்புகளை தொகுக்கவும்
|
||||
Comment[th]=แก้ไขแฟ้มข้อความ
|
||||
Comment[tk]=Metin faýllary editle
|
||||
Comment[tr]=Metin dosyaları düzenleyin
|
||||
Comment[uk]=Редактор текстових файлів
|
||||
Comment[vi]=Soạn thảo tập tin văn bản
|
||||
Comment[wa]=Asspougnî des fitchîs tecses
|
||||
Comment[zh_CN]=编辑文本文件
|
||||
Comment[zh_TW]=編輯文字檔
|
||||
TryExec=kitty -e nvim %F
|
||||
Exec=kitty -e nvim %F
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Keywords=Text;editor;
|
||||
Keywords[ckb]=دەق;دەستکاریکەر;
|
||||
Keywords[fr]=Texte;éditeur;
|
||||
Keywords[ru]=текст;текстовый редактор;
|
||||
Keywords[sr]=Текст;едитор;
|
||||
Keywords[tr]=Metin;düzenleyici;
|
||||
Icon=nvim
|
||||
Categories=Utility;TextEditor;
|
||||
StartupNotify=false
|
||||
MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++;
|
||||
@@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Name=Zathura
|
||||
Comment=A minimalistic document viewer
|
||||
Exec=zathura %U
|
||||
Terminal=false
|
||||
NoDisplay=true
|
||||
Categories=Office;Viewer;
|
||||
MimeType=application/pdf;application/oxps;application/epub+zip;application/x-fictionbook;
|
||||
@@ -0,0 +1,66 @@
|
||||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Name[ar]=Zathura
|
||||
Name[ca]=Zathura
|
||||
Name[cs]=Zathura
|
||||
Name[de]=Zathura
|
||||
Name[el]=Zathura
|
||||
Name[eo]=Zathura
|
||||
Name[es]=Zathura
|
||||
Name[es_CL]=Zathura
|
||||
Name[fr]=Zathura
|
||||
Name[he]=Zathura
|
||||
Name[id_ID]=Zathura
|
||||
Name[it]=Zathura
|
||||
Name[lt]=Zathura
|
||||
Name[nl]=Zathura
|
||||
Name[no]=Zathura
|
||||
Name[pl]=Zathura
|
||||
Name[pt_BR]=Zathura
|
||||
Name[ru]=Zathura
|
||||
Name[sv]=Zathura
|
||||
Name[ta_IN]=Zathura
|
||||
Name[tr]=Zathura
|
||||
Name[uk_UA]=Zathura
|
||||
Name=Zathura
|
||||
Comment[ar]=عارض وثائق الحد الأدنى
|
||||
Comment[ca]=Un visualitzador de documents minimalista
|
||||
Comment[cs]=Jednoduchý prohlížeč dokumentů
|
||||
Comment[de]=Ein minimalistischer Dokumenten-Betrachter
|
||||
Comment[el]=Ένας ελαφρύς προβολέας κειμένων
|
||||
Comment[eo]=Malpeza dokumento spektanto
|
||||
Comment[es]=Un visor de documentos minimalista
|
||||
Comment[es_CL]=Un visor de documentos minimalista
|
||||
Comment[fr]=Un visionneur de document minimaliste
|
||||
Comment[he]=מציג מסמכים מינימליסטי
|
||||
Comment[id_ID]=Pembaca dokumen minimalis
|
||||
Comment[it]=Un visualizzatore di documenti minimalista
|
||||
Comment[lt]=Paprasta dokumentų skaitytuvė
|
||||
Comment[nl]=Een minimalistisch documentweergaveprogramma
|
||||
Comment[no]=En minimalistisk dokumentleser
|
||||
Comment[pl]=Minimalistyczna przeglądarka dokumentów
|
||||
Comment[pt_BR]=Um visualizador de documentos minimalista
|
||||
Comment[ru]=Минималистичный просмотрщик документов
|
||||
Comment[sv]=En minimalistisk dokumentvisare
|
||||
Comment[tr]=Minimalist bir belge görüntüleyicisi
|
||||
Comment[uk_UA]=Простий переглядач документів
|
||||
Comment=A minimalistic document viewer
|
||||
Exec=zathura %U
|
||||
# Translators: Icon of the desktop entry.
|
||||
Icon=org.pwmt.zathura
|
||||
Terminal=false
|
||||
Categories=Office;Viewer;
|
||||
# Translators: Search terms to find this application. Do not translate or
|
||||
# localize the semicolons. The list must also end with a semicolon.
|
||||
Keywords[cs]=PDF;PS;PostScript;DjVU;dokument;představení;prohlížeč;
|
||||
Keywords[de]=PDF;Ps;PostScript;DjVU;Dokumente;Presentation;Betrachter;
|
||||
Keywords[es]=PDF;PS;PostScript;DjVU;documento;presentación;visor;
|
||||
Keywords[fr]=PDF;PS;PostScript;DjVU;document;présentation;visionneur;
|
||||
Keywords[it]=PDF;PS;PostScript;DjVU;documenti;presentazioni;lettore;
|
||||
Keywords[nl]=PDF;PS;PostScript;DjVU;document;presentatie;weergave;
|
||||
Keywords[ru]=PDF,PS,PostScript,DjVU,документ,презентация,просмотрщик;
|
||||
Keywords[sv]=PDF;PS;PostScript;DjVU;dokument;presentation;visare;
|
||||
Keywords[tr]=PDF;PS;PostScript;DjVU;dosya;sunum;görüntüleyici
|
||||
Keywords[uk_UA]=PDF;PS;PostScript;DjVU;документ;презентація;переглядач;
|
||||
Keywords=PDF;PS;PostScript;DjVU;document;presentation;viewer;
|
||||
@@ -4,7 +4,7 @@ Name=ranger
|
||||
Comment=Launches the ranger file manager
|
||||
Icon=utilities-terminal
|
||||
Terminal=false
|
||||
Exec=kitty -e ranger
|
||||
Exec=source /home/emh/.zshenv && kitty -c $XDG_CONFIG_HOME/kitty/kitty.conf -e ranger %F
|
||||
Categories=ConsoleOnly;System;FileTools;FileManager
|
||||
MimeType=inode/directory;
|
||||
Keywords=File;Manager;Browser;Explorer;Launcher;Vi;Vim;Python
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=rundll32
|
||||
MimeType=application/x-ms-application;
|
||||
Exec=env WINEPREFIX="/home/emh/.local/share/wineprefixes/osu-stable" wine start /ProgIDOpen Application.Manifest %f
|
||||
NoDisplay=true
|
||||
StartupNotify=true
|
||||
Icon=5742_rundll32.0
|
||||
@@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=rundll32
|
||||
MimeType=application/x-wine-extension-appref-ms;
|
||||
Exec=env WINEPREFIX="/home/emh/.local/share/wineprefixes/osu-stable" wine start /ProgIDOpen Application.Reference %f
|
||||
NoDisplay=true
|
||||
StartupNotify=true
|
||||
Icon=5742_rundll32.0
|
||||
@@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=
|
||||
MimeType=application/x-wine-extension-cetrainer;
|
||||
Exec=env WINEPREFIX="/home/emh/.wine" wine start /ProgIDOpen CheatEngine %f
|
||||
NoDisplay=true
|
||||
StartupNotify=true
|
||||
Icon=9032_Cheat Engine.0
|
||||
@@ -2,7 +2,7 @@
|
||||
Type=Application
|
||||
Name=hh
|
||||
MimeType=application/vnd.ms-htmlhelp;
|
||||
Exec=env WINEPREFIX="/home/emh/.wine" wine start /ProgIDOpen chm.file %f
|
||||
Exec=env WINEPREFIX="/home/emh/.local/share/wineprefixes/osu-stable" wine start /ProgIDOpen chm.file %f
|
||||
NoDisplay=true
|
||||
StartupNotify=true
|
||||
Icon=D15F_hh.0
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=
|
||||
MimeType=application/x-wine-extension-ct;
|
||||
Exec=env WINEPREFIX="/home/emh/.wine" wine start /ProgIDOpen CheatEngine %f
|
||||
NoDisplay=true
|
||||
StartupNotify=true
|
||||
Icon=9032_Cheat Engine.0
|
||||
@@ -2,7 +2,7 @@
|
||||
Type=Application
|
||||
Name=winhlp32
|
||||
MimeType=application/winhlp;
|
||||
Exec=env WINEPREFIX="/home/emh/.wine" wine start /ProgIDOpen hlpfile %f
|
||||
Exec=env WINEPREFIX="/home/emh/.local/share/wineprefixes/osu-stable" wine start /ProgIDOpen hlpfile %f
|
||||
NoDisplay=true
|
||||
StartupNotify=true
|
||||
Icon=C06E_winhlp32.0
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
Type=Application
|
||||
Name=Wine Installer
|
||||
MimeType=application/x-wine-extension-msp;
|
||||
Exec=env WINEPREFIX="/home/emh/.wine" wine start /ProgIDOpen Msi.Patch %f
|
||||
Exec=env WINEPREFIX="/home/emh/.local/share/wineprefixes/osu-stable" wine start /ProgIDOpen Msi.Patch %f
|
||||
NoDisplay=true
|
||||
StartupNotify=true
|
||||
Icon=D23E_msiexec.0
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
Type=Application
|
||||
Name=wscript
|
||||
MimeType=text/vbscript;
|
||||
Exec=env WINEPREFIX="/home/emh/.wine" wine start /ProgIDOpen VBSFile %f
|
||||
Exec=env WINEPREFIX="/home/emh/.local/share/wineprefixes/osu-stable" wine start /ProgIDOpen VBSFile %f
|
||||
NoDisplay=true
|
||||
StartupNotify=true
|
||||
Icon=2905_wscript.0
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=Windows Presentation Foundation Host
|
||||
MimeType=application/xaml+xml;
|
||||
Exec=env WINEPREFIX="/home/emh/.local/share/wineprefixes/osu-stable" wine start /ProgIDOpen Windows.XamlDocument %f
|
||||
NoDisplay=true
|
||||
StartupNotify=true
|
||||
Icon=E538_PresentationHost.0
|
||||
@@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=Windows Presentation Foundation Host
|
||||
MimeType=application/x-ms-xbap;
|
||||
Exec=env WINEPREFIX="/home/emh/.local/share/wineprefixes/osu-stable" wine start /ProgIDOpen Windows.Xbap %f
|
||||
NoDisplay=true
|
||||
StartupNotify=true
|
||||
Icon=E538_PresentationHost.0
|
||||
@@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=LockDown Browser
|
||||
MimeType=x-scheme-handler/rldb;
|
||||
Exec=env WINEPREFIX="/home/emh/.wine" wine start %u
|
||||
NoDisplay=true
|
||||
StartupNotify=true
|
||||
Icon=8E00_LockDownBrowser.0
|
||||
@@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Name=Cheat Engine (32-bit)
|
||||
Exec=env WINEPREFIX="/home/emh/.wine" wine C:\\\\ProgramData\\\\Microsoft\\\\Windows\\\\Start\\ Menu\\\\Programs\\\\Cheat\\ Engine\\ 7.5\\\\Cheat\\ Engine\\ \\(32-bit\\).lnk
|
||||
Type=Application
|
||||
StartupNotify=true
|
||||
Path=/home/emh/.wine/dosdevices/c:/Program Files/Cheat Engine 7.5
|
||||
Icon=CADF_cheatengine-i386.0
|
||||
StartupWMClass=cheatengine-i386.exe
|
||||
@@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Name=Cheat Engine (64-bit SSE4-AVX2)
|
||||
Exec=env WINEPREFIX="/home/emh/.wine" wine C:\\\\ProgramData\\\\Microsoft\\\\Windows\\\\Start\\ Menu\\\\Programs\\\\Cheat\\ Engine\\ 7.5\\\\Cheat\\ Engine\\ \\(64-bit\\ SSE4-AVX2\\).lnk
|
||||
Type=Application
|
||||
StartupNotify=true
|
||||
Path=/home/emh/.wine/dosdevices/c:/Program Files/Cheat Engine 7.5
|
||||
Icon=C5AA_cheatengine-x86_64-SSE4-AVX2.0
|
||||
StartupWMClass=cheatengine-x86_64-sse4-avx2.exe
|
||||
@@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Name=Cheat Engine (64-bit)
|
||||
Exec=env WINEPREFIX="/home/emh/.wine" wine C:\\\\ProgramData\\\\Microsoft\\\\Windows\\\\Start\\ Menu\\\\Programs\\\\Cheat\\ Engine\\ 7.5\\\\Cheat\\ Engine\\ \\(64-bit\\).lnk
|
||||
Type=Application
|
||||
StartupNotify=true
|
||||
Path=/home/emh/.wine/dosdevices/c:/Program Files/Cheat Engine 7.5
|
||||
Icon=C1BF_cheatengine-x86_64.0
|
||||
StartupWMClass=cheatengine-x86_64.exe
|
||||
@@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Name=Cheat Engine help
|
||||
Exec=env WINEPREFIX="/home/emh/.wine" wine C:\\\\ProgramData\\\\Microsoft\\\\Windows\\\\Start\\ Menu\\\\Programs\\\\Cheat\\ Engine\\ 7.5\\\\Cheat\\ Engine\\ help.lnk
|
||||
Type=Application
|
||||
StartupNotify=true
|
||||
Path=/home/emh/.wine/dosdevices/c:/Program Files/Cheat Engine 7.5
|
||||
Icon=C517_CheatEngine.0
|
||||
StartupWMClass=cheatengine.chm
|
||||
@@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Name=Cheat Engine tutorial (64-bit)
|
||||
Exec=env WINEPREFIX="/home/emh/.wine" wine C:\\\\ProgramData\\\\Microsoft\\\\Windows\\\\Start\\ Menu\\\\Programs\\\\Cheat\\ Engine\\ 7.5\\\\Cheat\\ Engine\\ tutorial\\ \\(64-bit\\).lnk
|
||||
Type=Application
|
||||
StartupNotify=true
|
||||
Path=/home/emh/.wine/dosdevices/c:/Program Files/Cheat Engine 7.5
|
||||
Icon=093A_Tutorial-x86_64.0
|
||||
StartupWMClass=tutorial-x86_64.exe
|
||||
@@ -0,0 +1,7 @@
|
||||
[Desktop Entry]
|
||||
Name=Cheat Engine tutorial
|
||||
Exec=env WINEPREFIX="/home/emh/.wine" wine C:\\\\ProgramData\\\\Microsoft\\\\Windows\\\\Start\\ Menu\\\\Programs\\\\Cheat\\ Engine\\ 7.5\\\\Cheat\\ Engine\\ tutorial.lnk
|
||||
Type=Application
|
||||
StartupNotify=true
|
||||
Path=/home/emh/.wine/dosdevices/c:/Program Files/Cheat Engine 7.5
|
||||
StartupWMClass=tutorial-i386.exe
|
||||
@@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Name=Cheat Engine
|
||||
Exec=env WINEPREFIX="/home/emh/.wine" wine C:\\\\ProgramData\\\\Microsoft\\\\Windows\\\\Start\\ Menu\\\\Programs\\\\Cheat\\ Engine\\ 7.5\\\\Cheat\\ Engine.lnk
|
||||
Type=Application
|
||||
StartupNotify=true
|
||||
Path=/home/emh/.wine/dosdevices/c:/Program Files/Cheat Engine 7.5
|
||||
Icon=9032_Cheat Engine.0
|
||||
StartupWMClass=cheat engine.exe
|
||||
@@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Name=Unload kernel module
|
||||
Exec=env WINEPREFIX="/home/emh/.wine" wine C:\\\\ProgramData\\\\Microsoft\\\\Windows\\\\Start\\ Menu\\\\Programs\\\\Cheat\\ Engine\\ 7.5\\\\Kernel\\ stuff\\\\Unload\\ kernel\\ module.lnk
|
||||
Type=Application
|
||||
StartupNotify=true
|
||||
Path=/home/emh/.wine/dosdevices/c:/Program Files/Cheat Engine 7.5
|
||||
Icon=9EC0_Kernelmoduleunloader.0
|
||||
StartupWMClass=kernelmoduleunloader.exe
|
||||
@@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Name=Lua documentation
|
||||
Exec=env WINEPREFIX="/home/emh/.wine" wine C:\\\\ProgramData\\\\Microsoft\\\\Windows\\\\Start\\ Menu\\\\Programs\\\\Cheat\\ Engine\\ 7.5\\\\Lua\\ documentation.lnk
|
||||
Type=Application
|
||||
StartupNotify=true
|
||||
Path=/home/emh/.wine/dosdevices/c:/windows/system32
|
||||
Icon=87F4_notepad.0
|
||||
StartupWMClass=notepad
|
||||
@@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Name=Reset settings
|
||||
Exec=env WINEPREFIX="/home/emh/.wine" wine C:\\\\ProgramData\\\\Microsoft\\\\Windows\\\\Start\\ Menu\\\\Programs\\\\Cheat\\ Engine\\ 7.5\\\\Reset\\ settings.lnk
|
||||
Type=Application
|
||||
StartupNotify=true
|
||||
Path=/home/emh/.wine/dosdevices/c:/Program Files/Cheat Engine 7.5
|
||||
Icon=EFDE_ceregreset.0
|
||||
StartupWMClass=ceregreset.exe
|
||||
@@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Name=Uninstall Cheat Engine
|
||||
Exec=env WINEPREFIX="/home/emh/.wine" wine C:\\\\ProgramData\\\\Microsoft\\\\Windows\\\\Start\\ Menu\\\\Programs\\\\Cheat\\ Engine\\ 7.5\\\\Uninstall\\ Cheat\\ Engine.lnk
|
||||
Type=Application
|
||||
StartupNotify=true
|
||||
Path=/home/emh/.wine/dosdevices/c:/Program Files/Cheat Engine 7.5
|
||||
Icon=DF09_unins000.0
|
||||
StartupWMClass=unins000.exe
|
||||
@@ -0,0 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=Zotero
|
||||
GenericName=Zotero Standalone. Is a free, easy-to-use tool to help you collect, organize, cite, and share your research sources.
|
||||
Icon=zotero
|
||||
Exec=/home/emh/.config/bin/zotero -url %U
|
||||
Categories=Office
|
||||
Terminal=false
|
||||
MimeType=x-scheme-handler/zotero
|
||||
@@ -0,0 +1,3 @@
|
||||
tex/beamerthemedispboard.sty
|
||||
|
||||
markdown-preview needs an extra dependency which breaks lazy
|
||||
@@ -3,6 +3,7 @@
|
||||
# monitor setup
|
||||
if [[ $(cat /etc/hostname) == "gojou" ]]; then
|
||||
bspc monitor DP-0 -d 1 2 3 4 5 101
|
||||
xrandr --output DP-0 --mode 2560x1440 --rate 144
|
||||
bspc monitor HDMI-0 -d 6 7 8 9 102
|
||||
elif [[ $(cat /etc/hostname) == "uzui" ]]; then
|
||||
bspc monitor -d 1 2 3 4 5 6 7 8 9 101
|
||||
@@ -10,15 +11,21 @@ else
|
||||
bspc monitor -d 1 101
|
||||
fi
|
||||
|
||||
echo $(cat /etc/hostname) > "${XDG_CACHE_HOME}"/device_hostname
|
||||
|
||||
bspc wm -O DP-0 HDMI-0
|
||||
|
||||
echo "landscape" > "${XDG_CACHE_HOME}"/window_mode
|
||||
WINDOW_MODE=$(cat "${XDG_CACHE_HOME}"/window_mode)
|
||||
pkill actuator
|
||||
actuator "${XDG_CONFIG_HOME}/actuator/$(cat /etc/hostname)/${WINDOW_MODE}.toml" &
|
||||
|
||||
# change window settings
|
||||
bspc config border_width 2
|
||||
bspc config window_gap 12
|
||||
|
||||
# change tiling settings
|
||||
bspc config split_ratio 0.52
|
||||
bspc config split_ratio 0.5
|
||||
bspc config borderless_monocle true
|
||||
bspc config gapless_monocle true
|
||||
|
||||
@@ -67,6 +74,7 @@ bspc rule -a Element desktop='8'
|
||||
bspc rule -a helvum desktop='9' focus=on follow=on state=floating
|
||||
bspc rule -a Pavucontrol desktop='9' focus=on follow=on state=floating
|
||||
bspc rule -a obs desktop='9' focus=on follow=on
|
||||
bspc rule -a Spotify desktop='7'
|
||||
|
||||
# spotify smh
|
||||
bspc config external_rules_command "$XDG_CONFIG_HOME/bspwm/nprogs.sh"
|
||||
@@ -83,4 +91,5 @@ xset s on
|
||||
xset s 600
|
||||
xss-lock -n /usr/lib/xsecurelock/dimmer -l -- xsec &
|
||||
|
||||
|
||||
# set cursor on
|
||||
xsetroot -cursor_name left_ptr &
|
||||
|
||||
|
After Width: | Height: | Size: 184 B |
|
After Width: | Height: | Size: 286 B |
|
After Width: | Height: | Size: 152 B |
|
After Width: | Height: | Size: 152 B |
|
After Width: | Height: | Size: 54 KiB |
|
After Width: | Height: | Size: 169 B |
|
After Width: | Height: | Size: 24 KiB |
|
After Width: | Height: | Size: 257 B |
|
After Width: | Height: | Size: 287 B |
|
After Width: | Height: | Size: 287 B |
|
After Width: | Height: | Size: 150 B |
|
After Width: | Height: | Size: 150 B |
|
After Width: | Height: | Size: 150 B |
|
After Width: | Height: | Size: 187 B |
|
After Width: | Height: | Size: 224 B |
|
After Width: | Height: | Size: 239 B |
|
After Width: | Height: | Size: 173 B |
|
After Width: | Height: | Size: 173 B |
|
After Width: | Height: | Size: 248 B |
|
After Width: | Height: | Size: 207 B |
|
After Width: | Height: | Size: 270 B |
|
After Width: | Height: | Size: 190 B |
|
After Width: | Height: | Size: 565 B |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 541 B |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 857 B |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 744 B |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 541 B |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 566 B |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 822 B |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 744 B |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 566 B |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 835 B |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 743 B |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 557 B |
|
After Width: | Height: | Size: 1021 B |
|
After Width: | Height: | Size: 851 B |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 741 B |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 557 B |
|
After Width: | Height: | Size: 1021 B |
|
After Width: | Height: | Size: 570 B |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 871 B |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 736 B |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 570 B |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 565 B |
|
After Width: | Height: | Size: 1.1 KiB |
@@ -0,0 +1,429 @@
|
||||
/***********************
|
||||
* fallback mode panel *
|
||||
***********************/
|
||||
PanelWidget,
|
||||
PanelApplet,
|
||||
PanelToplevel {
|
||||
padding: 0;
|
||||
background-color: @theme_bg_color;
|
||||
background-image: none;
|
||||
color: @theme_fg_color;
|
||||
}
|
||||
|
||||
PanelApplet {
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
PanelSeparator {
|
||||
border-width: 0;
|
||||
background-color: @theme_bg_color;
|
||||
background-image: none;
|
||||
color: @theme_fg_color;
|
||||
}
|
||||
|
||||
.gnome-panel-menu-bar,
|
||||
PanelApplet > GtkMenuBar.menubar,
|
||||
PanelApplet > GtkMenuBar.menubar.menuitem,
|
||||
PanelMenuBar.menubar,
|
||||
PanelMenuBar.menubar.menuitem {
|
||||
-Panelpanel-icon-visible: true;
|
||||
|
||||
border-width: 0;
|
||||
background-color: @theme_bg_color;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
PanelAppletFrame {
|
||||
border-width: 0;
|
||||
background-color: @theme_bg_color;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
PanelApplet .button {
|
||||
-GtkButton-inner-border: 2;
|
||||
|
||||
border-width: 0;
|
||||
border-radius: 0;
|
||||
border-color: transparent;
|
||||
background-color: @theme_bg_color;
|
||||
background-image: none;
|
||||
color: @theme_fg_color;
|
||||
}
|
||||
|
||||
PanelApplet .button:active,
|
||||
PanelApplet .button:active:prelight {
|
||||
border-width: 0 ;
|
||||
border-radius: 0;
|
||||
background-color: @theme_selected_bg_color;
|
||||
background-image: none;
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
PanelApplet .button:prelight {
|
||||
background-color: @theme_bg_color;
|
||||
background-image: none;
|
||||
color: shade(@theme_fg_color, 0.7);
|
||||
}
|
||||
|
||||
WnckPager, WnckTasklist {
|
||||
background-color: @theme_bg_color;
|
||||
}
|
||||
|
||||
/************
|
||||
* nautilus *
|
||||
************/
|
||||
.nautilus-canvas-item {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.nautilus-desktop.nautilus-canvas-item {
|
||||
color: white;
|
||||
text-shadow: 1px 1px black;
|
||||
}
|
||||
|
||||
.nautilus-desktop.nautilus-canvas-item:active {
|
||||
color: @theme_fg_color;
|
||||
}
|
||||
|
||||
.nautilus-desktop.nautilus-canvas-item:selected {
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
.nautilus-desktop.nautilus-canvas-item:active,
|
||||
.nautilus-desktop.nautilus-canvas-item:prelight,
|
||||
.nautilus-desktop.nautilus-canvas-item:selected {
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
NautilusWindow .toolbar {
|
||||
border-width: 0;
|
||||
border-style: none;
|
||||
}
|
||||
|
||||
NautilusWindow .sidebar .frame {
|
||||
border-style: none;
|
||||
}
|
||||
|
||||
NautilusWindow > GtkGrid > .pane-separator,
|
||||
NautilusWindow > GtkGrid > .pane-separator:hover {
|
||||
border-width: 0;
|
||||
border-style: none;
|
||||
background-color: @theme_bg_color;
|
||||
}
|
||||
|
||||
NautilusNotebook.notebook tab {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
NautilusNotebook .frame {
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
NautilusQueryEditor .primary-toolbar.toolbar {
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
NautilusQueryEditor .toolbar {
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
NautilusQueryEditor .toolbar:nth-child(2) {
|
||||
|
||||
}
|
||||
|
||||
NautilusQueryEditor .toolbar:last-child,
|
||||
NautilusQueryEditor .primary-toolbar.toolbar:only-child {
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
/******************
|
||||
* gnome terminal *
|
||||
******************/
|
||||
VteTerminal {
|
||||
background-color: @theme_bg_color;
|
||||
color: @theme_fg_color;
|
||||
}
|
||||
|
||||
TerminalWindow GtkNotebook.notebook {
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
TerminalWindow .scrollbars-junction,
|
||||
TerminalWindow .scrollbar.trough {
|
||||
|
||||
}
|
||||
|
||||
TerminalWindow .scrollbar.button,
|
||||
TerminalWindow .scrollbar.button:active,
|
||||
TerminalWindow .scrollbar.button:active:hover {
|
||||
|
||||
}
|
||||
|
||||
TerminalWindow .scrollbar.slider {
|
||||
|
||||
}
|
||||
|
||||
TerminalWindow .scrollbar.slider:hover,
|
||||
TerminalWindow .scrollbar.slider.vertical:hover {
|
||||
|
||||
}
|
||||
|
||||
TerminalWindow .scrollbar.slider:active,
|
||||
TerminalWindow .scrollbar.slider.vertical:active {
|
||||
|
||||
}
|
||||
|
||||
/*********
|
||||
* gedit *
|
||||
*********/
|
||||
GeditWindow .pane-separator,
|
||||
GeditWindow .pane-separator:hover {
|
||||
border-width: 0;
|
||||
border-style: none;
|
||||
background-color: @theme_bg_color;
|
||||
}
|
||||
|
||||
GeditPanel.title GtkLabel {
|
||||
padding: 4px 0;
|
||||
}
|
||||
|
||||
GeditPanel.vertical .title {
|
||||
padding: 4px 0 4px 3px;
|
||||
border-style: none;
|
||||
}
|
||||
|
||||
GeditPanel .toolbar {
|
||||
border-style: none;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
GeditDocumentsPanel .view {
|
||||
background-color: @theme_base_color;
|
||||
}
|
||||
|
||||
GeditPanel.vertical .notebook {
|
||||
padding: 0;
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
GeditPanel.horizontal .notebook {
|
||||
padding: 0;
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
GeditWindow .notebook {
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
GeditPanel .notebook tab,
|
||||
GeditWindow .notebook tab {
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
GeditStatusMenuButton {
|
||||
color: @theme_fg_color;
|
||||
}
|
||||
|
||||
GeditStatusMenuButton.button,
|
||||
GeditStatusMenuButton.button:hover,
|
||||
GeditStatusMenuButton.button:active,
|
||||
GeditStatusMenuButton.button:active:hover {
|
||||
border-image: none;
|
||||
color: @theme_fg_color;
|
||||
}
|
||||
|
||||
GeditStatusMenuButton.button:hover,
|
||||
GeditStatusMenuButton.button:active,
|
||||
GeditStatusMenuButton.button:active:hover {
|
||||
|
||||
}
|
||||
|
||||
GeditStatusMenuButton.button:active {
|
||||
|
||||
}
|
||||
|
||||
GeditViewFrame .gedit-search-slider {
|
||||
padding: 4px;
|
||||
border-width: 0;
|
||||
border-style: none;
|
||||
background-color: @theme_bg_color;
|
||||
}
|
||||
GeditViewFrame .gedit-search-slider .entry {
|
||||
padding: 6px 6px 7px 6px;
|
||||
}
|
||||
GeditViewFrame .gedit-search-slider .not-found {
|
||||
background-color: @error_bg_color;
|
||||
background-image: none;
|
||||
color: @error_fg_color;
|
||||
}
|
||||
|
||||
GeditViewFrame .gedit-search-slider .not-found:selected {
|
||||
background-color: shade(@theme_selected_bg_color, 1.2);
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
GeditFileBrowserWidget .primary-toolbar.toolbar {
|
||||
padding: 2px;
|
||||
border: none;
|
||||
background-color: @theme_bg_color;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.gedit-search-entry-occurrences-tag {
|
||||
color: @theme_text_color;
|
||||
margin: 2px;
|
||||
padding: 2px;
|
||||
}
|
||||
/***************
|
||||
* font-viewer *
|
||||
***************/
|
||||
SushiFontWidget {
|
||||
padding: 6px 12px;
|
||||
}
|
||||
|
||||
/*************
|
||||
* gucharmap *
|
||||
*************/
|
||||
GucharmapChartable {
|
||||
background-color: @theme_base_color;
|
||||
}
|
||||
|
||||
GucharmapChartable:active,
|
||||
GucharmapChartable:focus,
|
||||
GucharmapChartable:selected {
|
||||
background-color: @theme_selected_bg_color;
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
/* gnome-documents */
|
||||
.documents-dropdown,
|
||||
.documents-dropdown .view {
|
||||
background-color: @theme_bg_color;
|
||||
}
|
||||
|
||||
.documents-dropdown.frame {
|
||||
padding: 6px;
|
||||
border-width: 0;
|
||||
border-style: none;
|
||||
}
|
||||
.documents-dropdown .view.radio,
|
||||
.documents-dropdown .view.radio:focus {
|
||||
background-image: url("assets/blank.png");;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.documents-dropdown .view.radio:active,
|
||||
.documents-dropdown .view.radio:active:focus,
|
||||
.documents-dropdown .view.radio:active:hover,
|
||||
.documents-dropdown .view.radio:hover {
|
||||
background-color: transparent;
|
||||
background-image: url("assets/radio-checked.png");
|
||||
}
|
||||
|
||||
.documents-entry-tag {
|
||||
background-color: transparent;
|
||||
color: @theme_text_color;
|
||||
border-width: 0;
|
||||
|
||||
margin: 2px;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.documents-entry-tag:hover {
|
||||
|
||||
}
|
||||
|
||||
.documents-entry-tag.button,
|
||||
.documents-entry-tag.button:focus,
|
||||
.documents-entry-tag.button:hover,
|
||||
.documents-entry-tag.button:hover:focus,
|
||||
.documents-entry-tag.button:active,
|
||||
.documents-entry-tag.button:active:focus {
|
||||
background-color: transparent;
|
||||
border-style: none;
|
||||
box-shadow: none;
|
||||
border-width: 0;
|
||||
|
||||
}
|
||||
|
||||
/* epiphany */
|
||||
|
||||
|
||||
|
||||
/* evince */
|
||||
|
||||
/*********************
|
||||
* NEMO File manager *
|
||||
*********************/
|
||||
/* for breadcrumbs path bar */
|
||||
|
||||
.nemo-pathbar-button,
|
||||
NemoPathbarButton {
|
||||
border-radius: 0;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: @theme_bg_color;
|
||||
background-color: @theme_base_color;
|
||||
color: @theme_text_color;
|
||||
background-image: none;
|
||||
border-image: none;
|
||||
}
|
||||
NemoPathbarButton:active {
|
||||
background-color: @theme_selected_bg_color;
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
NemoPathbarButton:active:hover {
|
||||
background-color: shade(@theme_selected_bg_color, 1.05);
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
NemoPathbarButton:hover {
|
||||
background-color: @theme_base_color;
|
||||
color: shade(@theme_fg_color, 0.7);
|
||||
}
|
||||
|
||||
NemoPathbarButton:insensitive {
|
||||
background-color: shade(@theme_bg_color, 1.04);
|
||||
background-image: none;
|
||||
color: mix(@theme_text_color, @theme_base_color, 0.4);
|
||||
}
|
||||
NemoPathbarButton *:insensitive {
|
||||
|
||||
color: mix(@theme_text_color, @theme_base_color, 0.4);
|
||||
}
|
||||
|
||||
/* For Places Sidebar diskfull indicators */
|
||||
|
||||
NemoPlacesTreeView {
|
||||
-NemoPlacesTreeView-disk-full-bg-color: shade(@theme_bg_color, 0.93);
|
||||
-NemoPlacesTreeView-disk-full-fg-color: @theme_selected_bg_color;
|
||||
}
|
||||
|
||||
NemoPlacesTreeView:selected {
|
||||
-NemoPlacesTreeView-disk-full-bg-color: shade(@theme_bg_color, 0.93);
|
||||
-NemoPlacesTreeView-disk-full-fg-color: shade(@theme_bg_color, 0.5);
|
||||
}
|
||||
|
||||
NemoPlacesTreeView:hover {
|
||||
}
|
||||
|
||||
NemoPlacesTreeView:selected:hover {
|
||||
}
|
||||
|
||||
|
||||
NemoWindow * {
|
||||
|
||||
}
|
||||
|
||||
NemoWindow .view {
|
||||
background-color: @theme_base_color;
|
||||
}
|
||||
|
||||
NemoWindow .rubberband,
|
||||
NemoWindow .view.rubberband {
|
||||
background-color: alpha (@theme_selected_bg_color, 0.3);
|
||||
}
|
||||
/* inactive pane */
|
||||
|
||||
.nemo-inactive-pane .view {
|
||||
background-color: shade(@theme_bg_color, 1.03);
|
||||
}
|
||||