summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.config/conky/conky.conf##h.luchs90
-rw-r--r--.config/i3/config##h.luchs232
-rw-r--r--.config/picom/picom.conf##h.luchs69
-rw-r--r--.config/polybar/config.ini##h.luchs293
4 files changed, 0 insertions, 684 deletions
diff --git a/.config/conky/conky.conf##h.luchs b/.config/conky/conky.conf##h.luchs
deleted file mode 100644
index f9d1307..0000000
--- a/.config/conky/conky.conf##h.luchs
+++ /dev/null
@@ -1,90 +0,0 @@
1conky.config = {
2 alignment = 'top_left',
3 background = true,
4
5 draw_borders = false,
6 draw_graph_borders = true,
7 border_width = 1,
8 border_outer_margin = 5,
9 stippled_borders = 6,
10
11 cpu_avg_samples = 2,
12 default_color = 'white',
13 default_outline_color = '#555',
14 default_shade_color = 'black',
15 draw_outline = false,
16 draw_shades = true,
17 use_xft = true,
18 font = 'FuraCode Nerd Font Mono:size=9',
19
20 gap_x = 15,
21 gap_y = 45,
22
23 minimum_height = 5,
24 minimum_width = 5,
25 net_avg_samples = 2,
26 no_buffers = true,
27 out_to_console = false,
28 out_to_stderr = false,
29 extra_newline = false,
30 own_window_hints = "undecorated,below,sticky,skip_taskbar,skip_pager",
31 own_window_transparent = false,
32 own_window_argb_visual = true,
33 own_window_argb_value = 200,
34 own_window_colour = '282828',
35 own_window = true,
36 own_window_class = 'Conky',
37 own_window_type = "override",
38 short_units = true,
39 update_interval = 1.0,
40 uppercase = false,
41 use_spacer = 'left',
42 pad_percents = 2,
43 show_graph_scale = false,
44 show_graph_range = false,
45 double_buffer = true,
46
47 color0 = '#e03031',
48 color2 = '#98971a',
49 color1 = '#6495ed',
50 color3 = '#6497b1',
51 color4 = '#e03031',
52 color5 = '#22475b',
53 color6 = '#6497b1',
54 color7 = '#e03031',
55 color8 = '#03396c'
56}
57
58conky.text = [[
59${color4}${alignr}
60${color}${alignc}$sysname $kernel on $machine
61${color}${alignc}${exec whoami} @ $nodename
62${color0}$hr${color}
63${alignc}${color1}date ${color}${time %d %B %A}
64${color1}uptime${color} $uptime${alignr}${color1}time ${color}${time %k:%M:%S}
65${color0}temperatures $stippled_hr
66${color1}cpu ${color}${platform coretemp.0/hwmon/hwmon2 temp 1}°C${alignr} ${color1}mobo ${color}${acpitemp}°C
67${color0}processors $stippled_hr${color}
68${cpubar cpu1 6,45} ${freq_g 1}GHz ${cpu cpu1}% ${alignr}${cpubar cpu2 6,45} ${freq_g 2}GHz${alignr}${cpu cpu2}%
69${color0}load $stippled_hr${color}
70${color1}cpu${color} ${cpubar cpu0 6, 120}${alignr}${freq_g}GHz ${cpu cpu0}%
71${color1}ram${color} ${membar 6, 120}${alignr}$mem/$memmax $memperc%
72${color1}swp${color} ${swapbar 6,120}${alignr}$swap/$swapmax $swapperc%
73${color0}filesystem $stippled_hr${color}
74${color1}~ ${color}${FS_BAR 6, 130 /home}${alignr}${fs_used /home} /${fs_size /home} ${color}
75${color0}networking $stippled_hr${color}
76${color1}down${color} ${downspeed enp1s0}/s${alignr}${color1}up${color} ${upspeed enp1s0}/s
77${color}${alignc}${downspeedgraph enp1s0 32,150 2980b9 e74c3c -t}${color} ${upspeedgraph enp1s0 32,150 2980b9 e74c3c -t}
78${color1}address${color} ${addr enp1s0}${alignr}updates ${execi 3600 checkupdates | wc -l}
79${color1}inbound${color} ${tcp_portmon 1 32767 count}${color1} outbound${color} ${tcp_portmon 32768 61000 count}${alignr}${color1}all${color} ${tcp_portmon 1 65535 count}
80${color0}processes $stippled_hr${color}
81${color1}${alignc}name pid cpu% mem%
82${color}${alignc} ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
83${color}${alignc} ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
84${color}${alignc} ${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4}
85${color0}forecast $stippled_hr${color}
86${voffset 05}${texeci 1800 curl -s wttr.in/ank | sed -n '3,7{s/\d27\[[0-9;]*m//g;s/^..//;s/ *$//;p}'}
87${color0}calendar $stippled_hr${color}
88${voffset 05}${execp TODAY=`date +%_d`; cal | tail -n+2 | sed -e '1 s:.*:\${color3}&\${color6}:' -e '1 s:'"$(date +%a |cut -c 1-2)"':\${color4}&\${color5}:' -e '0,/'"$TODAY"'/{s/'"$TODAY"'/\${color7}'"$TODAY"'\${color8}/}' | sed s/^/'${alignc}'/}
89${color4}${alignr}
90]]
diff --git a/.config/i3/config##h.luchs b/.config/i3/config##h.luchs
deleted file mode 100644
index 0c9a999..0000000
--- a/.config/i3/config##h.luchs
+++ /dev/null
@@ -1,232 +0,0 @@
1# vim: filetype=i3config
2# https://i3wm.org/docs/userguide.html
3
4# set modifiers
5set $mod Mod4
6set $alt Mod1
7
8# use mouse+$mod to drag floating windows to their wanted position
9floating_modifier $alt
10
11## autostart
12# exec --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 clight &
18exec --no-startup-id nm-applet &
19exec --no-startup-id udiskie --automount --file-manager pcmanfm --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 &
24exec --no-startup-id ~/.fehbg &
25
26exec --no-startup-id gebaard -b &
27
28# swap caps lock and escape, set keyboard layout
29exec --no-startup-id setxkbmap -model pc105 -layout us -variant colemak -option caps:backspace
30
31# tap ctrl to esc, hold ctrl to ctrl
32exec --no-startup-id xcape -e 'Control_L=Escape' &
33
34# disable screensaver, beep and power saving
35exec --no-startup-id xset -dpms &
36exec --no-startup-id xset s off &
37exec --no-startup-id xset -b &
38
39exec --no-startup-id xinput set-prop "ELAN1200:00 04F3:3045 Touchpad" "libinput Natural Scrolling Enabled" 1 &
40exec --no-startup-id xinput set-prop "ELAN1200:00 04F3:3045 Touchpad" "libinput Tapping Enabled" 1 &
41
42gaps inner 5
43gaps outer 2
44
45# font for window titles
46font pango:Iosevka 11
47
48## bindings
49### dunstctl - dunst shortcuts have been deprecated
50# close notifications with mod+x
51bindcode $mod+53 exec --no-startup-id dunstctl close
52bindcode $mod+shift+53 exec --no-startup-id dunstctl close-all
53
54# give context menu with mod+o
55bindcode $mod+47 exec --no-startup-id dunstctl context
56
57# show history items with mod+0 (like the old times)
58bindcode $mod+19 exec --no-startup-id dunstctl history-pop
59
60# done, {task,time}warrior control suite
61bindcode $mod+42 exec --no-startup-id ~/.local/bin/done
62
63# type the contents of the clipboard with mod+p
64bindcode --release $mod+27 exec --no-startup-id ~/.local/bin/type_clipboard.sh
65
66# launch emoji picker with mod+c
67bindcode $mod+54 exec --no-startup-id rofimoji --skin-tone neutral
68
69# get the mouse out of the way with mod+y
70bindcode $mod+32 exec --no-startup-id xdotool mousemove 896 5
71
72# bookmark from clipboard with mod+l
73bindcode $mod+30 exec --no-startup-id ~/.local/bin/bukuadd_c
74
75# swap caps lock and escape, set keyboard layout with mod+]
76bindcode $mod+35 exec --no-startup-id "setxkbmap -model pc105 -layout us,us,tr -variant ,colemak, -option grp:alt_shift_toggle,caps:backspace"
77
78# use flameshot with print screen
79bindsym Print exec flameshot gui
80
81# media keys
82# TODO: test these for luchs keyboard <08-10-21, yigit> #
83bindsym XF86AudioRaiseVolume exec --no-startup-id amixer set Master 2%+
84bindsym XF86AudioLowerVolume exec --no-startup-id amixer set Master 2%-
85bindsym XF86AudioMute exec --no-startup-id amixer set Master toggle
86bindsym XF86AudioPlay exec --no-startup-id playerctl play-pause # for spotify
87bindsym XF86AudioPrev exec --no-startup-id playerctl previous
88bindsym XF86AudioNext exec --no-startup-id playerctl next
89bindsym XF86Tools exec --no-startup-id mpc toggle # for mpd/ncmpcpp
90
91bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight -inc 5
92bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -dec 5
93
94bindsym XF86TouchpadToggle exec --no-startup-id perl -e '{`xinput list-props "ELAN1200:00 04F3:3045 Touchpad"` =~ /^.*Device Enabled.+?(\d)$/m and {$1 ? `xinput --disable "ELAN1200:00 04F3:3045 Touchpad" && dunstify -a "touchpad" "disabled"` : `xinput --enable "ELAN1200:00 04F3:3045 Touchpad" && dunstify -a "touchpad" "enabled"`}} '
95
96# make the currently focused window a scratchpad
97bindcode $mod+Shift+20 move scratchpad
98
99# show the first scratchpad window
100bindcode $mod+20 scratchpad show
101
102# pause notifications for a while with mod+shift+y
103bindcode $mod+Shift+32 exec ~/.local/bin/toggle_notifications.sh
104
105## shortcuts for frequent programs
106
107# zotero on mod+shift+z
108bindcode $mod+Shift+52 exec zotero
109# thunar on mod+shift+t
110bindcode $mod+Shift+41 exec thunar
111# start a terminal
112bindsym $mod+Return exec kitty
113# start rofi with mod+s
114bindcode $mod+40 exec rofi -show drun
115# launch the poweroff menu
116bindsym $mod+Shift+Escape exec --no-startup-id ~/.local/bin/power.sh
117
118# kill focused window
119bindcode $mod+Shift+24 kill
120bindsym --whole-window $mod+button2 kill
121
122# change focus on mod+hnei (qwerty hjkl)
123bindcode $mod+43 focus left
124bindcode $mod+44 focus down
125bindcode $mod+45 focus up
126bindcode $mod+46 focus right
127
128# move focused window on mod+shift+hnei
129bindcode $mod+Shift+43 move left
130bindcode $mod+Shift+44 move down
131bindcode $mod+Shift+45 move up
132bindcode $mod+Shift+46 move right
133
134# split in horizontal orientation with mod+b
135bindcode $mod+56 split h
136
137# split in vertical orientation with mod+v
138bindcode $mod+55 split v
139
140# enter fullscreen mode for the focused container with mod+t
141bindcode $mod+41 fullscreen toggle
142
143# change container layout (stacked, tabbed, toggle split)
144bindcode $mod+39 layout stacking
145bindcode $mod+25 layout tabbed
146bindcode $mod+26 layout toggle split
147
148# toggle tiling / floating
149bindsym $mod+Shift+space floating toggle
150
151# toggle sticky floating window with mod+a
152bindcode $mod+38 sticky toggle
153
154# change focus between tiling / floating windows
155bindsym $mod+space focus mode_toggle
156
157# Define names for default workspaces for which we configure key bindings later on.
158# We use variables to avoid repeating the names in multiple places.
159set $ws1 "1"
160set $ws2 "2"
161set $ws3 "3"
162set $ws4 "4"
163set $ws5 "5"
164set $ws6 "6"
165set $ws7 "7"
166set $ws8 "8"
167set $ws9 "9"
168set $ws10 "10"
169set $wszotero "zotero"
170set $wsdesktop "desktop"
171set $wsbrowser "browser"
172
173# switch to workspace
174bindsym $mod+1 workspace $ws1
175bindsym $mod+2 workspace $ws2
176bindsym $mod+3 workspace $ws3
177bindsym $mod+4 workspace $ws4
178bindsym $mod+5 workspace $ws5
179bindsym $mod+6 workspace $ws6
180bindsym $mod+7 workspace $ws7
181bindsym $mod+8 workspace $ws8
182bindsym $mod+9 workspace $ws9
183bindcode $mod+49 workspace $wszotero
184bindcode $mod+60 workspace $wsdesktop
185bindcode $mod+21 workspace $wsbrowser
186
187# move focused container to workspace
188bindsym $mod+Shift+1 move container to workspace $ws1
189bindsym $mod+Shift+2 move container to workspace $ws2
190bindsym $mod+Shift+3 move container to workspace $ws3
191bindsym $mod+Shift+4 move container to workspace $ws4
192bindsym $mod+Shift+5 move container to workspace $ws5
193bindsym $mod+Shift+6 move container to workspace $ws6
194bindsym $mod+Shift+7 move container to workspace $ws7
195bindsym $mod+Shift+8 move container to workspace $ws8
196bindsym $mod+Shift+9 move container to workspace $ws9
197bindcode $mod+Shift+49 move container to workspace $wszotero
198bindcode $mod+Shift+60 move container to workspace $wsdesktop
199bindcode $mod+Shift+21 move container to workspace $wsbrowser
200
201# reload the configuration file
202bindcode $mod+Shift+54 reload
203# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
204bindcode $mod+Shift+27 restart
205
206default_border pixel 0
207default_floating_border pixel 0
208for_window [class="Zotero" instance="Toplevel" title="Quick Format Citation"] floating enable
209for_window [class="Zotero" instance="Toplevel" title="Progress"] floating enable
210for_window [class="Zotero" window_role="pref"] floating enable
211for_window [class="zoom" title="Chat"] floating enable
212for_window [class="Dia" window_role="toolbox_window"] floating enable
213for_window [class="Pavucontrol" title="Volume Control"] floating enable
214
215assign [class="^Brave-browser$"] $wsbrowser
216assign [class="^Zotero$"] $wszotero
217
218# class border background text indicator child_border
219client.focused #ae81ff #080808 #85dc85 #ff5454 #ae81ff
220client.focused_inactive #ae81ff #9e9e9e #080808 #ff5454 #5f676a
221client.unfocused #ae81ff #323437 #b2b2b2 #ff5454 #222222
222client.urgent #ae81ff #900000 #b2b2b2 #ff5454 #900000
223client.placeholder #ae81ff #0c0c0c #b2b2b2 #ff5454 #0c0c0c
224
225client.background #ffffff
226
227# config
228hide_edge_borders smart
229workspace_auto_back_and_forth yes
230focus_follows_mouse no
231mouse_warping none
232focus_wrapping no
diff --git a/.config/picom/picom.conf##h.luchs b/.config/picom/picom.conf##h.luchs
deleted file mode 100644
index 4cc1846..0000000
--- a/.config/picom/picom.conf##h.luchs
+++ /dev/null
@@ -1,69 +0,0 @@
1# log
2log-level = "warn";
3log-file = "/home/yigit/.local/share/picom/picom.log";
4
5# shadow
6shadow = true;
7shadow-radius = 0;
8shadow-offset-x = 5;
9shadow-offset-y = 5;
10shadow-opacity = 0.8;
11
12shadow-exclude = [
13 "name = 'Notification'",
14 "class_g = 'Conky'",
15 "class_g = 'Dunst'",
16 "_GTK_FRAME_EXTENTS@:c"
17];
18
19# opacity
20inactive-opacity = 1;
21# active-opacity = 0.8;
22frame-opacity = 1.0;
23inactive-opacity-override = false;
24inactive-dim = 0.0;
25
26opacity-rule = [
27 "100:_NET_WM_STATE@[0]:32a = '_NET_WM_STATE_FULLSCREEN'",
28 "100:_NET_WM_STATE@[1]:32a = '_NET_WM_STATE_FULLSCREEN'",
29 "100:_NET_WM_STATE@[2]:32a = '_NET_WM_STATE_FULLSCREEN'",
30 "100:_NET_WM_STATE@[3]:32a = '_NET_WM_STATE_FULLSCREEN'",
31 "100:_NET_WM_STATE@[4]:32a = '_NET_WM_STATE_FULLSCREEN'",
32 "0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'"
33];
34
35# fading
36fading = true;
37fade-in-step = 0.03;
38fade-out-step = 0.03;
39fade-exclude = [ ];
40
41# other
42backend = "glx";
43mark-wmwin-focused = true;
44mark-ovredir-focused = true;
45detect-rounded-corners = true;
46detect-client-opacity = true;
47refresh-rate = 0;
48vsync = true;
49sw-opti = false;
50unredir-if-possible = false;
51detect-transient = true;
52detect-client-leader = true;
53invert-color-include = [ ];
54
55# glx backend
56glx-no-stencil = true;
57glx-copy-from-front = false;
58use-damage = true
59xrender-sync-fence = true;
60
61# window type settings
62wintypes:
63{
64 tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; full-shadow = false; };
65 dock = { shadow = false; }
66 dnd = { shadow = false; }
67 popup_menu = { fade = true; shadow = true; opacity = 1; focus = true; full-shadow = true; }
68 dropdown_menu = { opacity = 1; }
69};
diff --git a/.config/polybar/config.ini##h.luchs b/.config/polybar/config.ini##h.luchs
deleted file mode 100644
index c7fc4af..0000000
--- a/.config/polybar/config.ini##h.luchs
+++ /dev/null
@@ -1,293 +0,0 @@
1;==========================================================
2;
3; ██████╗ ██████╗ ██╗ ██╗ ██╗██████╗ █████╗ ██████╗
4; ██╔══██╗██╔═══██╗██║ ╚██╗ ██╔╝██╔══██╗██╔══██╗██╔══██╗
5; ██████╔╝██║ ██║██║ ╚████╔╝ ██████╔╝███████║██████╔╝
6; ██╔═══╝ ██║ ██║██║ ╚██╔╝ ██╔══██╗██╔══██║██╔══██╗
7; ██║ ╚██████╔╝███████╗██║ ██████╔╝██║ ██║██║ ██║
8; ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝
9;
10;==========================================================
11
12[colors]
13background = #40191724
14background_modules = #aaebbcba
15foreground = #e0def4
16foreground_modules = #1f1d2e
17red = #eb6f92
18green = #9ccfd8
19sold_out_green = #1DB954
20yellow = #f6c177
21blue = #31748f
22purple = #ebbcba
23pink = #c4a7e7
24
25[bar/top]
26monitor =
27width = 100%
28height = 20
29offset-x = 0
30offset-y = 0
31radius = 0
32fixed-center = true
33
34background = ${colors.background}
35foreground = ${colors.foreground}
36
37border-top-size = 0
38border-bottom-size = 0
39border-top-color = ${colors.background}
40border-bottom-color = ${colors.background}
41
42padding = 2
43module-margin = 1
44
45font-0 = scientifica:antialias=false;1
46font-1 = Siji:size=20;1
47
48modules-left = i3 pulseaudio-control spotify github
49modules-center = xwindow
50modules-right = focus backlight battery date time
51
52tray-position = right
53
54[module/github]
55type = internal/github
56
57token = ${file:/home/yigit/.local/share/polybar/github_token}
58user = yigitsever
59empty-notifications = false
60interval = 10
61api-url = https://api.github.com/
62
63format = <label>
64label = %notifications%
65
66label-padding = 1
67
68format-background = ${colors.background_modules}
69format-foreground = ${colors.foreground_modules}
70
71format-prefix = 
72format-prefix-foreground = ${colors.background_modules}
73format-prefix-background = ${colors.purple}
74format-prefix-padding = 1
75
76format-offline = <label-offline>
77label-offline = Github offline
78
79[module/focus]
80type = custom/script
81exec = ~/.config/polybar/scripts/focus
82double-click-left = exec ~/.config/polybar/scripts/stop &
83interval = 1
84
85[module/spotify]
86type = custom/script
87interval = 1
88format-prefix = ""
89format-prefix-padding = 1
90format-prefix-background = ${colors.sold_out_green}
91format-prefix-foreground = ${colors.foreground_modules}
92format = <label>
93format-padding = 0
94exec = python /usr/share/polybar/scripts/spotify_status.py -f '{play_pause} {artist} - {song}' -p ', '
95;契
96
97[module/backlight]
98type = internal/xbacklight
99
100format = <ramp><label>
101
102label = %percentage%%
103
104ramp-font = 4
105ramp-background = ${colors.yellow}
106ramp-foreground = ${colors.foreground_modules}
107ramp-padding = 1
108ramp-0 = 
109ramp-1 = 
110ramp-2 = 
111ramp-3 = 
112ramp-4 = 
113
114label-padding = 1
115label-background = ${colors.background_modules}
116label-foreground = ${colors.foreground_modules}
117
118[module/battery]
119type = internal/battery
120battery = BAT0
121adapter = AC0
122
123time-format = %H:%M
124
125format-charging = <animation-charging><label-charging>
126format-discharging = <ramp-capacity><label-discharging>
127
128ramp-capacity-background = ${colors.red}
129ramp-capacity-foreground = ${colors.foreground_modules}
130ramp-capacity-padding = 1
131
132animation-charging-background = ${colors.green}
133animation-charging-foreground = ${colors.foreground_modules}
134animation-charging-padding = 1
135
136label-charging = %percentage%% %time%
137label-charging-background = ${colors.background_modules}
138label-charging-foreground = ${colors.foreground_modules}
139label-charging-padding = 1
140
141label-discharging = %percentage%% %time%
142label-discharging-background = ${colors.background_modules}
143label-discharging-foreground = ${colors.foreground_modules}
144label-discharging-padding = 1
145
146label-full = 
147label-full-background = ${colors.yellow}
148label-full-foreground = ${colors.foreground_modules}
149label-full-padding = 1
150
151; Only applies if <ramp-capacity> is used
152ramp-capacity-0 = 
153ramp-capacity-1 = 
154ramp-capacity-2 = 
155ramp-capacity-3 = 
156
157; Only applies if <animation-charging> is used
158animation-charging-0 = 
159animation-charging-1 = 
160animation-charging-2 = 
161animation-charging-3 = 
162
163; Framerate in milliseconds
164animation-charging-framerate = 750
165
166[module/xwindow]
167type = internal/xwindow
168format = <label>
169label = %title:0:70:...%
170
171y-offset = 10
172label-padding = 1
173label-font = 1
174
175label-empty = 
176label-empty-font = 3
177label-empty-padding = 5
178
179[module/i3]
180type = internal/i3
181format = <label-state>
182index-sort = true
183wrapping-scroll = false
184strip-wsnumbers = true
185
186ws-icon-default = 
187ws-icon-0 = 0;
188ws-icon-1 = 1;
189ws-icon-2 = 2;
190ws-icon-3 = 3;
191ws-icon-4 = 4;
192ws-icon-5 = 5;
193ws-icon-6 = 6;
194ws-icon-7 = 7;
195ws-icon-8 = 8;
196ws-icon-9 = 9;
197ws-icon-10 = zotero;
198ws-icon-11 = desktop;
199ws-icon-12 = browser;
200
201label-mode-background = ${colors.background_modules}
202label-mode-foreground = ${colors.foreground_modules}
203label-mode-padding = 2
204
205label-focused = %icon%
206label-focused-background = ${colors.yellow}
207label-focused-foreground = ${colors.foreground_modules}
208label-focused-padding = 1
209
210label-unfocused = %icon%
211label-unfocused-background = ${colors.background_modules}
212label-unfocused-foreground = ${colors.foreground_modules}
213label-unfocused-padding = 1
214
215label-visible = %icon%
216label-visible-background = ${colors.background_modules}
217label-visible-foreground = ${colors.foreground_modules}
218label-visible-padding = 1
219
220label-urgent = %icon%
221label-urgent-background = ${colors.red}
222label-urgent-foreground = ${colors.foreground_modules}
223label-urgent-padding = 1
224
225label-separator = " "
226label-separator-foreground = ${colors.foreground}
227label-separator-background = ${colors.purple}
228
229[module/date]
230type = internal/date
231interval = 1
232
233date = %Y-%m-%d %A
234label = %date%
235format = <label>
236
237format-prefix = 
238format-prefix-background = ${colors.blue}
239format-prefix-foreground = ${colors.foreground_modules}
240format-prefix-font = 3
241format-prefix-padding = 1
242
243label-background = ${colors.background_modules}
244label-foreground = ${colors.foreground_modules}
245label-padding = 1
246
247[module/time]
248type = internal/date
249interval = 1
250
251time = %H:%M
252label = %time%
253format = <label>
254
255format-prefix = 
256format-prefix-background = ${colors.green}
257format-prefix-foreground = ${colors.foreground_modules}
258format-prefix-font = 3
259format-prefix-padding = 1
260
261label-background = ${colors.background_modules}
262label-foreground = ${colors.foreground_modules}
263label-padding = 1
264
265[module/pulseaudio-control]
266type = custom/script
267tail = true
268label = %output%
269interval = 5
270
271exec = ~/.config/polybar/scripts/pulseaudio_control --listen
272click-right = exec pavucontrol &
273click-left = ~/.config/polybar/scripts/pulseaudio_control --togmute
274click-middle = ~/.config/polybar/scripts/pulseaudio_control --change
275scroll-up = ~/.config/polybar/scripts/pulseaudio_control --up
276scroll-down = ~/.config/polybar/scripts/pulseaudio_control --down
277label-padding = 2
278label-foreground = ${colors.foreground_modules}
279label-background = ${colors.background_modules}
280
281[settings]
282screenchange-reload = true
283compositing-background = source
284compositing-foreground = source
285compositing-border = over
286pseudo-transparency = false
287
288[global/wm]
289margin-top = 5
290margin-bottom = 5
291; override-redirect = true
292
293; vim:ft=dosini