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/templates/6cord.toml14
-rw-r--r--config/wal/templates/colors-wal-dwm.h13
-rw-r--r--config/wal/templates/dunstrc2
-rw-r--r--config/wal/templates/zathurarc2
4 files changed, 2 insertions, 29 deletions
diff --git a/config/wal/templates/6cord.toml b/config/wal/templates/6cord.toml
deleted file mode 100644
index 52b5321..0000000
--- a/config/wal/templates/6cord.toml
+++ /dev/null
@@ -1,14 +0,0 @@
-# comment to get vim to recognize the ft
-token = ""
-[ properties ]
-	true-color = false
-	default-name-color = "{color7}"
-	mention-color = "{color5}"
-	mention-self-color = "{color14}"
-	compact-mode = false
-	syntax-highlight-colorscheme = "native"
-	show-emoji-urls = false
-	shorten-url = false
-	command-prefix = "[${{CHANNEL}}] "
-	default-status = ""
-
diff --git a/config/wal/templates/colors-wal-dwm.h b/config/wal/templates/colors-wal-dwm.h
deleted file mode 100644
index eeea645..0000000
--- a/config/wal/templates/colors-wal-dwm.h
+++ /dev/null
@@ -1,13 +0,0 @@
-static const char norm_fg[] = "{color4}";
-static const char norm_bg[] = "{color0}";
-static const char norm_border[] = "{color8}";
-
-static const char sel_fg[] = "{color1}";
-static const char sel_bg[] = "{color0}";
-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/dunstrc b/config/wal/templates/dunstrc
index 61972d6..39a9a5e 100644
--- a/config/wal/templates/dunstrc
+++ b/config/wal/templates/dunstrc
@@ -24,7 +24,7 @@
     idle_threshold = 120
 
     ### Text ###
-    font = Terminus Medium 8
+    font = Cozette Medium 8
     line_height = 0
 
     markup = full
diff --git a/config/wal/templates/zathurarc b/config/wal/templates/zathurarc
index ebb74ca..558b341 100644
--- a/config/wal/templates/zathurarc
+++ b/config/wal/templates/zathurarc
@@ -32,4 +32,4 @@ set render-loading-fg "{color15}"
 set window-title-home-tilde true
 set statusbar-basename true
 set selection-clipboard clipboard
-set font "SauceCodePro Nerd Font Mono 10"
+set font "Cozette 10"
/a> 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284