Dotfiles config update (2023-01-05)

This commit is contained in:
q3aql 2023-01-05 20:16:37 +01:00
parent ba78a0959f
commit bc5bf97167
10 changed files with 68 additions and 14 deletions

View File

@ -2,7 +2,7 @@
/* appearance */ /* appearance */
static const unsigned int borderpx = 1; /* border pixel of windows */ 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 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 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 */ 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 showsystray = 1; /* 0 means no systray */
static const int showbar = 1; /* 0 means no bar */ static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */ static const int topbar = 1; /* 0 means bottom bar */
static const char *fonts[] = { "UbuntuMono Nerd Font:size=12" }; static const char *fonts[] = { "UbuntuMono Nerd Font:size=11.5" };
static const char dmenufont[] = "UbuntuMono Nerd Font:size=12"; static const char dmenufont[] = "UbuntuMono Nerd Font:size=11.5";
//static const char col_gray1[] = "#222222"; // Default grey //static const char col_gray1[] = "#222222"; // Default grey
//static const char col_gray1[] = "#2b303b"; // Grey Light //static const char col_gray1[] = "#2b303b"; // Grey Light
//static const char col_gray1[] = "#292d3e"; // Dracula Theme //static const char col_gray1[] = "#292d3e"; // Dracula Theme
@ -30,7 +30,7 @@ static const char *colors[][3] = {
}; };
/* tagging */ /* 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[] = { static const Rule rules[] = {
/* xprop(1): /* xprop(1):

View File

@ -2,7 +2,7 @@
/* appearance */ /* appearance */
static const unsigned int borderpx = 1; /* border pixel of windows */ 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 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 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 */ 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 showsystray = 1; /* 0 means no systray */
static const int showbar = 1; /* 0 means no bar */ static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */ static const int topbar = 1; /* 0 means bottom bar */
static const char *fonts[] = { "UbuntuMono Nerd Font:size=12" }; static const char *fonts[] = { "UbuntuMono Nerd Font:size=11.5" };
static const char dmenufont[] = "UbuntuMono Nerd Font:size=12"; static const char dmenufont[] = "UbuntuMono Nerd Font:size=11.5";
//static const char col_gray1[] = "#222222"; // Default grey //static const char col_gray1[] = "#222222"; // Default grey
//static const char col_gray1[] = "#2b303b"; // Grey Light //static const char col_gray1[] = "#2b303b"; // Grey Light
//static const char col_gray1[] = "#292d3e"; // Dracula Theme //static const char col_gray1[] = "#292d3e"; // Dracula Theme
@ -30,7 +30,7 @@ static const char *colors[][3] = {
}; };
/* tagging */ /* 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[] = { static const Rule rules[] = {
/* xprop(1): /* xprop(1):

View File

@ -2,7 +2,7 @@
/* appearance */ /* appearance */
static const unsigned int borderpx = 1; /* border pixel of windows */ 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 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 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 */ 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 showsystray = 1; /* 0 means no systray */
static const int showbar = 1; /* 0 means no bar */ static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */ static const int topbar = 1; /* 0 means bottom bar */
static const char *fonts[] = { "UbuntuMono Nerd Font:size=12" }; static const char *fonts[] = { "UbuntuMono Nerd Font:size=11.5" };
static const char dmenufont[] = "UbuntuMono Nerd Font:size=12"; static const char dmenufont[] = "UbuntuMono Nerd Font:size=11.5";
//static const char col_gray1[] = "#222222"; // Default grey //static const char col_gray1[] = "#222222"; // Default grey
//static const char col_gray1[] = "#2b303b"; // Grey Light //static const char col_gray1[] = "#2b303b"; // Grey Light
//static const char col_gray1[] = "#292d3e"; // Dracula Theme //static const char col_gray1[] = "#292d3e"; // Dracula Theme
@ -30,7 +30,7 @@ static const char *colors[][3] = {
}; };
/* tagging */ /* 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[] = { static const Rule rules[] = {
/* xprop(1): /* xprop(1):

View File

@ -1 +1 @@
{"theme": "dracula"} {"theme": "default-purple"}

View File

@ -25,7 +25,7 @@ from .keys import mod, keys
#]] #]]
groups = [Group(i) for i in [ 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): for i, group in enumerate(groups):

View File

@ -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"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 MiB

After

Width:  |  Height:  |  Size: 798 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 502 KiB

After

Width:  |  Height:  |  Size: 1.2 MiB

BIN
wallpapers/13.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

BIN
wallpapers/40.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 MiB