about summary refs log tree commit diff stats
path: root/config/wal
diff options
context:
space:
mode:
Diffstat (limited to 'config/wal')
-rw-r--r--config/wal/colorschemes/dark/base16-causalagency.json25
-rw-r--r--config/wal/templates/colors-wal-dmenu.h6
-rw-r--r--config/wal/templates/colors.Xresources58
-rw-r--r--config/wal/templates/dunstrc93
-rw-r--r--config/wal/templates/zathurarc35
5 files changed, 0 insertions, 217 deletions
diff --git a/config/wal/colorschemes/dark/base16-causalagency.json b/config/wal/colorschemes/dark/base16-causalagency.json
deleted file mode 100644
index 8b21dfd..0000000
--- a/config/wal/colorschemes/dark/base16-causalagency.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
-    "special": {
-        "background": "#14130e",
-        "foreground": "#b7a980",
-        "cursor": "#72694f"
-    },
-    "colors": {
-        "color0": "#161510",
-        "color1": "#a32810",
-        "color2": "#727a18",
-        "color3": "#a37720",
-        "color4": "#3d6266",
-        "color5": "#7a4955",
-        "color6": "#557a55",
-        "color7": "#8e8463",
-        "color8": "#4c4635",
-        "color9": "#cc3214",
-        "color10": "#8e991e",
-        "color11": "#cc9528",
-        "color12": "#4c7b7f",
-        "color13": "#995b6b",
-        "color14": "#6b996b",
-        "color15": "#ccbc8e"
-    }
-}
diff --git a/config/wal/templates/colors-wal-dmenu.h b/config/wal/templates/colors-wal-dmenu.h
deleted file mode 100644
index d139d56..0000000
--- a/config/wal/templates/colors-wal-dmenu.h
+++ /dev/null
@@ -1,6 +0,0 @@
-static const char *colors[SchemeLast][2] = {{
-	/*     fg         bg       */
-	[SchemeNorm] = {{ "{color4}", "{color0}" }},
-	[SchemeSel] = {{ "{color1}", "{color0}" }},
-	[SchemeOut] = {{ "{color13}", "{color8}" }},
-}};
diff --git a/config/wal/templates/colors.Xresources b/config/wal/templates/colors.Xresources
deleted file mode 100644
index 480c104..0000000
--- a/config/wal/templates/colors.Xresources
+++ /dev/null
@@ -1,58 +0,0 @@
-! X colors.
-! Generated by 'wal'
-*foreground:        {foreground}
-*background:        {background}
-*.foreground:       {foreground}
-*.background:       {background}
-*cursorColor:       {cursor}
-*.cursorColor:      {cursor}
-XTerm*foreground:   {foreground}
-XTerm*background:   {background}
-XTerm*cursorColor:  {cursor}
-
-! Colors 0-15.
-*.color0: {color0}
-*color0:  {color0}
-*.color1: {color1}
-*color1:  {color1}
-*.color2: {color2}
-*color2:  {color2}
-*.color3: {color3}
-*color3:  {color3}
-*.color4: {color4}
-*color4:  {color4}
-*.color5: {color5}
-*color5:  {color5}
-*.color6: {color6}
-*color6:  {color6}
-*.color7: {color7}
-*color7:  {color7}
-*.color8: {color8}
-*color8:  {color8}
-*.color9: {color9}
-*color9:  {color9}
-*.color10: {color10}
-*color10:  {color10}
-*.color11: {color11}
-*color11:  {color11}
-*.color12: {color12}
-*color12:  {color12}
-*.color13: {color13}
-*color13:  {color13}
-*.color14: {color14}
-*color14:  {color14}
-*.color15: {color15}
-*color15:  {color15}
-
-! Black color that will not be affected by bold highlighting.
-*.color66: {color0}
-*color66:  {color0}
-
-! Xclock colors.
-XClock*foreground: {foreground}
-XClock*background: {background}
-XClock*majorColor:  rgba:{color15.xrgba}
-XClock*minorColor:  rgba:{color15.xrgba}
-XClock*hourColor:   rgba:{color15.xrgba}
-XClock*minuteColor: rgba:{color15.xrgba}
-XClock*secondColor: rgba:{color15.xrgba}
diff --git a/config/wal/templates/dunstrc b/config/wal/templates/dunstrc
deleted file mode 100644
index 39a9a5e..0000000
--- a/config/wal/templates/dunstrc
+++ /dev/null
@@ -1,93 +0,0 @@
-[colors]
-	background = "{color8}"
-	foreground = "{color15}"
-
-[global]
-    ### Display ###
-
-    monitor = 0
-    follow = mouse
-
-    geometry = "540x5-10+32"
-    indicate_hidden = yes
-    shrink = yes
-    transparency = 0
-    notification_height = 0
-    separator_height = 3
-    padding = 12
-    horizontal_padding = 12
-    frame_width = 3
-
-    frame_color = "{color10}"
-    separator_color = auto
-    sort = yes
-    idle_threshold = 120
-
-    ### Text ###
-    font = Cozette Medium 8
-    line_height = 0
-
-    markup = full
-
-    # The format of the message.  Possible variables are:
-    #   %a  appname
-    #   %s  summary
-    #   %b  body
-    #   %i  iconname (including its path)
-    #   %I  iconname (without its path)
-    #   %p  progress value if set ([  0%] to [100%]) or nothing
-    #   %n  progress value if set without any extra characters
-    #   %%  Literal %
-    # Markup is allowed
-    format = "<b>%s </b>\n%b"
-    alignment = left
-    show_age_threshold = 60
-    word_wrap = yes
-    ellipsize = middle
-    ignore_newline = no
-    stack_duplicates = true
-    hide_duplicate_count = false
-    show_indicators = yes
-
-    ### Icons ###
-    icon_position = left
-    max_icon_size = 64
-    icon_path = /usr/local/share/icons/Adwaita/16x16/status/:/usr/local/share/icons/Adwaita/16x16/devices/
-
-    ### History ###
-    sticky_history = yes
-    history_length = 20
-
-    ### Misc/Advanced ###
-    dmenu = /usr/local/bin/dmenu -p dunst:
-    browser = /usr/local/bin/firefox -new-tab
-    always_run_script = true
-    title = Dunst
-    class = Dunst
-    startup_notification = false
-    force_xinerama = false
-
-[experimental]
-    per_monitor_dpi = false
-
-[shortcuts]
-    close = ctrl+space
-    close_all = ctrl+shift+space
-    context = ctrl+shift+period
-
-[urgency_low]
-    background = colors.background
-    foreground = colors.foreground
-    timeout = 10
-
-[urgency_normal]
-    background = colors.background
-    foreground = colors.foreground
-    timeout = 10
-
-[urgency_critical]
-    background = colors.background
-    foreground = colors.foreground
-    frame_color = "{color9}"
-    timeout = 0
-# vim: ft=cfg
diff --git a/config/wal/templates/zathurarc b/config/wal/templates/zathurarc
deleted file mode 100644
index 558b341..0000000
--- a/config/wal/templates/zathurarc
+++ /dev/null
@@ -1,35 +0,0 @@
-# actual zathura config
-set recolor "true"
-
-set completion-bg "{color0}"
-set completion-fg "{color15}"
-set completion-group-bg "{color0}"
-set completion-group-fg "{color2}"
-set completion-highlight-bg "{color15}"
-set completion-highlight-fg "{color0}"
-
-set recolor-lightcolor "{color0}"
-set recolor-darkcolor "{color15}"
-set default-bg "{color0}"
-
-set inputbar-bg "{color0}"
-set inputbar-fg "{color15}"
-set notification-bg "{color0}"
-set notification-fg "{color15}"
-set notification-error-bg "{color1}"
-set notification-error-fg "{color15}"
-set notification-warning-bg "{color1}"
-set notification-warning-fg "{color15}"
-set statusbar-bg "{color0}"
-set statusbar-fg "{color15}"
-set index-bg "{color0}"
-set index-fg "{color15}"
-set index-active-bg "{color15}"
-set index-active-fg "{color0}"
-set render-loading-bg "{color0}"
-set render-loading-fg "{color15}"
-
-set window-title-home-tilde true
-set statusbar-basename true
-set selection-clipboard clipboard
-set font "Cozette 10"