Skip to content

Commit b48efe0

Browse files
authored
i3lock (mod+insert) + i3lock looks
1 parent a0aff45 commit b48efe0

1 file changed

Lines changed: 34 additions & 5 deletions

File tree

i3/config

Lines changed: 34 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ set $mod Mod4
1313

1414
# Font for window titles. Will also be used by the bar unless a different font
1515
# is used in the bar {} block below.
16-
font pango:monospace 8
16+
font pango:Anonymous Pro 11
1717

1818
# This font is widely installed, provides lots of unicode glyphs, right-to-left
1919
# text rendering and scalability on retina/hidpi displays (thanks to pango).
@@ -37,7 +37,7 @@ bindsym $mod+Return exec urxvt
3737
bindsym $mod+q kill
3838

3939
# start dmenu (a program launcher)
40-
bindsym $mod+d exec dmenu_run
40+
bindsym $mod+x exec dmenu_run
4141
# There also is the (new) i3-dmenu-desktop which only displays applications
4242
# shipping a .desktop file. It is a wrapper around dmenu, so you need that
4343
# installed.
@@ -104,7 +104,7 @@ set $ws6 "6"
104104
set $ws7 "7"
105105
set $ws8 "8"
106106
set $ws9 "9"
107-
set $ws10 "10"
107+
set $ws10 "10: Spotify"
108108

109109
# switch to workspace
110110
bindsym $mod+1 workspace $ws1
@@ -164,13 +164,38 @@ mode "resize" {
164164

165165
bindsym $mod+r mode "resize"
166166

167+
168+
# focus color
169+
set $bg-color #2f343f
170+
set $inactive-bg-color #2f343f
171+
set $text-color #f3f4f5
172+
set $inactive-text-color #676E7D
173+
set $urgent-bg-color #E53935
174+
175+
# window colors
176+
# border background text indicator
177+
client.focused $bg-color $bg-color $text-color #c6a9e8
178+
client.unfocused $inactive-bg-color $inactive-bg-color $inactive-text-color #c6a9e8
179+
client.focused_inactive $inactive-bg-color $inactive-bg-color $inactive-text-color #c6a9e8
180+
client.urgent $urgent-bg-color $urgent-bg-color $text-color #c6a9e8
181+
182+
hide_edge_borders both
183+
167184
# Start i3bar to display a workspace bar (plus the system information i3status
168185
# finds out, if available)
169186
bar {
170-
status_command i3status
187+
status_command i3blocks
188+
colors {
189+
background $bg-color
190+
separator #757575
191+
# border background text
192+
focused_workspace $bg-color $bg-color $text-color
193+
inactive_workspace $inactive-bg-color $inactive-bg-color $inactive-text-color
194+
urgent_workspace $urgent-bg-color $urgent-bg-color $text-color
195+
}
171196
}
172197

173-
bindsym $mod+Insert exec i3lock
198+
bindsym $mod+Insert exec i3lock -i /home/ali/Pictures/Wallpaper/i3lock.png
174199
# Sreen brightness controls
175200
bindsym XF86MonBrightnessUp exec xbacklight -inc 10
176201
bindsym XF86MonBrightnessDown exec xbacklight -dec 10
@@ -186,3 +211,7 @@ bindsym XF86AudioPrev exec playerctl previous0
186211
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume 0 +5% #increase sound volume
187212
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume 0 -5% #decrease sound volume
188213
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute 0 toggle # mute sound
214+
215+
# Wallpaper settings -- replace path below by the path of your pctures - use feh --help for help on scaling
216+
exec_always feh --bg-scale Pictures/Wallpaper/1.jpg
217+

0 commit comments

Comments
 (0)