This file contains hidden or 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 file for CAVA. Default values are commented out. Use either ';' or '#' for commenting. | |
[general] | |
# Smoothing mode. Can be 'normal', 'scientific' or 'waves'. DEPRECATED as of 0.6.0 | |
; mode = normal | |
# Accepts only non-negative values. | |
; framerate = 60 |
This file contains hidden or 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
(begin | |
(spawn_async (str "xprop -id " (window_xid) " -f _KDE_NET_WM_BLUR_BEHIND_REGION 32c -set _KDE_NET_WM_BLUR_BEHIND_REGION 0 ")) | |
(spawn_async (str "xprop -id " (window_xid) " -f _NET_WM_WINDOW_OPACITY 32c -set _NET_WM_WINDOW_OPACITY 0xdfffffff")) | |
) |
This file contains hidden or 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
import requests | |
import terminatorlib.plugin as plugin | |
from gi.repository import Gtk | |
from terminatorlib.config import ConfigBase | |
from terminatorlib.translation import _ | |
from terminatorlib.util import get_config_dir, err, dbg, gerr | |
AVAILABLE = ['TerminatorThemes'] | |
class TerminatorThemes(plugin.Plugin): |
This file contains hidden or 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
function _git_branch_name | |
echo (command git symbolic-ref HEAD ^/dev/null | sed -e 's|^refs/heads/||') | |
end | |
function _is_git_dirty | |
# set -l show_untracked (git config --bool bash.showUntrackedFiles) | |
# set untracked '' | |
# if [ "$theme_display_git_untracked" = 'no' -o "$show_untracked" = 'false' ] | |
# set untracked '--untracked-files=no' | |
# end |
This file contains hidden or 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
[General] | |
ActiveFocusedTabColor=78,78,78 | |
ActiveTextColor=239,240,241 | |
ActiveTextShadowColor=142,142,142,255 | |
ActiveUnfocusedTabColor=120,120,120 | |
Animation=0 | |
InactiveFocusedTabColor=120,120,120 | |
InactiveTextColor=120,120,120 | |
InactiveTextShadowColor=255,255,255,255 | |
InactiveUnfocusedTabColor=120,120,120 |
This file contains hidden or 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
[%General] | |
author=Eliver Lara | |
comment=A dark and modern theme for Kvantum. | |
x11drag=menubar_and_primary_toolbar | |
alt_mnemonic=true | |
left_tabs=true | |
attach_active_tab=true | |
mirror_doc_tabs=true | |
group_toolbar_buttons=false | |
toolbar_item_spacing=1 |
This file contains hidden or 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
import requests | |
import terminatorlib.plugin as plugin | |
import gtk as Gtk | |
from terminatorlib.config import ConfigBase | |
from terminatorlib.translation import _ | |
from terminatorlib.util import get_config_dir, err, dbg, gerr | |
AVAILABLE = ['TerminatorThemes'] | |
class TerminatorThemes(plugin.Plugin): |
This file contains hidden or 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
[ | |
{ | |
"name": "3024 Night", | |
"palette": "#090300:#db2d20:#01a252:#fded02:#01a0e4:#a16a94:#b5e4f4:#a5a2a2:#5c5855:#e8bbd0:#3a3432:#4a4543:#807d7c:#d6d5d4:#cdab53:#f7f7f7", | |
"background_color": "#090300", | |
"cursor_color": "#a5a2a2", | |
"foreground_color": "#a5a2a2", | |
"background_image": "None", | |
"type": "dark" | |
}, |