diff options
-rw-r--r-- | dot_bashrc | 1 | ||||
-rw-r--r-- | dot_config/copyq/copyq.conf | 62 | ||||
-rw-r--r-- | dot_config/flameshot/flameshot.ini | 2 | ||||
-rw-r--r-- | dot_config/i3/config | 6 | ||||
-rw-r--r-- | dot_config/i3/i3blocks.conf | 2 | ||||
-rw-r--r-- | dot_config/picom.conf | 4 | ||||
-rw-r--r-- | dot_zshrc | 3 | ||||
-rw-r--r-- | private_dot_local/share/private_applications/thunar.desktop | 2 |
8 files changed, 42 insertions, 40 deletions
@@ -84,4 +84,3 @@ _open_files_for_editing() { | |||
84 | # alias ef='_open_files_for_editing' # 'ef' opens given file(s) for editing | 84 | # alias ef='_open_files_for_editing' # 'ef' opens given file(s) for editing |
85 | # alias pacdiff=eos-pacdiff | 85 | # alias pacdiff=eos-pacdiff |
86 | ################################################################################ | 86 | ################################################################################ |
87 | |||
diff --git a/dot_config/copyq/copyq.conf b/dot_config/copyq/copyq.conf index c4be29c..36784bb 100644 --- a/dot_config/copyq/copyq.conf +++ b/dot_config/copyq/copyq.conf | |||
@@ -155,62 +155,62 @@ toggle_clipboard_storing=ctrl+shift+x | |||
155 | size=1 | 155 | size=1 |
156 | 156 | ||
157 | [Theme] | 157 | [Theme] |
158 | alt_bg=default_alt_bg | 158 | alt_bg=#e0e0e0 |
159 | alt_item_css= | 159 | alt_item_css= |
160 | bg=default_bg | 160 | bg=#eeeeee |
161 | css= | 161 | css= |
162 | css_template_items=items | 162 | css_template_items=items |
163 | css_template_main_window=main_window | 163 | css_template_main_window=main_window |
164 | css_template_menu=menu | 164 | css_template_menu=menu |
165 | css_template_notification=notification | 165 | css_template_notification=notification |
166 | cur_item_css="\n ;border: 0.1em solid ${sel_bg}" | 166 | cur_item_css="\n ;border: 0.1em solid ${sel_bg}" |
167 | edit_bg=default_bg | 167 | edit_bg=#cccccc |
168 | edit_fg=default_text | 168 | edit_fg=fg - #111 |
169 | edit_font="Sans Serif,18,-1,5,50,0,0,0,0,0" | 169 | edit_font="monospace,11,-1,5,50,0,0,0,0,0" |
170 | fg=default_text | 170 | fg=#444444 |
171 | find_bg=#ff0 | 171 | find_bg="rgba(0,0,0,0)" |
172 | find_fg=#000 | 172 | find_fg=#9d7200 |
173 | find_font="Sans Serif,18,-1,5,50,0,0,0,0,0" | 173 | find_font="monospace,11,-1,5,50,0,0,0,0,0" |
174 | font="Sans Serif,18,-1,5,50,0,0,0,0,0" | 174 | font="monospace,11,-1,5,50,0,0,0,0,0" |
175 | font_antialiasing=true | 175 | font_antialiasing=true |
176 | hover_item_css= | 176 | hover_item_css= |
177 | icon_size=16 | 177 | icon_size=16 |
178 | item_css= | 178 | item_css=padding:0.5em |
179 | item_spacing= | 179 | item_spacing= |
180 | menu_bar_css="\n ;background: ${bg}\n ;color: ${fg}" | 180 | menu_bar_css="\n ;background: ${bg}\n ;color: ${fg + #444}" |
181 | menu_bar_disabled_css="\n ;color: ${bg - #666}" | 181 | menu_bar_disabled_css="\n ;color: ${bg - #666}" |
182 | menu_bar_selected_css="\n ;background: ${sel_bg}\n ;color: ${sel_fg}" | 182 | menu_bar_selected_css="\n ;background: ${sel_bg}\n ;color: ${sel_fg}" |
183 | menu_css="\n ;border: 1px solid ${sel_bg}\n ;background: ${bg}\n ;color: ${fg}" | 183 | menu_css="\n ;border-top: 0.08em solid ${bg + #333}\n ;border-left: 0.08em solid ${bg + #333}\n ;border-bottom: 0.08em solid ${bg - #333}\n ;border-right: 0.08em solid ${bg - #333}" |
184 | notes_bg=default_tooltip_bg | 184 | notes_bg=bg |
185 | notes_css= | 185 | notes_css= |
186 | notes_fg=default_tooltip_text | 186 | notes_fg=#666666 |
187 | notes_font="Sans Serif,18,-1,5,50,0,0,0,0,0" | 187 | notes_font="sans-serif,11,-1,5,25,0,0,0,0,0" |
188 | notification_bg=#333 | 188 | notification_bg=#303030 |
189 | notification_fg=#ddd | 189 | notification_fg=#ddd |
190 | notification_font="Sans Serif,18,-1,5,50,0,0,0,0,0" | 190 | notification_font="monospace,11,-1,5,50,0,0,0,0,0" |
191 | num_fg=default_placeholder_text | 191 | num_fg=#009588 |
192 | num_font="Sans Serif,18,-1,5,50,0,0,0,0,0" | 192 | num_font="sans-serif,8,-1,5,25,0,0,0,0,0" |
193 | num_margin=2 | 193 | num_margin=2 |
194 | search_bar="\n ;background: ${edit_bg}\n ;color: ${edit_fg}\n ;border: 1px solid ${alt_bg}\n ;margin: 2px" | 194 | search_bar="\n ;background: ${edit_bg}\n ;color: ${edit_fg}\n ;border: 1px solid ${alt_bg}\n ;margin: 2px" |
195 | search_bar_focused="\n ;border: 1px solid ${sel_bg}" | 195 | search_bar_focused="\n ;border: 1px solid ${sel_bg}" |
196 | sel_bg=default_highlight_bg | 196 | sel_bg=#7dcad1 |
197 | sel_fg=default_highlight_text | 197 | sel_fg=#444444 |
198 | sel_item_css= | 198 | sel_item_css= |
199 | show_number=true | 199 | show_number=true |
200 | show_scrollbars=true | 200 | show_scrollbars=false |
201 | style_main_window=false | 201 | style_main_window=true |
202 | tab_bar_css="\n ;background: ${bg - #222}" | 202 | tab_bar_css="\n ;background: ${bg - #222}" |
203 | tab_bar_item_counter="\n ;color: ${fg - #044 + #400}\n ;font-size: 6pt" | 203 | tab_bar_item_counter="\n ;color: ${num_fg + #222}\n ;font-size: 7pt" |
204 | tab_bar_scroll_buttons_css="\n ;background: ${bg - #222}\n ;color: ${fg}\n ;border: 0" | 204 | tab_bar_scroll_buttons_css="\n ;background: ${bg - #222}\n ;color: ${fg}\n ;border: 0" |
205 | tab_bar_sel_item_counter="\n ;color: ${sel_bg - #044 + #400}" | 205 | tab_bar_sel_item_counter="\n ;color: ${num_fg}" |
206 | tab_bar_tab_selected_css="\n ;padding: 0.5em\n ;background: ${bg}\n ;border: 0.05em solid ${bg}\n ;color: ${fg}" | 206 | tab_bar_tab_selected_css="\n ;padding: 0.5em\n ;background: ${bg}\n ;border: 0.05em solid ${bg}\n ;color: ${fg}" |
207 | tab_bar_tab_unselected_css="\n ;border: 0.05em solid ${bg}\n ;padding: 0.5em\n ;background: ${bg - #222}\n ;color: ${fg - #333}" | 207 | tab_bar_tab_unselected_css="\n ;border: 0.05em solid ${bg}\n ;padding: 0.5em\n ;background: ${bg - #222}\n ;color: ${fg - #333}" |
208 | tab_tree_css="\n ;color: ${fg}\n ;background-color: ${bg}" | 208 | tab_tree_css="\n ;font-family: sans-serif\n ;font-size: 10pt\n ;padding: .20em\n ;color: ${fg + #222}\n ;background-color: ${bg}" |
209 | tab_tree_item_counter="\n ;color: ${fg - #044 + #400}\n ;font-size: 6pt" | 209 | tab_tree_item_counter="\n ;padding:.33em\n ;color: ${num_fg + #222}\n ;font-size: 7pt" |
210 | tab_tree_sel_item_counter="\n ;color: ${sel_fg - #044 + #400}" | 210 | tab_tree_sel_item_counter="\n ;color: ${num_fg}" |
211 | tab_tree_sel_item_css="\n ;color: ${sel_fg}\n ;background-color: ${sel_bg}\n ;border-radius: 2px" | 211 | tab_tree_sel_item_css="\n ;color: ${fg + #222}\n ;background: ${bg - #211}" |
212 | tool_bar_css="\n ;color: ${fg}\n ;background-color: ${bg}\n ;border: 0" | 212 | tool_bar_css="\n ;color: ${fg}\n ;background-color: ${bg}\n ;border: 0" |
213 | tool_button_css="\n ;color: ${fg}\n ;background: ${bg}\n ;border: 0\n ;border-radius: 2px" | 213 | tool_button_css="\n ;background-color: transparent" |
214 | tool_button_pressed_css="\n ;background: ${sel_bg}" | 214 | tool_button_pressed_css="\n ;background: ${sel_bg}" |
215 | tool_button_selected_css="\n ;background: ${sel_bg - #222}\n ;color: ${sel_fg}\n ;border: 1px solid ${sel_bg}" | 215 | tool_button_selected_css="\n ;background: ${sel_bg - #222}\n ;color: ${sel_fg}\n ;border: 1px solid ${sel_bg}" |
216 | use_system_icons=false | 216 | use_system_icons=false |
diff --git a/dot_config/flameshot/flameshot.ini b/dot_config/flameshot/flameshot.ini index 6f4616a..5223e51 100644 --- a/dot_config/flameshot/flameshot.ini +++ b/dot_config/flameshot/flameshot.ini | |||
@@ -5,7 +5,7 @@ drawColor=#ffffff | |||
5 | filenamePattern=Snipaste_%F_%H-%M-%S | 5 | filenamePattern=Snipaste_%F_%H-%M-%S |
6 | saveAfterCopy=true | 6 | saveAfterCopy=true |
7 | saveAsFileExtension=png | 7 | saveAsFileExtension=png |
8 | savePath=/home/clarkzjw/Documents/sync/Pictures/Screenshots/2022 | 8 | savePath=/home/clarkzjw/Pictures |
9 | savePathFixed=true | 9 | savePathFixed=true |
10 | showHelp=true | 10 | showHelp=true |
11 | showStartupLaunchMessage=false | 11 | showStartupLaunchMessage=false |
diff --git a/dot_config/i3/config b/dot_config/i3/config index 949388e..6175134 100644 --- a/dot_config/i3/config +++ b/dot_config/i3/config | |||
@@ -373,7 +373,8 @@ exec --no-startup-id ~/.screenlayout/builtin-only.sh | |||
373 | exec --no-startup-id nitrogen --restore | 373 | exec --no-startup-id nitrogen --restore |
374 | 374 | ||
375 | # disable power saving (for example if using xscreensaver) | 375 | # disable power saving (for example if using xscreensaver) |
376 | exec --no-startup-id xset -dpms | 376 | # exec --no-startup-id xset -dpms |
377 | exec --no-startup-id xset dpms 0 0 86400 | ||
377 | 378 | ||
378 | # use xautolock to use autosuspend rules for mobile devices | 379 | # use xautolock to use autosuspend rules for mobile devices |
379 | # https://wiki.archlinux.org/title/Session_lock#xautolock | 380 | # https://wiki.archlinux.org/title/Session_lock#xautolock |
@@ -409,9 +410,10 @@ for_window [class="Blueberry.py" instance="blueberry.py"] floating enable | |||
409 | for_window [class="Bluetooth-sendto" instance="bluetooth-sendto"] floating enable | 410 | for_window [class="Bluetooth-sendto" instance="bluetooth-sendto"] floating enable |
410 | for_window [class="Pamac-manager"] floating enable | 411 | for_window [class="Pamac-manager"] floating enable |
411 | for_window [window_role="About"] floating enable | 412 | for_window [window_role="About"] floating enable |
412 | for_window [class="copyq"] floating enable | 413 | for_window [class="copyq"] floating enable resize set 800 800 |
413 | for_window [class="Nm-connection-editor"] floating enable | 414 | for_window [class="Nm-connection-editor"] floating enable |
414 | for_window [class="flameshot"] floating enable | 415 | for_window [class="flameshot"] floating enable |
416 | #for_window [class="TelegramDesktop"] floating enable resize set 800 800 | ||
415 | for_window [class="TelegramDesktop"] floating enable resize set 1300 1200 | 417 | for_window [class="TelegramDesktop"] floating enable resize set 1300 1200 |
416 | for_window [class="eudic"] floating enable resize set 800 800 | 418 | for_window [class="eudic"] floating enable resize set 800 800 |
417 | 419 | ||
diff --git a/dot_config/i3/i3blocks.conf b/dot_config/i3/i3blocks.conf index 2787340..0e0237f 100644 --- a/dot_config/i3/i3blocks.conf +++ b/dot_config/i3/i3blocks.conf | |||
@@ -122,7 +122,7 @@ command=~/.config/i3/scripts/battery2 | |||
122 | # for alternative battery script change to battery1 | 122 | # for alternative battery script change to battery1 |
123 | # change this to battery-pinebook-pro if you are running on pinebook-pro | 123 | # change this to battery-pinebook-pro if you are running on pinebook-pro |
124 | label= | 124 | label= |
125 | interval=30 | 125 | interval=1 |
126 | 126 | ||
127 | #[simple-2] | 127 | #[simple-2] |
128 | #full_text=: | 128 | #full_text=: |
diff --git a/dot_config/picom.conf b/dot_config/picom.conf index bdfe7f2..2ec14a9 100644 --- a/dot_config/picom.conf +++ b/dot_config/picom.conf | |||
@@ -10,8 +10,8 @@ | |||
10 | # Specify the backend to use: `xrender`, `glx`, or `xr_glx_hybrid`. | 10 | # Specify the backend to use: `xrender`, `glx`, or `xr_glx_hybrid`. |
11 | # `xrender` is the default one. | 11 | # `xrender` is the default one. |
12 | # GLX backend is typically much faster but depends on a sane driver. | 12 | # GLX backend is typically much faster but depends on a sane driver. |
13 | backend = "xrender"; | 13 | #backend = "xrender"; |
14 | #backend = "glx"; | 14 | backend = "glx"; |
15 | #backend = "xr_glx_hybrid" | 15 | #backend = "xr_glx_hybrid" |
16 | 16 | ||
17 | ################################# | 17 | ################################# |
@@ -104,7 +104,7 @@ export LC_COLLATE="en_US.UTF-8" | |||
104 | export EDITOR=vim | 104 | export EDITOR=vim |
105 | export VISUAL=vim | 105 | export VISUAL=vim |
106 | export OP_BIOMETRIC_UNLOCK_ENABLED=true | 106 | export OP_BIOMETRIC_UNLOCK_ENABLED=true |
107 | export GOPATH="/home/clarkzjw/Documents/code/go" | 107 | export GOPATH="/home/clarkzjw/go" |
108 | 108 | ||
109 | function addPATH { | 109 | function addPATH { |
110 | case ":$PATH:" in | 110 | case ":$PATH:" in |
@@ -127,6 +127,7 @@ addPATH $GOPATH/bin | |||
127 | 127 | ||
128 | source $HOME/.zshrc-local | 128 | source $HOME/.zshrc-local |
129 | 129 | ||
130 | alias pc="proxychains" | ||
130 | alias tf="terraform" | 131 | alias tf="terraform" |
131 | alias emacs="emacs -nw" | 132 | alias emacs="emacs -nw" |
132 | alias open="xdg-open" | 133 | alias open="xdg-open" |
diff --git a/private_dot_local/share/private_applications/thunar.desktop b/private_dot_local/share/private_applications/thunar.desktop index f256ef4..a5f4d6c 100644 --- a/private_dot_local/share/private_applications/thunar.desktop +++ b/private_dot_local/share/private_applications/thunar.desktop | |||
@@ -226,7 +226,7 @@ Keywords[th]=โปรแกรมจัดการแฟ้ม;โปรแก | |||
226 | Keywords[tr]=dosya yönetici;gezgin;kaşif;explorer;bulucu;bakaç;finder;dizin;dizinler;bölümler;bölümlendirmeler;sürücüler;ağ;aygıtlar;cihazlar;yeniden adlandır;taşı;kopyala;sil;izinler;ev;çöp;çöp kutusu; | 226 | Keywords[tr]=dosya yönetici;gezgin;kaşif;explorer;bulucu;bakaç;finder;dizin;dizinler;bölümler;bölümlendirmeler;sürücüler;ağ;aygıtlar;cihazlar;yeniden adlandır;taşı;kopyala;sil;izinler;ev;çöp;çöp kutusu; |
227 | Keywords[zh_CN]=file manager;explorer;finder;browser;folders;directory;directories;partitions;drives;network;devices;rename;move;copy;delete;permissions;home;trash;文件管理器;资源管理器;查找;浏览;文件夹;目录;分区;驱动;网络;设备;重命名;移动;复制;删除;权限;主文件夹;回收站; | 227 | Keywords[zh_CN]=file manager;explorer;finder;browser;folders;directory;directories;partitions;drives;network;devices;rename;move;copy;delete;permissions;home;trash;文件管理器;资源管理器;查找;浏览;文件夹;目录;分区;驱动;网络;设备;重命名;移动;复制;删除;权限;主文件夹;回收站; |
228 | Keywords[zh_TW]=file manager;explorer;finder;browser;folders;directory;directories;partitions;drives;network;devices;rename;move;copy;delete;permissions;home;trash; | 228 | Keywords[zh_TW]=file manager;explorer;finder;browser;folders;directory;directories;partitions;drives;network;devices;rename;move;copy;delete;permissions;home;trash; |
229 | Exec=env GDK_SCALE=2 thunar %F | 229 | Exec=env GDK_SCALE=1 thunar %F |
230 | #Exec=thunar %F | 230 | #Exec=thunar %F |
231 | Icon=org.xfce.thunar | 231 | Icon=org.xfce.thunar |
232 | Terminal=false | 232 | Terminal=false |