summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/.bin/lay3
-rwxr-xr-xbin/.bin/lay_both2
-rwxr-xr-xbin/.bin/lay_edp2
-rwxr-xr-xbin/.bin/wpa2
-rwxr-xr-xbspwm/.config/bspwm/bspwmrc3
-rwxr-xr-xdunst/.config/dunst/dunstrc6
-rwxr-xr-xpolybar/.config/polybar/config4
-rwxr-xr-xx/.Xresources4
8 files changed, 13 insertions, 13 deletions
diff --git a/bin/.bin/lay b/bin/.bin/lay
index b891ab1..530402a 100755
--- a/bin/.bin/lay
+++ b/bin/.bin/lay
@@ -1,3 +1,2 @@
1#!/bin/sh 1#!/bin/sh
2~/bin/lay_hdmi 2xrandr --output eDP --primary --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI-A-0 --mode 1366x768 --scale 1.25x1.25 --pos 1920x0 --rotate normal --output DisplayPort-0 --off
3xrandr --output HDMI-1 --primary --mode 1366x768 --pos 0x0 --rotate normal --output eDP-1 --mode 1366x768 --pos 1366x0 --rotate normal
diff --git a/bin/.bin/lay_both b/bin/.bin/lay_both
index 245ff20..21eb5ec 100755
--- a/bin/.bin/lay_both
+++ b/bin/.bin/lay_both
@@ -1,2 +1,2 @@
1#!/bin/sh 1#!/bin/sh
2xrandr --output eDP-1 --primary --mode 1366x768 --pos 0x0 --rotate normal --output HDMI-1 --mode 1366x768 --pos 0x0 --rotate normal 2xrandr --output eDP-1 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI-1 --mode 1366x768 --pos 0x0 --rotate normal
diff --git a/bin/.bin/lay_edp b/bin/.bin/lay_edp
index e83d882..39f35c7 100755
--- a/bin/.bin/lay_edp
+++ b/bin/.bin/lay_edp
@@ -1,2 +1,2 @@
1#!/bin/sh 1#!/bin/sh
2xrandr --output eDP-1 --primary --mode 1366x768 --pos 0x0 --rotate normal --output HDMI-1 --off 2xrandr --output eDP-1 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI-1 --off
diff --git a/bin/.bin/wpa b/bin/.bin/wpa
index 89f0141..c37ba15 100755
--- a/bin/.bin/wpa
+++ b/bin/.bin/wpa
@@ -3,7 +3,7 @@
3case "$1" in 3case "$1" in
4 r*) 4 r*)
5 sudo pkill wpa_supplicant 5 sudo pkill wpa_supplicant
6 sudo wpa_supplicant -i wlp3s0 -B -c /etc/wpa_supplicant/wpa_supplicant.conf 6 sudo wpa_supplicant -i wlp3s0 -B -c /etc/wpa_supplicant/wpa_supplicant-wlp3s0.conf
7 ;; 7 ;;
8 n*) 8 n*)
9 sudo wpa_cli -i wlp3s0 select_network "$2" 9 sudo wpa_cli -i wlp3s0 select_network "$2"
diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc
index da6a106..52529ba 100755
--- a/bspwm/.config/bspwm/bspwmrc
+++ b/bspwm/.config/bspwm/bspwmrc
@@ -26,4 +26,5 @@ urxvtd &
26~/.bin/bat_check & 26~/.bin/bat_check &
27picom & 27picom &
28dunst & 28dunst &
29~/.config/polybar/launch.sh 29~/.config/polybar/launch.sh &
30sudo rtcwake -m mem -s 1
diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc
index 21b5612..60b6658 100755
--- a/dunst/.config/dunst/dunstrc
+++ b/dunst/.config/dunst/dunstrc
@@ -67,16 +67,16 @@
67 67
68# Set the background and foreground (text) color for all notifications 68# Set the background and foreground (text) color for all notifications
69[urgency_low] 69[urgency_low]
70background = "#000000" 70background = "#101010"
71foreground = "#eeffff" 71foreground = "#eeffff"
72timeout = 5 72timeout = 5
73 73
74[urgency_normal] 74[urgency_normal]
75background = "#000000" 75background = "#101010"
76foreground = "#eeffff" 76foreground = "#eeffff"
77timeout = 5 77timeout = 5
78 78
79[urgency_critical] 79[urgency_critical]
80background = "#000000" 80background = "#101010"
81foreground = "#eeffff" 81foreground = "#eeffff"
82timeout = 0 82timeout = 0
diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config
index 37609ef..bf137a6 100755
--- a/polybar/.config/polybar/config
+++ b/polybar/.config/polybar/config
@@ -6,7 +6,7 @@ screenchange-reload = true
6background = #00000000 6background = #00000000
7background-alt = ${xrdb:color0:#000} 7background-alt = ${xrdb:color0:#000}
8;foreground = ${xrdb:foreground:#c5c8c6} 8;foreground = ${xrdb:foreground:#c5c8c6}
9foreground = #757474 9foreground = #a3a1a1
10foreground-alt = ${xrdb:colorBD:#444} 10foreground-alt = ${xrdb:colorBD:#444}
11primary = ${xrdb:color4:#ffb52a} 11primary = ${xrdb:color4:#ffb52a}
12secondary = ${xrdb:color3:#e60053} 12secondary = ${xrdb:color3:#e60053}
@@ -17,7 +17,7 @@ alert = ${xrdb:color1:#bd2c40}
17width = 100% 17width = 100%
18height = 20 18height = 20
19;offset-x = 1% 19;offset-x = 1%
20;offset-y = 1% 20offset-y = 0.5%
21radius = 0 21radius = 0
22fixed-center = false 22fixed-center = false
23bottom = false 23bottom = false
diff --git a/x/.Xresources b/x/.Xresources
index 98f8dca..c0e0def 100755
--- a/x/.Xresources
+++ b/x/.Xresources
@@ -4,7 +4,7 @@
4! 4!
5!------------------------------------------------------------------------------ 5!------------------------------------------------------------------------------
6 6
7#define base00 #000000 7#define base00 #101010
8#define base01 #303030 8#define base01 #303030
9#define base02 #353535 9#define base02 #353535
10#define base03 #4A4A4A 10#define base03 #4A4A4A
@@ -48,7 +48,7 @@
48 48
49URxvt.cursorBlink : 1 49URxvt.cursorBlink : 1
50URxvt.font :xft:JetBrainsMono Nerd Font Mono:size=10:style=Regular \ 50URxvt.font :xft:JetBrainsMono Nerd Font Mono:size=10:style=Regular \
51 xft:DejaVu Sans Mono:size=13:style=Medium 51 xft:DejaVu Sans Mono:size=9:style=Medium
52 52
53URxvt.italicFont :xft:JetBrainsMono Nerd Font Mono:size=10:style=Italic 53URxvt.italicFont :xft:JetBrainsMono Nerd Font Mono:size=10:style=Italic
54URxvt.boldFont :xft:JetBrainsMono Nerd Font Mono:size=10:style=Bold 54URxvt.boldFont :xft:JetBrainsMono Nerd Font Mono:size=10:style=Bold