From 31a04c05602ec74f0ed8a2b6e62091c178c97f20 Mon Sep 17 00:00:00 2001 From: lemon-sh Date: Wed, 29 Sep 2021 18:09:56 +0200 Subject: [PATCH] Update shit lol --- .Xdefaults | 21 +++++++++++---------- .dwm/autostart | 2 ++ .dwm/bar.sh | 2 +- .gitignore | 1 + lemondwm/config.def.h | 5 +---- 5 files changed, 16 insertions(+), 15 deletions(-) diff --git a/.Xdefaults b/.Xdefaults index 463ac3f..f5e45e9 100644 --- a/.Xdefaults +++ b/.Xdefaults @@ -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: diff --git a/.dwm/autostart b/.dwm/autostart index 0048513..6d3cfd8 100755 --- a/.dwm/autostart +++ b/.dwm/autostart @@ -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 diff --git a/.dwm/bar.sh b/.dwm/bar.sh index 031b17f..3e9a5bd 100755 --- a/.dwm/bar.sh +++ b/.dwm/bar.sh @@ -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() { diff --git a/.gitignore b/.gitignore index af34e64..f50875c 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ lemondwm/dwm lemondwm/config.h lemondwm/*.o **/.idea/ +backup/ diff --git a/lemondwm/config.def.h b/lemondwm/config.def.h index 091468b..c6829ef 100644 --- a/lemondwm/config.def.h +++ b/lemondwm/config.def.h @@ -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