summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorYigit Sever2021-10-13 16:34:04 +0300
committerYigit Sever2021-10-13 16:34:04 +0300
commit0806b6150cab08cb0525eef337cd88c969054ae1 (patch)
tree5b7d5f6524b803242420605926b7f03653df2470 /.config
parent59f586eb1334c4d370ed5cb4bb59b13d95f22ec3 (diff)
downloaddotfiles-0806b6150cab08cb0525eef337cd88c969054ae1.tar.gz
dotfiles-0806b6150cab08cb0525eef337cd88c969054ae1.tar.bz2
dotfiles-0806b6150cab08cb0525eef337cd88c969054ae1.zip
lowe: setup
diffstat (limited to '.config')
-rw-r--r--.config/i3/config##h.lowe282
-rw-r--r--.config/polybar/config##h.lowe178
2 files changed, 158 insertions, 302 deletions
diff --git a/.config/i3/config##h.lowe b/.config/i3/config##h.lowe
index 2e5a8c4..b486760 100644
--- a/.config/i3/config##h.lowe
+++ b/.config/i3/config##h.lowe
@@ -1,124 +1,137 @@
1# i3 config file (v4) 1# vim: filetype=i3config
2# Please see https://i3wm.org/docs/userguide.html for a complete reference! 2# https://i3wm.org/docs/userguide.html
3 3
4# set modifiers 4# set modifiers
5set $mod Mod4 5set $mod Mod4
6set $alt Mod1 6set $alt Mod1
7 7
8# launch polybar 8# use mouse+$mod to drag floating windows to their wanted position
9exec --no-startup-id $HOME/.config/polybar/launch.sh & 9floating_modifier $alt
10 10
11# launch spliffer + notification 11## autostart
12exec --no-startup-id $HOME/bin/watch_incoming.sh 12exec --no-startup-id xsettingsd &
13exec --no-startup-id picom -b
14exec --no-startup-id flashfocus &
15exec --no-startup-id nextcloud &
16exec --no-startup-id copyq &
17exec --no-startup-id redshift &
18exec --no-startup-id nm-applet &
19exec --no-startup-id udiskie --automount --file-manager thunar --tray --notify &
20exec --no-startup-id /usr/lib/pam_kwallet_init
21exec --no-startup-id remind -z -k'dunstify -i "calendar" "⏰ reminder!" "%s" &' ~/.reminders &
22exec --no-startup-id /home/yigit/.local/bin/pulse-volume-watcher.py | xob -m 80 &
23exec --no-startup-id $HOME/.config/polybar/launch.sh &
13 24
14# start the screensaver, '' at the end is not a typo 25# start the screensaver, '' at the end is not a typo
15exec --no-startup-id xidlehook --not-when-fullscreen --not-when-audio --timer normal 300 'betterlockscreen -l dimblur -t "Welcome Back"' '' 26exec --no-startup-id xidlehook --not-when-fullscreen --not-when-audio --timer normal 300 'betterlockscreen -l dimblur -t "Welcome Back"' ''
16 27
17# flash the active window 28# swap caps lock and escape, set keyboard layout
18exec_always--no-startup-id flashfocus 29exec --no-startup-id setxkbmap -model pc105 -layout us -variant colemak -option caps:backspace
19 30
20# Font for window titles 31# tap ctrl to esc, hold ctrl to ctrl
21font pango:Lato 11 32exec --no-startup-id xcape -e 'Control_L=Escape' &
22 33
23# Use Mouse+$mod to drag floating windows to their wanted position 34# set the wallpaper
24floating_modifier $alt 35exec --no-startup-id ~/.fehbg
36
37# font for window titles
38font pango:Iosevka 11
25 39
26gaps inner 5 40gaps inner 5
27gaps outer 0 41gaps outer 0
28 42
29############## 43## bindings
30# bindings # 44# done, {task,time}warrior control suite
31############## 45bindcode $mod+42 exec --no-startup-id ~/.local/bin/done
46
47# type the contents of the clipboard with mod+p
48bindcode --release $mod+27 exec --no-startup-id ~/.local/bin/type_clipboard.sh
32 49
33# i switched back to firefox can you tell 50# launch emoji picker with mod+c
34bindsym Ctrl+q exec --no-startup-id true 51bindcode $mod+54 exec --no-startup-id rofimoji --skin-tone neutral
35 52
36# get the mouse out of the way 53# get the mouse out of the way
37bindsym $mod+o exec --no-startup-id xdotool mousemove 1920 1080 54bindsym $mod+32 exec --no-startup-id xdotool mousemove 1920 1080
38 55
39# bookmark from clipboard 56# bookmark from clipboard
40bindsym $mod+u exec --no-startup-id ~/bin/bukuadd_c 57bindcode $mod+30 exec --no-startup-id ~/.local/bin/bukuadd_c
41
42# add taskwarrior/gtd calendar item
43bindsym $mod+Shift+t exec --no-startup-id ~/bin/td
44
45# add taskwarrior/gtd inbox item
46bindsym $mod+Shift+i exec --no-startup-id ~/bin/in
47
48# swap caps lock and escape, set keyboard layout, 35 is ]/ü (layout agnostic)
49bindcode $mod+35 exec --no-startup-id "setxkbmap -model pc105 -layout us,us,tr -variant ,colemak, -option grp:alt_shift_toggle,caps:backspace"
50 58
51# use flameshot with print screen 59# use flameshot with print screen
52bindsym Print exec flameshot gui 60bindsym Print exec flameshot gui
53 61
54# media keys 62# media keys
55bindsym XF86AudioRaiseVolume exec --no-startup-id "amixer set Master 2%+ && volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1)" 63bindsym XF86AudioRaiseVolume exec --no-startup-id amixer set Master 2%+
56bindsym XF86AudioLowerVolume exec --no-startup-id "amixer set Master 2%- && volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1)" 64bindsym XF86AudioLowerVolume exec --no-startup-id amixer set Master 2%-
57bindsym XF86AudioMute exec --no-startup-id "amixer set Master toggle && if amixer get Master | grep -Fq '[off]'; then volnoti-show -m; else volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1); fi" 65bindsym XF86AudioMute exec --no-startup-id amixer set Master toggle
58bindsym XF86AudioPlay exec --no-startup-id playerctl play-pause 66bindsym XF86AudioPlay exec --no-startup-id playerctl play-pause # for spotify
59bindsym XF86AudioPrev exec --no-startup-id playerctl previous 67bindsym XF86AudioPrev exec --no-startup-id playerctl previous
60bindsym XF86AudioNext exec --no-startup-id playerctl next 68bindsym XF86AudioNext exec --no-startup-id playerctl next
69bindsym XF86Tools exec --no-startup-id mpc toggle # for mpd/ncmpcpp
61 70
62# Make the currently focused window a scratchpad 71# make the currently focused window a scratchpad
63bindsym $mod+Shift+minus move scratchpad 72bindcode $mod+Shift+20 move scratchpad
64 73
65# Show the first scratchpad window 74# show the first scratchpad window
66bindsym $mod+minus scratchpad show 75bindcode $mod+20 scratchpad show
67 76
68# shortcuts for frequent programs 77# pause notifications for a while with mod+shift+y
69bindsym $mod+Shift+z exec zotero 78bindcode $mod+Shift+32 exec ~/.local/bin/toggle_notifications.sh
70bindsym $mod+Shift+f exec pcmanfm
71 79
80## shortcuts for frequent programs
81
82# zotero on mod+shift+z
83bindcode $mod+Shift+52 exec zotero
84# thunar on mod+shift+t
85bindcode $mod+Shift+41 exec thunar
72# start a terminal 86# start a terminal
73bindsym $mod+Return exec kitty 87bindsym $mod+Return exec kitty
88# start rofi with mod+s
89bindcode $mod+40 exec rofi -show combi
90# launch the poweroff menu
91bindsym $mod+Shift+Escape exec --no-startup-id ~/.local/bin/power.sh
74 92
75# kill focused window 93# kill focused window
76bindsym $mod+Shift+q kill 94bindcode $mod+Shift+24 kill
77bindsym --whole-window $mod+button2 kill 95bindsym --whole-window $mod+button2 kill
78 96
79# start rofi (a program launcher) 97# change focus on mod+hnei (qwerty hjkl)
80bindsym $mod+d exec rofi -show combi 98bindcode $mod+43 focus left
81 99bindcode $mod+44 focus down
82# change focus 100bindcode $mod+45 focus up
83bindsym $mod+h focus left 101bindcode $mod+46 focus right
84bindsym $mod+j focus down
85bindsym $mod+k focus up
86bindsym $mod+l focus right
87 102
88# move focused window 103# move focused window on mod+shift+hnei
89bindsym $mod+Shift+h move left 104bindcode $mod+Shift+43 move left
90bindsym $mod+Shift+j move down 105bindcode $mod+Shift+44 move down
91bindsym $mod+Shift+k move up 106bindcode $mod+Shift+45 move up
92bindsym $mod+Shift+l move right 107bindcode $mod+Shift+46 move right
93 108
94# split in horizontal orientation 109# split in horizontal orientation with mod+b
95bindsym $mod+b split h 110bindcode $mod+56 split h
96 111
97# split in vertical orientation 112# split in vertical orientation with mod+v
98bindsym $mod+v split v 113bindcode $mod+55 split v
99 114
100# enter fullscreen mode for the focused container 115# enter fullscreen mode for the focused container with mod+t
101bindsym $mod+f fullscreen toggle 116bindcode $mod+41 fullscreen toggle
102 117
103# change container layout (stacked, tabbed, toggle split) 118# change container layout (stacked, tabbed, toggle split)
104bindsym $mod+s layout stacking 119bindcode $mod+39 layout stacking
105bindsym $mod+w layout tabbed 120bindcode $mod+25 layout tabbed
106bindsym $mod+e layout toggle split 121bindcode $mod+26 layout toggle split
107 122
108# toggle tiling / floating 123# toggle tiling / floating
109bindsym $mod+Shift+space floating toggle 124bindsym $mod+Shift+space floating toggle
110 125
111# toggle sticky floating window 126# toggle sticky floating window with mod+a
112bindsym $mod+a sticky toggle 127bindcode $mod+38 sticky toggle
113 128
114# change focus between tiling / floating windows 129# change focus between tiling / floating windows
115bindsym $mod+space focus mode_toggle 130bindsym $mod+space focus mode_toggle
116 131
117# focus the parent container
118# bindsym $mod+a focus parent
119
120# Define names for default workspaces for which we configure key bindings later on. 132# Define names for default workspaces for which we configure key bindings later on.
121# We use variables to avoid repeating the names in multiple places. 133# We use variables to avoid repeating the names in multiple places.
134# Workspace icons are added at polybar
122set $ws1 "1" 135set $ws1 "1"
123set $ws2 "2" 136set $ws2 "2"
124set $ws3 "3" 137set $ws3 "3"
@@ -128,7 +141,11 @@ set $ws6 "6"
128set $ws7 "7" 141set $ws7 "7"
129set $ws8 "8" 142set $ws8 "8"
130set $ws9 "9" 143set $ws9 "9"
131set $ws10 "10" 144set $ws10 "0"
145set $wsmusic "music"
146set $wszotero "zotero"
147set $wsdesktop "desktop"
148set $wsbrowser "browser"
132 149
133# switch to workspace 150# switch to workspace
134bindsym $mod+1 workspace $ws1 151bindsym $mod+1 workspace $ws1
@@ -139,8 +156,12 @@ bindsym $mod+5 workspace $ws5
139bindsym $mod+6 workspace $ws6 156bindsym $mod+6 workspace $ws6
140bindsym $mod+7 workspace $ws7 157bindsym $mod+7 workspace $ws7
141bindsym $mod+8 workspace $ws8 158bindsym $mod+8 workspace $ws8
142bindsym $mod+9 workspace $ws9 159bindsym $mod+9 workspace $wssteam
143bindsym $mod+0 workspace $ws10 160bindsym $mod+0 workspace $ws10
161bindsym $mod+m workspace $wsmusic
162bindcode $mod+49 workspace $wszotero
163bindcode $mod+60 workspace $wsdesktop
164bindcode $mod+21 workspace $wsbrowser
144 165
145# move focused container to workspace 166# move focused container to workspace
146bindsym $mod+Shift+1 move container to workspace $ws1 167bindsym $mod+Shift+1 move container to workspace $ws1
@@ -151,111 +172,42 @@ bindsym $mod+Shift+5 move container to workspace $ws5
151bindsym $mod+Shift+6 move container to workspace $ws6 172bindsym $mod+Shift+6 move container to workspace $ws6
152bindsym $mod+Shift+7 move container to workspace $ws7 173bindsym $mod+Shift+7 move container to workspace $ws7
153bindsym $mod+Shift+8 move container to workspace $ws8 174bindsym $mod+Shift+8 move container to workspace $ws8
154bindsym $mod+Shift+9 move container to workspace $ws9 175bindsym $mod+Shift+9 move container to workspace $wssteam
155bindsym $mod+Shift+0 move container to workspace $ws10 176bindsym $mod+Shift+0 move container to workspace $ws10
177bindsym $mod+Shift+m move container to workspace $wsmusic
178bindcode $mod+Shift+49 move container to workspace $wszotero
179bindcode $mod+Shift+60 move container to workspace $wsdesktop
180bindcode $mod+Shift+21 move container to workspace $wsbrowser
156 181
157# reload the configuration file 182# reload the configuration file
158bindsym $mod+Shift+c reload 183bindcode $mod+Shift+54 reload
159# restart i3 inplace (preserves your layout/session, can be used to upgrade i3) 184# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
160bindsym $mod+Shift+r restart 185bindcode $mod+Shift+27 restart
161 186
162# resize window (you can also use the mouse for that) 187default_border pixel 2
163mode "resize" {
164 # These bindings trigger as soon as you enter the resize mode
165
166 # Pressing left will shrink the window’s width.
167 # Pressing right will grow the window’s width.
168 # Pressing up will shrink the window’s height.
169 # Pressing down will grow the window’s height.
170 bindsym h resize shrink width 10 px or 10 ppt
171 bindsym j resize grow height 10 px or 10 ppt
172 bindsym k resize shrink height 10 px or 10 ppt
173 bindsym l resize grow width 10 px or 10 ppt
174
175 # back to normal: Enter or Escape or $mod+r
176 bindsym Return mode "default"
177 bindsym Escape mode "default"
178 bindsym $mod+r mode "default"
179}
180bindsym $mod+r mode "resize"
181
182# session
183mode " (L)ock (S)ignout (R)eboot (P)oweroff" {
184 bindsym $mod+l exec betterlockscreen -l dimblur -t "Welcome back"
185 bindsym $mod+r exec systemctl reboot
186 bindsym $mod+p exec systemctl poweroff
187 bindsym $mod+s exit
188 bindcode 66 mode "default"
189}
190bindsym $mod+Shift+e mode " (L)ock (S)ignout (R)eboot (P)oweroff"
191
192bindsym $mod+Shift+Escape exec --no-startup-id ~/bin/power.sh
193
194set $mode_gaps Gaps: (o)uter, (i)nner
195#, (h)orizontal, (v)ertical, (t)op, (r)ight, (b)ottom, (l)eft
196set $mode_gaps_outer Outer Gaps: +|-|0 (local), Shift + +|-|0 (global)
197set $mode_gaps_inner Inner Gaps: +|-|0 (local), Shift + +|-|0 (global)
198# set $mode_gaps_horiz Horizontal Gaps: +|-|0 (local), Shift + +|-|0 (global)
199# set $mode_gaps_verti Vertical Gaps: +|-|0 (local), Shift + +|-|0 (global)
200# set $mode_gaps_top Top Gaps: +|-|0 (local), Shift + +|-|0 (global)
201# set $mode_gaps_right Right Gaps: +|-|0 (local), Shift + +|-|0 (global)
202# set $mode_gaps_bottom Bottom Gaps: +|-|0 (local), Shift + +|-|0 (global)
203# set $mode_gaps_left Left Gaps: +|-|0 (local), Shift + +|-|0 (global)
204bindsym $mod+Shift+g mode "$mode_gaps"
205
206mode "$mode_gaps" {
207 bindsym o mode "$mode_gaps_outer"
208 bindsym i mode "$mode_gaps_inner"
209 # bindsym h mode "$mode_gaps_horiz"
210 # bindsym v mode "$mode_gaps_verti"
211 # bindsym t mode "$mode_gaps_top"
212 # bindsym r mode "$mode_gaps_right"
213 # bindsym b mode "$mode_gaps_bottom"
214 # bindsym l mode "$mode_gaps_left"
215 # bindsym Return mode "$mode_gaps"
216 bindsym Escape mode "default"
217}
218
219mode "$mode_gaps_outer" {
220 bindsym plus gaps outer current plus 5
221 bindsym minus gaps outer current minus 5
222 bindsym 0 gaps outer current set 0
223
224 bindsym Shift+plus gaps outer all plus 5
225 bindsym Shift+minus gaps outer all minus 5
226 bindsym Shift+0 gaps outer all set 0
227
228 bindsym Return mode "$mode_gaps"
229 bindsym Escape mode "default"
230}
231mode "$mode_gaps_inner" {
232 bindsym plus gaps inner current plus 5
233 bindsym minus gaps inner current minus 5
234 bindsym 0 gaps inner current set 0
235
236 bindsym Shift+plus gaps inner all plus 5
237 bindsym Shift+minus gaps inner all minus 5
238 bindsym Shift+0 gaps inner all set 0
239
240 bindsym Return mode "$mode_gaps"
241 bindsym Escape mode "default"
242}
243
244for_window [class=".*"] border pixel 0
245for_window [class="Zotero" instance="Toplevel" title="Quick Format Citation"] floating enable 188for_window [class="Zotero" instance="Toplevel" title="Quick Format Citation"] floating enable
246for_window [class="Zotero" instance="Toplevel" title="Progress"] floating enable 189for_window [class="Zotero" instance="Toplevel" title="Progress"] floating enable
247assign [class="^Thunderbird$"] 8 190for_window [class="Zotero" window_role="pref"] floating enable
248 191for_window [class="zoom" title="Chat"] floating enable
249# class border backgr. text indicator child_border 192for_window [class="Dia" window_role="toolbox_window"] floating enable
250client.focused #458588 #285577 #ffffff #458588 #285577 193for_window [class="Pavucontrol" title="Volume Control"] floating enable
251client.focused_inactive #b16286 #5f676a #ffffff #484e50 #5f676a 194
252client.unfocused #927374 #222222 #888888 #292d2e #222222 195assign [class="^Brave-browser$"] $wsbrowser
253client.urgent #2f343a #900000 #ffffff #900000 #900000 196assign [class="^Zotero$"] $wszotero
254client.placeholder #000000 #0c0c0c #ffffff #000000 #0c0c0c 197for_window [class="Spotify"] move --no-auto-back-and-forth container to workspace $wsmusic
198
199# class border background text indicator child_border
200client.focused #ae81ff #080808 #85dc85 #ff5454 #ae81ff
201client.focused_inactive #ae81ff #9e9e9e #080808 #ff5454 #5f676a
202client.unfocused #ae81ff #323437 #b2b2b2 #ff5454 #222222
203client.urgent #ae81ff #900000 #b2b2b2 #ff5454 #900000
204client.placeholder #ae81ff #0c0c0c #b2b2b2 #ff5454 #0c0c0c
255 205
256client.background #ffffff 206client.background #ffffff
257 207
258# config 208# config
259hide_edge_borders smart 209hide_edge_borders none
260workspace_auto_back_and_forth yes 210workspace_auto_back_and_forth yes
261focus_follows_mouse no 211focus_follows_mouse no
212mouse_warping none
213focus_wrapping no
diff --git a/.config/polybar/config##h.lowe b/.config/polybar/config##h.lowe
index 8df5653..e31d3cc 100644
--- a/.config/polybar/config##h.lowe
+++ b/.config/polybar/config##h.lowe
@@ -10,26 +10,20 @@
10;========================================================== 10;==========================================================
11 11
12[colors] 12[colors]
13background = #0c1014 13background = #cc191724
14background_alt = #0a3749 14background_modules = #cce0def4
15background_modules = #fbf1c7 15foreground = #e0def4
16foreground = #d3ebe9 16foreground_modules = #1f1d2e
17foreground_alt = #99d1ce 17red = #eb6f92
18foreground_modules = #282828 18green = #9ccfd8
19red = #9d0006
20green = #427b58
21sold_out_green = #1DB954 19sold_out_green = #1DB954
22yellow = #b56714 20yellow = #f6c177
23blue = #458588 21blue = #31748f
24purple = #8f3f71 22purple = #ebbcba
25aqua = #689d6a 23pink = #c4a7e7
26orange = #d65d0e
27primary = #d26937
28secondary = #888ca6
29alert = #c23127
30 24
31[bar/top] 25[bar/top]
32monitor = DP-2 26monitor = VGA-1
33width = 100% 27width = 100%
34height = 20 28height = 20
35offset-x = 0 29offset-x = 0
@@ -48,14 +42,12 @@ border-bottom-color = ${colors.background}
48padding = 2 42padding = 2
49module-margin = 1 43module-margin = 1
50 44
51font-0 = Cozette:antialias=false;2 45font-0 = scientifica:antialias=false;1
52font-1 = Lato:size=10;1 46font-1 = Siji:size=20;1
53font-2 = Raleway:size=10;1
54font-3 = FuraCode Nerd Font:size=11;2
55 47
56modules-left = i3 pulseaudio-control spotify 48modules-left = i3 pulseaudio-control spotify
57modules-center = xwindow 49modules-center = xwindow
58modules-right = focus date time xkeyboard 50modules-right = focus date time
59 51
60tray-position = right 52tray-position = right
61 53
@@ -73,26 +65,9 @@ format-prefix-background = ${colors.sold_out_green}
73format-prefix-foreground = ${colors.foreground} 65format-prefix-foreground = ${colors.foreground}
74format = <label> 66format = <label>
75format-padding = 0 67format-padding = 0
76exec = python /home/yigit/.config/polybar/spotify_status.py -f '{play_pause} {artist} - {song}' -p ', ' 68exec = python /usr/share/polybar/scripts/spotify_status.py -f '{play_pause} {artist} - {song}' -p ', '
77;契 69;契
78 70
79; [module/dpmpd]
80; type = internal/mpd
81; host = 127.0.0.1
82; port = 6600
83
84; format-online = <toggle> <label-song> <icon-random>
85; label-song = %artist:0:24:...% - %title:0:24:...%
86; icon-pause = 
87; icon-play = 
88; icon-random = 咽
89
90; toggle-on-foreground = ${colors.background_modules}
91; toggle-off-foreground = ${colors.foreground_modules}
92
93; format-offline = <label-offline>
94; label-offline = mpd is offline
95
96[module/xwindow] 71[module/xwindow]
97type = internal/xwindow 72type = internal/xwindow
98format = <label> 73format = <label>
@@ -100,103 +75,56 @@ label = %title:0:70:...%
100 75
101y-offset = 10 76y-offset = 10
102label-padding = 1 77label-padding = 1
103label-font = 1
104 78
105label-empty =  79label-empty = 
106label-empty-font = 3
107label-empty-padding = 5 80label-empty-padding = 5
108 81
109[module/xkeyboard]
110type = internal/xkeyboard
111blacklist-0 = num lock
112blacklist-1 = scroll lock
113
114format = <label-layout> <label-indicator>
115format-spacing = 0
116
117format-prefix = 
118format-prefix-padding = 1
119format-prefix-background = ${colors.blue}
120format-prefix-foreground = ${colors.foreground}
121format-prefix-font = 3
122
123label-layout = %name%
124label-layout-padding = 1
125label-layout-background = ${colors.background_modules}
126label-layout-foreground = ${colors.foreground_modules}
127
128label-indicator-padding = 2
129label-indicator-margin =
130label-indicator-background = ${colors.alert}
131
132[module/i3] 82[module/i3]
133type = internal/i3 83type = internal/i3
134format = <label-state> <label-mode> 84format = <label-state>
135index-sort = true 85index-sort = true
136wrapping-scroll = false 86wrapping-scroll = false
137strip-wsnumbers = true 87strip-wsnumbers = true
138 88
89ws-icon-default = 
90ws-icon-0 = 0;
91ws-icon-1 = 1;
92ws-icon-2 = 2;
93ws-icon-3 = 3;
94ws-icon-4 = 4;
95ws-icon-5 = 5;
96ws-icon-6 = 6;
97ws-icon-7 = 7;
98ws-icon-8 = 8;
99ws-icon-9 = 9;
100ws-icon-10 = zotero;
101ws-icon-11 = desktop;
102ws-icon-12 = browser;
103
139label-mode-background = ${colors.background_modules} 104label-mode-background = ${colors.background_modules}
140label-mode-foreground = ${colors.foreground_modules} 105label-mode-foreground = ${colors.foreground_modules}
141label-mode-padding = 2 106label-mode-padding = 2
142 107
143label-focused = %name% 108label-focused = %icon%
144label-focused-background = ${colors.red} 109label-focused-background = ${colors.blue}
145label-focused-foreground = ${colors.background_modules} 110label-focused-foreground = ${colors.background_modules}
146label-focused-padding = 1 111label-focused-padding = 1
147 112
148label-unfocused = %name% 113label-unfocused = %icon%
149label-unfocused-background = ${colors.background_modules} 114label-unfocused-background = ${colors.background_modules}
150label-unfocused-foreground = ${colors.foreground_modules} 115label-unfocused-foreground = ${colors.foreground_modules}
151label-unfocused-padding = 1 116label-unfocused-padding = 1
152 117
153label-visible = %name% 118label-visible = %icon%
154label-visible-background = ${colors.background_modules} 119label-visible-background = ${colors.background_modules}
155label-visible-foreground = ${colors.foreground_modules} 120label-visible-foreground = ${colors.foreground_modules}
156label-visible-padding = 1 121label-visible-padding = 1
157 122
158label-urgent = %index% 123label-urgent = %icon%
159label-urgent-background = ${colors.alert} 124label-urgent-background = ${colors.red}
160label-urgent-foreground = ${colors.background} 125label-urgent-foreground = ${colors.background}
161label-urgent-padding = 1 126label-urgent-padding = 1
162 127
163[module/download]
164type = internal/network
165interface = enp1s0
166interval = 3.0
167
168format-connected = <label-connected>
169
170format-connected-prefix = 
171format-connected-prefix-padding = 1
172format-connected-prefix-background = ${colors.green}
173format-connected-prefix-foreground = ${colors.foreground}
174
175label-connected = %downspeed%
176label-connected-background = ${colors.background_modules}
177label-connected-foreground = ${colors.foreground_modules}
178label-connected-padding = 1
179
180format-disconnected = <label-disconnected>
181label-disconnected = %ifname% disconnected 
182
183[module/upload]
184type = internal/network
185interface = enp1s0
186interval = 3.0
187
188format-connected = <label-connected>
189
190format-connected-prefix = 
191format-connected-prefix-padding = 1
192format-connected-prefix-background = ${colors.yellow}
193format-connected-prefix-foreground = ${colors.foreground}
194
195label-connected = %upspeed%
196label-connected-background = ${colors.background_modules}
197label-connected-foreground = ${colors.foreground_modules}
198label-connected-padding = 1
199
200[module/date] 128[module/date]
201type = internal/date 129type = internal/date
202interval = 1 130interval = 1
@@ -205,10 +133,9 @@ date = %Y-%m-%d %A
205label = %date% 133label = %date%
206format = <label> 134format = <label>
207 135
208format-prefix = 136format-prefix =
209format-prefix-background = ${colors.orange} 137format-prefix-background = ${colors.yellow}
210format-prefix-foreground = ${colors.foreground} 138format-prefix-foreground = ${colors.foreground}
211format-prefix-font = 3
212format-prefix-padding = 1 139format-prefix-padding = 1
213 140
214label-background = ${colors.background_modules} 141label-background = ${colors.background_modules}
@@ -223,38 +150,15 @@ time = %H:%M
223label = %time% 150label = %time%
224format = <label> 151format = <label>
225 152
226format-prefix = 153format-prefix =
227format-prefix-background = ${colors.secondary} 154format-prefix-background = ${colors.blue}
228format-prefix-foreground = ${colors.foreground} 155format-prefix-foreground = ${colors.foreground}
229format-prefix-font = 3
230format-prefix-padding = 1 156format-prefix-padding = 1
231 157
232label-background = ${colors.background_modules} 158label-background = ${colors.background_modules}
233label-foreground = ${colors.foreground_modules} 159label-foreground = ${colors.foreground_modules}
234label-padding = 1 160label-padding = 1
235 161
236[module/pulseaudio]
237type = internal/pulseaudio
238interval = 5
239
240format-volume = <label-volume>
241
242format-volume-prefix = 
243format-volume-prefix-background = ${colors.purple}
244format-volume-prefix-foreground = ${colors.background_modules}
245format-volume-prefix-font = 3
246format-volume-prefix-padding = 1
247
248label-volume = %percentage%
249label-volume-background = ${colors.background_modules}
250label-volume-foreground = ${colors.foreground_modules}
251label-volume-padding = 1
252
253label-muted = 
254label-muted-background = ${colors.purple}
255label-muted-foreground = ${colors.foreground}
256label-muted-padding = 2
257
258[module/pulseaudio-control] 162[module/pulseaudio-control]
259type = custom/script 163type = custom/script
260tail = true 164tail = true