File tree 4 files changed +65
-40
lines changed
4 files changed +65
-40
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,8 @@ blur-background-exclude = [
43
43
# "window_type = 'bar'",
44
44
"_GTK_FRAME_EXTENTS@:c"
45
45
];
46
- # opacity-rule = [ "80:class_g = 'URxvt'" ];
46
+
47
+ opacity-rule = [ "95:class_g = 'URxvt'" ];
47
48
48
49
# Fading
49
50
fading = true;
Original file line number Diff line number Diff line change
1
+
2
+ # _ _____
3
+ # | \| ||\ |(_ |
4
+ # |_/|_|| \|__) |
5
+ #
6
+
1
7
[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
9
12
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
12
22
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
16
28
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
Original file line number Diff line number Diff line change @@ -124,28 +124,8 @@ mode "resize" {
124
124
125
125
bindsym $mod+r mode "resize"
126
126
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
-
147
127
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
149
129
150
130
# Start-up programs
151
131
# exec_always --no-startup-id xrandr --output eDP-1 --primary --preferred
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ rofi.window-format: {t}
30
30
!-------------------------------------------------------------------------------
31
31
Xft.autohint: 0
32
32
Xft.dpi: 96
33
- Xft.antialias: true
33
+ Xft.antialias: false
34
34
Xft.rgba: rgb
35
35
Xft.hinting: true
36
36
Xft.lcdfilter: lcddefault
@@ -111,8 +111,6 @@ URxvt.pointerBlank: false
111
111
*.foreground: nord4
112
112
*.background: nord0
113
113
*.cursorColor: nord4
114
- *fading: 35
115
- *fadeColor: nord3
116
114
117
115
*.color0: nord1
118
116
*.color1: nord11
You can’t perform that action at this time.
0 commit comments