aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatarLibravatar Biswakalyan Bhuyan <biswa@surgot.in> 2022-03-02 19:48:57 +0530
committerLibravatarLibravatar Biswakalyan Bhuyan <biswa@surgot.in> 2022-03-02 19:48:57 +0530
commitab8fdfa1a0efcc8a8091b6bf23c540fb9626126a (patch)
treeb083f9b5cdae2ed54023a8461945add353a4503a
parente92dad4d873d8d883e50f70626d1fb13760f0431 (diff)
downloaddmenu-ab8fdfa1a0efcc8a8091b6bf23c540fb9626126a.tar.gz
dmenu-ab8fdfa1a0efcc8a8091b6bf23c540fb9626126a.tar.bz2
dmenu-ab8fdfa1a0efcc8a8091b6bf23c540fb9626126a.zip
Modification
-rw-r--r--config.h4
-rwxr-xr-xdmenubin43800 -> 43800 bytes
-rw-r--r--dmenu.c12
-rw-r--r--dmenu.obin42664 -> 42664 bytes
-rw-r--r--drw.c12
-rw-r--r--stest.c12
-rw-r--r--util.c12
7 files changed, 2 insertions, 50 deletions
diff --git a/config.h b/config.h
index e8b25ea..3516a47 100644
--- a/config.h
+++ b/config.h
@@ -12,8 +12,8 @@ static const char *prompt = NULL; /* -p option; prompt to the left of
static const char *colors[SchemeLast][2] = {
/* fg bg */
[SchemeNorm] = { "#b3b3b3", "#080808" },
- [SchemeSel] = { "#ffffff", "#ff55aa" },
- [SchemeSelHighlight] = { "#b3b3b3", "#1a1a1a" },
+ [SchemeSel] = { "#ffffff", "#8e00ff" },
+ [SchemeSelHighlight] = { "#b3b3b3", "#aa33ff" },
[SchemeNormHighlight] = { "#b3b3b3", "#1a1a1a" },
[SchemeOut] = { "#b3b3b3", "#080808" },
[SchemeOutHighlight] = { "#080808", "#e5e5e5" },
diff --git a/dmenu b/dmenu
index 0af48d1..9b02f39 100755
--- a/dmenu
+++ b/dmenu
Binary files differ
diff --git a/dmenu.c b/dmenu.c
index 6b110f0..42262b0 100644
--- a/dmenu.c
+++ b/dmenu.c
@@ -1,15 +1,3 @@
-/*
-// . . .
-// | | | .
-// ,-. ,-. |-. ,-. . ,-. | ,_, ,-. ,-. |-. ,-,-. . |- ,_,
-// | | ,-| | | | | |-' | / `-. | | | | | | | | /
-// `-| `-^ ^-' ' ' `-' `' '"' `-' `-' ' ' ' ' ' ' `' '"'
-// ,|
-// `'
-// GITHUB:https://github.com/gabrielzschmitz
-// INSTAGRAM:https://www.instagram.com/gabrielz.schmitz/
-// DOTFILES:https://github.com/gabrielzschmitz/dotfiles/
-*/
/* See LICENSE file for copyright and license details. */
#include <ctype.h>
#include <locale.h>
diff --git a/dmenu.o b/dmenu.o
index a5e8114..d26eb14 100644
--- a/dmenu.o
+++ b/dmenu.o
Binary files differ
diff --git a/drw.c b/drw.c
index acda2ec..4cdbcbe 100644
--- a/drw.c
+++ b/drw.c
@@ -1,15 +1,3 @@
-/*
-// . . .
-// | | | .
-// ,-. ,-. |-. ,-. . ,-. | ,_, ,-. ,-. |-. ,-,-. . |- ,_,
-// | | ,-| | | | | |-' | / `-. | | | | | | | | /
-// `-| `-^ ^-' ' ' `-' `' '"' `-' `-' ' ' ' ' ' ' `' '"'
-// ,|
-// `'
-// GITHUB:https://github.com/gabrielzschmitz
-// INSTAGRAM:https://www.instagram.com/gabrielz.schmitz/
-// DOTFILES:https://github.com/gabrielzschmitz/dotfiles/
-*/
/* See LICENSE file for copyright and license details. */
#include <stdio.h>
#include <stdlib.h>
diff --git a/stest.c b/stest.c
index 47c7d43..e27d3a5 100644
--- a/stest.c
+++ b/stest.c
@@ -1,15 +1,3 @@
-/*
-// . . .
-// | | | .
-// ,-. ,-. |-. ,-. . ,-. | ,_, ,-. ,-. |-. ,-,-. . |- ,_,
-// | | ,-| | | | | |-' | / `-. | | | | | | | | /
-// `-| `-^ ^-' ' ' `-' `' '"' `-' `-' ' ' ' ' ' ' `' '"'
-// ,|
-// `'
-// GITHUB:https://github.com/gabrielzschmitz
-// INSTAGRAM:https://www.instagram.com/gabrielz.schmitz/
-// DOTFILES:https://github.com/gabrielzschmitz/dotfiles/
-*/
/* See LICENSE file for copyright and license details. */
#include <sys/stat.h>
diff --git a/util.c b/util.c
index edc6a3f..fe044fc 100644
--- a/util.c
+++ b/util.c
@@ -1,15 +1,3 @@
-/*
-// . . .
-// | | | .
-// ,-. ,-. |-. ,-. . ,-. | ,_, ,-. ,-. |-. ,-,-. . |- ,_,
-// | | ,-| | | | | |-' | / `-. | | | | | | | | /
-// `-| `-^ ^-' ' ' `-' `' '"' `-' `-' ' ' ' ' ' ' `' '"'
-// ,|
-// `'
-// GITHUB:https://github.com/gabrielzschmitz
-// INSTAGRAM:https://www.instagram.com/gabrielz.schmitz/
-// DOTFILES:https://github.com/gabrielzschmitz/dotfiles/
-*/
/* See LICENSE file for copyright and license details. */
#include <stdarg.h>
#include <stdio.h>