about summary refs log tree commit diff stats
path: root/config/wal/templates
diff options
context:
space:
mode:
Diffstat (limited to 'config/wal/templates')
-rw-r--r--config/wal/templates/6cord.toml11
-rw-r--r--config/wal/templates/colors-wal-dmenu.h6
-rw-r--r--config/wal/templates/colors-wal-dwm.h13
-rw-r--r--config/wal/templates/colors.Xresources58
-rw-r--r--config/wal/templates/dunstrc93
-rw-r--r--config/wal/templates/zathurarc34
6 files changed, 215 insertions, 0 deletions
diff --git a/config/wal/templates/6cord.toml b/config/wal/templates/6cord.toml
new file mode 100644
index 0000000..f267982
--- /dev/null
+++ b/config/wal/templates/6cord.toml
@@ -0,0 +1,11 @@
+[ properties ]
+	true-color = true
+	default-name-color = "{color7}"
+	mention-color = "{color5}"
+	mention-self-color = "{color14}"
+	compact-mode = false
+	syntax-highlight-colorscheme = "native"
+	show-emoji-urls = false
+	obfuscate-words = false
+	shorten-url = false
+
diff --git a/config/wal/templates/colors-wal-dmenu.h b/config/wal/templates/colors-wal-dmenu.h
new file mode 100644
index 0000000..afcbb8d
--- /dev/null
+++ b/config/wal/templates/colors-wal-dmenu.h
@@ -0,0 +1,6 @@
+static const char *colors[SchemeLast][2] = {{
+	/*     fg         bg       */
+	[SchemeNorm] = {{ "{color13}", "{color0}" }},
+	[SchemeSel] = {{ "{color13}", "{color4}" }},
+	[SchemeOut] = {{ "{color13}", "{color8}" }},
+}};
diff --git a/config/wal/templates/colors-wal-dwm.h b/config/wal/templates/colors-wal-dwm.h
new file mode 100644
index 0000000..133c7a3
--- /dev/null
+++ b/config/wal/templates/colors-wal-dwm.h
@@ -0,0 +1,13 @@
+static const char norm_fg[] = "{color13}";
+static const char norm_bg[] = "{color0}";
+static const char norm_border[] = "{color8}";
+
+static const char sel_fg[] = "{color13}";
+static const char sel_bg[] = "{color4}";
+static const char sel_border[] = "{color9}";
+
+static const char *colors[][3]      = {{
+    /*               fg           bg         border                         */
+    [SchemeNorm] = {{ norm_fg,     norm_bg,   norm_border }}, // unfocused wins
+    [SchemeSel]  = {{ sel_fg,      sel_bg,    sel_border }},  // the focused win
+}};
diff --git a/config/wal/templates/colors.Xresources b/config/wal/templates/colors.Xresources
new file mode 100644
index 0000000..480c104
--- /dev/null
+++ b/config/wal/templates/colors.Xresources
@@ -0,0 +1,58 @@
+! 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
new file mode 100644
index 0000000..cea407f
--- /dev/null
+++ b/config/wal/templates/dunstrc
@@ -0,0 +1,93 @@
+[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 = Terminus 9
+    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 -fn "Terminus:style=Regular:pixelsize=12" -nb "{color0}" -nf "{color13}" -sb "{color4}" -sf "{color13}" -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
new file mode 100644
index 0000000..ebfd44a
--- /dev/null
+++ b/config/wal/templates/zathurarc
@@ -0,0 +1,34 @@
+# 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