This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml encoding="UTF-8" version="1.0"?> | |
<actions> | |
<action> | |
<icon>utilities-terminal</icon> | |
<name>Open Terminal Here</name> | |
<unique-id>1556175454383383-1</unique-id> | |
<command>exo-open --working-directory %f --launch TerminalEmulator</command> | |
<description></description> | |
<patterns>*</patterns> | |
<directories/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Configuration] | |
FontName=DejaVu Sans Mono 9 | |
MiscAlwaysShowTabs=FALSE | |
MiscBell=FALSE | |
MiscBellUrgent=FALSE | |
MiscBordersDefault=TRUE | |
MiscCursorBlinks=FALSE | |
MiscCursorShape=TERMINAL_CURSOR_SHAPE_BLOCK | |
MiscDefaultGeometry=100x32 | |
MiscInheritGeometry=FALSE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/conky -d -c | |
## .conkyrc configuration | |
alignment bottom_left | |
background yes | |
border_margin 5 | |
border_width 5 | |
color0 555555 # | |
color1 FCAF3E # zolty | |
color2 2a2a2a # braz | |
color3 a82553 # rozowy f71f84 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Settings] | |
gtk-theme-name = Arc-Dark | |
gtk-icon-theme-name = Tela-dark |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# to generate your dhparam.pem file, run in the terminal | |
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048 |