Update shit lol

This commit is contained in:
lemon-sh 2021-09-29 18:09:56 +02:00
parent 78143fc4c0
commit 31a04c0560
5 changed files with 16 additions and 15 deletions

View file

@ -1,20 +1,17 @@
urxvt*font: xft:Mononoki Nerd Font:size=12
urxvt*termName: xterm-256color
urxvt*background: #000000
urxvt*font: xft:Ubuntu Mono:size=13
# urxvt*termName: xterm-256color
urxvt*foreground: #cccccc
urxvt*background: #0f0f0f0f
urxvt*scrollBar: false
urxvt*matcher.button: 1
Xft*dpi: 96
Xft*antialias: true
Xft*hinting: full
urxvt*background: rgba:0000/0000/0000/cccc
URxvt.transparent: true
URxvt.tintColor: white
URxvt.shading: 20
URxvt.internalBorder: 10
URxvt.transparent: true
URxvt.tintColor: white
URxvt.shading: 20
URxvt.internalBorder: 20
URxvt*color0: #000000
URxvt*color1: #9e1828
@ -33,6 +30,10 @@ URxvt*color13: #cf9ebe
URxvt*color14: #71bebe
URxvt*color15: #ffffff
URxvt*scrollTtyOutput: false
URxvt*scrollWithBuffer: true
URxvt*scrollTtyKeypress: true
URxvt.iso14755: false
URxvt.iso14755_52: false
URxvt.keysym.C-M-c: builtin-string:

View file

@ -5,4 +5,6 @@ feh --bg-fill ~/wallpaper.png &
~/.dwm/bar.sh &
setxkbmap pl
flameshot &
qbittorrent &
dunst -fn "Mononoki Nerd Font" -corner_radius 2 -frame_width 1 -padding 10 -horizontal_padding 10 -geometry "0x3+50-50" &
dwm

View file

@ -12,7 +12,7 @@ mem() {
clock() {
echo -n "^c#1e222a^^b#668ee3^ 󱑆 "
echo -n "^c#1e222a^^b#7aa2f7^ $(date '+%a, %I:%M %p') "
echo -n "^c#1e222a^^b#7aa2f7^ $(date '+%a | %x | %R') "
}
root() {

1
.gitignore vendored
View file

@ -2,3 +2,4 @@ lemondwm/dwm
lemondwm/config.h
lemondwm/*.o
**/.idea/
backup/

View file

@ -1,8 +1,5 @@
/* See LICENSE file for copyright and license details. */
#define XF86MonBrightnessDown 0x1008ff03
#define XF86MonBrightnessUp 0x1008ff02
/* appearance */
static const unsigned int borderpx = 1; /* border pixel of windows */
static const unsigned int default_border = 1; // to switch back to default border after dynamic border resizing via keybinds
@ -57,7 +54,7 @@ static const char *colors[][3] = {
};
/* tagging */
static const char *tags[] = {"1", "2", "3", "4", "5", "6", "7", "8"};
static const char *tags[] = {"a", "b", "c", "d", "e", "f", "g", "h"};
static const int tagschemes[] = {SchemeTag1, SchemeTag2, SchemeTag3, SchemeTag4,
SchemeTag5, SchemeTag4, SchemeTag2, SchemeTag3