Skip to content

Commit 5a5fa26

Browse files
committed
dunst
1 parent 44e9671 commit 5a5fa26

File tree

4 files changed

+65
-40
lines changed

4 files changed

+65
-40
lines changed

compton/.config/compton.conf

+2-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ blur-background-exclude = [
4343
# "window_type = 'bar'",
4444
"_GTK_FRAME_EXTENTS@:c"
4545
];
46-
# opacity-rule = [ "80:class_g = 'URxvt'" ];
46+
47+
opacity-rule = [ "95:class_g = 'URxvt'" ];
4748

4849
# Fading
4950
fading = true;

dunst/.config/dunst/dunstrc

+61-15
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,65 @@
1+
2+
# _ _____
3+
# | \| ||\ |(_ |
4+
# |_/|_|| \|__) |
5+
#
6+
17
[global]
2-
font = TerminessTTF Nerd Font 15
3-
transparency = 30
4-
geometry = "300x5-30+20"
5-
alignment = left
6-
follow = none
7-
format = "%s\n%b"
8-
horizontal_padding = 8
8+
font = TamzenForPowerline 12
9+
allow_markup = no
10+
format = "<b>%s</b>\n%b"
11+
sort = yes
912
indicate_hidden = yes
10-
line_height = 10
11-
markup = yes
13+
alignment = right
14+
bounce_freq = 0
15+
show_age_threshold = 60
16+
word_wrap = yes
17+
ignore_newline = no
18+
geometry = "300x8-32+32"
19+
shrink = yes
20+
transparency = 0
21+
idle_threshold = 120
1222
monitor = 0
13-
notification_height = 30
14-
padding = 8
15-
plain_text = no
23+
follow = mouse
24+
sticky_history = yes
25+
history_length = 20
26+
show_indicators = yes
27+
line_height = 0
1628
separator_height = 0
17-
shrink = no
18-
sort = yes
19-
word_wrap = yes
29+
padding = 16
30+
horizontal_padding = 16
31+
separator_color = auto
32+
startup_notification = false
33+
dmenu = /usr/bin/dmenu -p dunst:
34+
browser = /usr/bin/firefox -new-tab
35+
icon_position = off
36+
icon_folders = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/
37+
38+
[frame]
39+
width = 0
40+
color = "#aeb38c"
41+
42+
[shortcuts]
43+
44+
close = ctrl+space
45+
46+
close_all = ctrl+shift+space
47+
48+
history = ctrl+grave
49+
50+
context = ctrl+shift+period
51+
52+
[urgency_low]
53+
background = "#081018"
54+
foreground = "#a3a7a8"
55+
timeout = 2
56+
57+
[urgency_normal]
58+
background = "#081018"
59+
foreground = "#a3a7a8"
60+
timeout = 10
61+
62+
[urgency_critical]
63+
background = "#081018"
64+
foreground = "#a3a7a8"
65+
timeout = 0

i3/.i3/config

+1-21
Original file line numberDiff line numberDiff line change
@@ -124,28 +124,8 @@ mode "resize" {
124124

125125
bindsym $mod+r mode "resize"
126126

127-
########## Styling ##########
128-
###--- i3 coloring ---###
129-
# Make it clear when failed using red - otherwise set i3 colors with wal from xresources
130-
set_from_resource $bg i3wm.color3 #ff0000
131-
set_from_resource $bg-alt i3wm.color0 #ff0000
132-
set_from_resource $fg i3wm.color15 #ff0000
133-
set_from_resource $fg-alt i3wm.color2 #ff0000
134-
set_from_resource $hl i3wm.color4 #ff0000
135-
136-
# class border backgr. text indicator child_border
137-
client.focused $fg-alt $bg $fg $fg-alt $hl
138-
client.focused_inactive $bg $bg-alt $fg $bg $bg
139-
client.unfocused $bg $bg-alt $fg $bg $bg
140-
client.urgent $bg $bg-alt $fg $bg $bg
141-
client.placeholder $bg $bg-alt $fg $bg $bg
142-
143-
client.background $bg
144-
145-
146-
147127
bindsym $mod+Ctrl+l exec --no-startup-id $HOME/.dotfiles/i3/.i3/scripts/i3lock.sh
148-
bindsym $mod+Shift+a exec --no-startup-id wal -i ~/Imagens/Wallpapers -q -a "95" -g
128+
bindsym $mod+Shift+a exec --no-startup-id wal -i ~/Imagens/Wallpapers -q
149129

150130
# Start-up programs
151131
# exec_always --no-startup-id xrandr --output eDP-1 --primary --preferred

xresources/.Xresources

+1-3
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ rofi.window-format: {t}
3030
!-------------------------------------------------------------------------------
3131
Xft.autohint: 0
3232
Xft.dpi: 96
33-
Xft.antialias: true
33+
Xft.antialias: false
3434
Xft.rgba: rgb
3535
Xft.hinting: true
3636
Xft.lcdfilter: lcddefault
@@ -111,8 +111,6 @@ URxvt.pointerBlank: false
111111
*.foreground: nord4
112112
*.background: nord0
113113
*.cursorColor: nord4
114-
*fading: 35
115-
*fadeColor: nord3
116114

117115
*.color0: nord1
118116
*.color1: nord11

0 commit comments

Comments
 (0)