diff --git a/.config/dwm/config.def.h b/.config/dwm/config.def.h index 621fdb5..966866f 100644 --- a/.config/dwm/config.def.h +++ b/.config/dwm/config.def.h @@ -2,7 +2,7 @@ /* appearance */ static const unsigned int borderpx = 1; /* border pixel of windows */ -static const unsigned int gappx = 6; /* gaps between windows */ +static const unsigned int gappx = 2; /* gaps between windows */ static const unsigned int snap = 32; /* snap pixel */ static const unsigned int systraypinning = 0; /* 0: sloppy systray follows selected monitor, >0: pin systray to monitor X */ static const unsigned int systrayonleft = 0; /* 0: systray in the right corner, >0: systray on left of status text */ @@ -11,8 +11,8 @@ static const int systraypinningfailfirst = 1; /* 1: if pinning fails, display static const int showsystray = 1; /* 0 means no systray */ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ -static const char *fonts[] = { "UbuntuMono Nerd Font:size=12" }; -static const char dmenufont[] = "UbuntuMono Nerd Font:size=12"; +static const char *fonts[] = { "UbuntuMono Nerd Font:size=11.5" }; +static const char dmenufont[] = "UbuntuMono Nerd Font:size=11.5"; //static const char col_gray1[] = "#222222"; // Default grey //static const char col_gray1[] = "#2b303b"; // Grey Light //static const char col_gray1[] = "#292d3e"; // Dracula Theme @@ -30,7 +30,7 @@ static const char *colors[][3] = { }; /* tagging */ -static const char *tags[] = { "term", "www", "chat", "files", "media", "game", "mail", "dev", "vm" }; +static const char *tags[] = {"[term]","[www]","[chat]","[files]","[media]","[game]","[mail]","[dev]","[vm]"}; static const Rule rules[] = { /* xprop(1): diff --git a/.config/dwm/config.h b/.config/dwm/config.h index 621fdb5..966866f 100644 --- a/.config/dwm/config.h +++ b/.config/dwm/config.h @@ -2,7 +2,7 @@ /* appearance */ static const unsigned int borderpx = 1; /* border pixel of windows */ -static const unsigned int gappx = 6; /* gaps between windows */ +static const unsigned int gappx = 2; /* gaps between windows */ static const unsigned int snap = 32; /* snap pixel */ static const unsigned int systraypinning = 0; /* 0: sloppy systray follows selected monitor, >0: pin systray to monitor X */ static const unsigned int systrayonleft = 0; /* 0: systray in the right corner, >0: systray on left of status text */ @@ -11,8 +11,8 @@ static const int systraypinningfailfirst = 1; /* 1: if pinning fails, display static const int showsystray = 1; /* 0 means no systray */ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ -static const char *fonts[] = { "UbuntuMono Nerd Font:size=12" }; -static const char dmenufont[] = "UbuntuMono Nerd Font:size=12"; +static const char *fonts[] = { "UbuntuMono Nerd Font:size=11.5" }; +static const char dmenufont[] = "UbuntuMono Nerd Font:size=11.5"; //static const char col_gray1[] = "#222222"; // Default grey //static const char col_gray1[] = "#2b303b"; // Grey Light //static const char col_gray1[] = "#292d3e"; // Dracula Theme @@ -30,7 +30,7 @@ static const char *colors[][3] = { }; /* tagging */ -static const char *tags[] = { "term", "www", "chat", "files", "media", "game", "mail", "dev", "vm" }; +static const char *tags[] = {"[term]","[www]","[chat]","[files]","[media]","[game]","[mail]","[dev]","[vm]"}; static const Rule rules[] = { /* xprop(1): diff --git a/.config/dwm/config.h.dmenu-version b/.config/dwm/config.h.dmenu-version index d5d2b80..7db2aac 100644 --- a/.config/dwm/config.h.dmenu-version +++ b/.config/dwm/config.h.dmenu-version @@ -2,7 +2,7 @@ /* appearance */ static const unsigned int borderpx = 1; /* border pixel of windows */ -static const unsigned int gappx = 6; /* gaps between windows */ +static const unsigned int gappx = 2; /* gaps between windows */ static const unsigned int snap = 32; /* snap pixel */ static const unsigned int systraypinning = 0; /* 0: sloppy systray follows selected monitor, >0: pin systray to monitor X */ static const unsigned int systrayonleft = 0; /* 0: systray in the right corner, >0: systray on left of status text */ @@ -11,8 +11,8 @@ static const int systraypinningfailfirst = 1; /* 1: if pinning fails, display static const int showsystray = 1; /* 0 means no systray */ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ -static const char *fonts[] = { "UbuntuMono Nerd Font:size=12" }; -static const char dmenufont[] = "UbuntuMono Nerd Font:size=12"; +static const char *fonts[] = { "UbuntuMono Nerd Font:size=11.5" }; +static const char dmenufont[] = "UbuntuMono Nerd Font:size=11.5"; //static const char col_gray1[] = "#222222"; // Default grey //static const char col_gray1[] = "#2b303b"; // Grey Light //static const char col_gray1[] = "#292d3e"; // Dracula Theme @@ -30,7 +30,7 @@ static const char *colors[][3] = { }; /* tagging */ -static const char *tags[] = { "term", "www", "chat", "files", "media", "game", "mail", "dev", "vm" }; +static const char *tags[] = {"[term]", "[www]", "[chat]", "[files]", "[media]", "[game]", "[mail]", "[dev]", "[vm]" }; static const Rule rules[] = { /* xprop(1): diff --git a/.config/qtile/config.json b/.config/qtile/config.json index c086430..1ac8a0d 100644 --- a/.config/qtile/config.json +++ b/.config/qtile/config.json @@ -1 +1 @@ -{"theme": "dracula"} +{"theme": "default-purple"} diff --git a/.config/qtile/settings/groups.py b/.config/qtile/settings/groups.py index c3b993a..3149788 100644 --- a/.config/qtile/settings/groups.py +++ b/.config/qtile/settings/groups.py @@ -25,7 +25,7 @@ from .keys import mod, keys #]] groups = [Group(i) for i in [ - "term", "www", "chat", "files", "media", "game", "mail", "dev", "vm", + "[term]","[www]","[chat]","[files]","[media]","[game]","[mail]","[dev]","[vm]", ]] for i, group in enumerate(groups): diff --git a/.config/qtile/themes/default-purple.json b/.config/qtile/themes/default-purple.json new file mode 100644 index 0000000..761ad03 --- /dev/null +++ b/.config/qtile/themes/default-purple.json @@ -0,0 +1,54 @@ +{ + "dark": [ + "#222133", + "#222133" + ], + "grey": [ + "#434758", + "#434758" + ], + "light": [ + "#ffffff", + "#ffffff" + ], + "text": [ + "#292d3e", + "#292d3e" + ], + "focus": [ + "#664477", + "#664477" + ], + "urgent": [ + "#ff5555", + "#ff5555" + ], + "active": [ + "#f1ffff", + "#f1ffff" + ], + "inactive": [ + "#d3d3d3", + "#d3d3d3" + ], + "color1": [ + "#ff5555", + "#ff5555" + ], + "color2": [ + "#A77AC4", + "#A77AC4" + ], + "color3": [ + "#7197E7", + "#7197E7" + ], + "color4": [ + "#A77AC4", + "#A77AC4" + ], + "color5": [ + "#ffb86c", + "#ffb86c" + ] +} diff --git a/examples/dwm.png b/examples/dwm.png index 98ffc63..e72e50f 100644 Binary files a/examples/dwm.png and b/examples/dwm.png differ diff --git a/examples/qtile.png b/examples/qtile.png index 8400714..ac42dbd 100644 Binary files a/examples/qtile.png and b/examples/qtile.png differ diff --git a/wallpapers/13.jpg b/wallpapers/13.jpg new file mode 100644 index 0000000..e95d17c Binary files /dev/null and b/wallpapers/13.jpg differ diff --git a/wallpapers/40.jpg b/wallpapers/40.jpg new file mode 100644 index 0000000..8c2205a Binary files /dev/null and b/wallpapers/40.jpg differ