mirror of
				https://git.davidovski.xyz/dot.git
				synced 2024-08-15 00:43:28 +00:00 
			
		
		
		
	change background
This commit is contained in:
		
							parent
							
								
									2c23da6112
								
							
						
					
					
						commit
						6ed4306119
					
				
					 11 changed files with 48 additions and 33 deletions
				
			
		|  | @ -378,7 +378,7 @@ o(^_-)O 			Boxer | ||||||
| {{|└(>o< )┘|}} 			Up In Arms | {{|└(>o< )┘|}} 			Up In Arms | ||||||
| (^^)// 				Applause (2) | (^^)// 				Applause (2) | ||||||
| ( `_)?(_' ) 			Dueling | ( `_)?(_' ) 			Dueling | ||||||
| (´~`) 				Weary | (´~`) 				WearY | ||||||
| v(^_^)v 			Victory (3) | v(^_^)v 			Victory (3) | ||||||
| (ノ_ _)ノ 			Surrender | (ノ_ _)ノ 			Surrender | ||||||
| <( ・ェ-)<} 			Bow and Arrow | <( ・ェ-)<} 			Bow and Arrow | ||||||
|  | @ -452,3 +452,4 @@ o(>< )o⌒*			Mad (3) | ||||||
| \(~O~)/ 			Good Morning | \(~O~)/ 			Good Morning | ||||||
| \_(´▽`)♪_/ 			Bathtub | \_(´▽`)♪_/ 			Bathtub | ||||||
| ( • )( • )ԅ(≖‿≖ԅ)       BOOB | ( • )( • )ԅ(≖‿≖ԅ)       BOOB | ||||||
|  | ◣_◢                     angry | ||||||
|  |  | ||||||
							
								
								
									
										
											BIN
										
									
								
								config/bg.png
									
										
									
									
									
								
							
							
						
						
									
										
											BIN
										
									
								
								config/bg.png
									
										
									
									
									
								
							
										
											Binary file not shown.
										
									
								
							| Before Width: | Height: | Size: 92 KiB After Width: | Height: | Size: 1.5 MiB | 
|  | @ -4,18 +4,20 @@ setup=0 | ||||||
| COLOR_BACKGROUND="#282a2e" | COLOR_BACKGROUND="#282a2e" | ||||||
| COLOR_PRIMARY="#fefefe" | COLOR_PRIMARY="#fefefe" | ||||||
| COLOR_SECONDARY="#707880" | COLOR_SECONDARY="#707880" | ||||||
| BORDER=2 | BORDER=0 | ||||||
| 
 | 
 | ||||||
| hsetroot -solid $COLOR_BACKGROUND & | hsetroot -solid $COLOR_BACKGROUND & | ||||||
| xsetroot -cursor_name left_ptr & | xsetroot -cursor_name left_ptr & | ||||||
| xrdb ~/.config/Xdefaults | xrdb ~/.config/Xdefaults | ||||||
| 
 | 
 | ||||||
| pgrep -x sxhkd > /dev/null || sxhkd & | pgrep -x sxhkd > /dev/null || sxhkd & | ||||||
| pgrep -x compfy > /dev/null || compfy & | pgrep -x picom > /dev/null || picom & | ||||||
| pgrep -x xss-lock > /dev/null || xss-lock slock & | pgrep -x xss-lock > /dev/null || xss-lock slock & | ||||||
| pgrep -x bg.sh > /dev/null || $HOME/.scripts/bg.sh > /dev/null & | pgrep -x bg.sh > /dev/null || $HOME/.scripts/bg.sh > /dev/null & | ||||||
|  | #pgrep -x xcompmgr > /dev/null || xcompmgr -c -C -t-5 -l-5 -r4.2 -o.55 & | ||||||
| 
 | 
 | ||||||
| [ -f "$HOME/.config/xrandr.sh" ] && . $HOME/.config/xrandr.sh | [ -f "$HOME/.config/xrandr.sh" ] && . $HOME/.config/xrandr.sh | ||||||
|  | #xrandr > ~/XRANDR | ||||||
| 
 | 
 | ||||||
| primary=$(bspc query --monitors -m primary) | primary=$(bspc query --monitors -m primary) | ||||||
| set -- a b c d e f g h i j k l m n o  | set -- a b c d e f g h i j k l m n o  | ||||||
|  | @ -29,7 +31,6 @@ for m in $(bspc query -M --names); do | ||||||
|     bspc monitor $m -d ${m}1 ${m}2 ${m}3 ${m}4 ${m}5 ${m}6 ${m}7 ${m}8 ${m}9 |     bspc monitor $m -d ${m}1 ${m}2 ${m}3 ${m}4 ${m}5 ${m}6 ${m}7 ${m}8 ${m}9 | ||||||
| done | done | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| $HOME/.config/polybar/launch.sh & | $HOME/.config/polybar/launch.sh & | ||||||
| 
 | 
 | ||||||
| bspc config border_width	$BORDER | bspc config border_width	$BORDER | ||||||
|  | @ -38,14 +39,16 @@ $HOME/.scripts/toggle-gap.sh | ||||||
| 
 | 
 | ||||||
| ## individual rules | ## individual rules | ||||||
| bspc rule -a Zathura state=tiled | bspc rule -a Zathura state=tiled | ||||||
| bspc rule -a feh state=floating | bspc rule -a feh state=fullscreen | ||||||
| 
 | 
 | ||||||
| bspc config focus_follows_pointer false | bspc config focus_follows_pointer false | ||||||
| 
 | 
 | ||||||
| bspc config normal_border_color "$COLOR_SECONDARY" | bspc config normal_border_color "$COLOR_SECONDARY" | ||||||
| bspc config active_border_color "$COLOR_SECONDARY" | bspc config active_border_color "$COLOR_SECONDARY" | ||||||
| bspc config focused_border_color "$COLOR_PRIMARY" | bspc config focused_border_color "$COLOR_PRIMARY" | ||||||
| wmname bspwm | 
 | ||||||
|  | # fix java programs that get confused on a missing name property | ||||||
|  | wmname LG3D | ||||||
| 
 | 
 | ||||||
| sleep 1 | sleep 1 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -17,7 +17,7 @@ | ||||||
| 
 | 
 | ||||||
| # Manual sensitivity in %. Autosens must be turned off for this to take effect. | # Manual sensitivity in %. Autosens must be turned off for this to take effect. | ||||||
| # 200 means double height. Accepts only non-negative values. | # 200 means double height. Accepts only non-negative values. | ||||||
| ; sensitivity = 100 | ; sensitivity = 200 | ||||||
| 
 | 
 | ||||||
| # The number of bars (0-200). 0 sets it to auto (fill up console). | # The number of bars (0-200). 0 sets it to auto (fill up console). | ||||||
| # Bars' width and space between bars in number of characters. | # Bars' width and space between bars in number of characters. | ||||||
|  | @ -56,10 +56,10 @@ | ||||||
| # For alsa 'source' will be the capture device. | # For alsa 'source' will be the capture device. | ||||||
| # For fifo 'source' will be the path to fifo-file. | # For fifo 'source' will be the path to fifo-file. | ||||||
| # For shmem 'source' will be /squeezelite-AA:BB:CC:DD:EE:FF where 'AA:BB:CC:DD:EE:FF' will be squeezelite's MAC address | # For shmem 'source' will be /squeezelite-AA:BB:CC:DD:EE:FF where 'AA:BB:CC:DD:EE:FF' will be squeezelite's MAC address | ||||||
| ; source = auto | source = auto | ||||||
| 
 | 
 | ||||||
| method = alsa | ; method = alsa | ||||||
|  source = hw:Loopback,1 | ; source = hw:Loopback,1 | ||||||
| 
 | 
 | ||||||
| ; method = fifo | ; method = fifo | ||||||
| ; source = /tmp/mpd.fifo | ; source = /tmp/mpd.fifo | ||||||
|  | @ -139,15 +139,15 @@ method = alsa | ||||||
| 
 | 
 | ||||||
| # Percentage value for integral smoothing. Takes values from 0 - 100. | # Percentage value for integral smoothing. Takes values from 0 - 100. | ||||||
| # Higher values means smoother, but less precise. 0 to disable. | # Higher values means smoother, but less precise. 0 to disable. | ||||||
| ; integral = 76 | integral = 0 | ||||||
| 
 | 
 | ||||||
| # Disables or enables the so-called "Monstercat smoothing" with or without "waves". Set to 0 to disable. | # Disables or enables the so-called "Monstercat smoothing" with or without "waves". Set to 0 to disable. | ||||||
| monstercat = 1 | monstercat = 0 | ||||||
| ; waves = 0 | waves = 0 | ||||||
| 
 | 
 | ||||||
| # Set gravity percentage for "drop off". Higher values means bars will drop faster. | # Set gravity percentage for "drop off". Higher values means bars will drop faster. | ||||||
| # Accepts only non-negative values. 50 means half gravity, 200 means double. Set to 0 to disable "drop off". | # Accepts only non-negative values. 50 means half gravity, 200 means double. Set to 0 to disable "drop off". | ||||||
| ; gravity = 100 | gravity = 400 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| # In bar height, bars that would have been lower that this will not be drawn. | # In bar height, bars that would have been lower that this will not be drawn. | ||||||
|  |  | ||||||
|  | @ -1,5 +1,11 @@ | ||||||
| file:///home/x/docs/proj | file:///home/david/docs/lmms | ||||||
| file:///home/x/dl | file:///home/david/docs docs | ||||||
| file:///tmp | file:///home/david/pics pics | ||||||
| file:/// | file:///home/david/dl dl | ||||||
| file:///home/x/pics/screenshot | file:///home/david/video video | ||||||
|  | file:///home/david/music music | ||||||
|  | file:///home/david/pics/screenshot screenshot | ||||||
|  | file:///home/david/docs/proj proj | ||||||
|  | file:///tmp tmp | ||||||
|  | file:///home/david/video/anime | ||||||
|  | file:///home/david/docs/proj/ardour | ||||||
|  |  | ||||||
|  | @ -13,7 +13,6 @@ application/x-extension-shtml=userapp-Firefox-AK3I01.desktop | ||||||
| application/xhtml+xml=userapp-Firefox-AK3I01.desktop | application/xhtml+xml=userapp-Firefox-AK3I01.desktop | ||||||
| application/x-extension-xhtml=userapp-Firefox-AK3I01.desktop | application/x-extension-xhtml=userapp-Firefox-AK3I01.desktop | ||||||
| application/x-extension-xht=userapp-Firefox-AK3I01.desktop | application/x-extension-xht=userapp-Firefox-AK3I01.desktop | ||||||
| x-scheme-handler/eclipse+command x-scheme-handler/eclipse+mpc=_usr_lib_eclipse_.desktop |  | ||||||
| 
 | 
 | ||||||
| [Added Associations] | [Added Associations] | ||||||
| x-scheme-handler/http=userapp-Firefox-AK3I01.desktop; | x-scheme-handler/http=userapp-Firefox-AK3I01.desktop; | ||||||
|  | @ -26,3 +25,6 @@ application/x-extension-shtml=userapp-Firefox-AK3I01.desktop; | ||||||
| application/xhtml+xml=userapp-Firefox-AK3I01.desktop; | application/xhtml+xml=userapp-Firefox-AK3I01.desktop; | ||||||
| application/x-extension-xhtml=userapp-Firefox-AK3I01.desktop; | application/x-extension-xhtml=userapp-Firefox-AK3I01.desktop; | ||||||
| application/x-extension-xht=userapp-Firefox-AK3I01.desktop; | application/x-extension-xht=userapp-Firefox-AK3I01.desktop; | ||||||
|  | image/gif=nsxiv.desktop; | ||||||
|  | image/png=gimp.desktop; | ||||||
|  | image/jpeg=gimp.desktop; | ||||||
|  |  | ||||||
|  | @ -15,14 +15,24 @@ audio_output { | ||||||
| 
 | 
 | ||||||
| audio_output { | audio_output { | ||||||
| 	type		"pulse" | 	type		"pulse" | ||||||
| 	name		"mpd" |     name		"mpd pulse" | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  | #audio_output { | ||||||
|  | #	type "jack" | ||||||
|  | #	name "MPD jack" | ||||||
|  | #} | ||||||
|  | 
 | ||||||
|  | #audio_output { | ||||||
|  | 	#type "pipewire" | ||||||
|  | 	#name "MPD pipewire" | ||||||
|  | #} | ||||||
|  | 
 | ||||||
| audio_output { | audio_output { | ||||||
|        type            "fifo" |        type            "fifo" | ||||||
|        name            "Visualizer feed" |        name            "Visualizer feed" | ||||||
|        path            "/tmp/mpd.fifo" |        path            "/tmp/mpd.fifo" | ||||||
|        format          "44100:16:2" |        format          "22050:16:2" | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| db_file            "~/.config/mpd/database" | db_file            "~/.config/mpd/database" | ||||||
|  |  | ||||||
|  | @ -1,5 +0,0 @@ | ||||||
| #vo=gpu |  | ||||||
| hwdec=auto |  | ||||||
| screenshot-directory=~/pics/screenshot |  | ||||||
| glsl-shaders="~~/shaders/Anime4K_Clamp_Highlights.glsl:~~/shaders/Anime4K_Upscale_Denoise_CNN.glsl:~~/shaders/Anime4K_Restore_CNN_Moderate_M.glsl:~~/shaders/Anime4K_Upscale_CNN_x2_S.glsl" |  | ||||||
| 
 |  | ||||||
|  | @ -35,7 +35,7 @@ | ||||||
| 
 | 
 | ||||||
| #window { | #window { | ||||||
|     background-color: @background; |     background-color: @background; | ||||||
|     border: 2px; |     border: 0px; | ||||||
|     border-color: @foreground; |     border-color: @foreground; | ||||||
|     padding: 2.5ch; |     padding: 2.5ch; | ||||||
| } | } | ||||||
|  | @ -46,7 +46,7 @@ | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| #message { | #message { | ||||||
|     border: 2px 0px 0px; |     border: 0px 0px 0px; | ||||||
|     border-color: @border-color; |     border-color: @border-color; | ||||||
|     padding: 1px; |     padding: 1px; | ||||||
| } | } | ||||||
|  | @ -68,7 +68,7 @@ | ||||||
| 
 | 
 | ||||||
| #listview { | #listview { | ||||||
|     fixed-height: 0; |     fixed-height: 0; | ||||||
|     border: 2px 0px 0px; |     border: 0px 0px 0px; | ||||||
|     border-color: @border-color; |     border-color: @border-color; | ||||||
|     spacing: 2px; |     spacing: 2px; | ||||||
|     scrollbar: true; |     scrollbar: true; | ||||||
|  |  | ||||||
|  | @ -15,5 +15,5 @@ case $1 in | ||||||
|       ;; |       ;; | ||||||
| esac | esac | ||||||
| 
 | 
 | ||||||
| ddcutil --bus=12 setvcp 60 ${OUT[0]} & | ddcutil --bus=10 setvcp 60 ${OUT[0]} & | ||||||
| wait | wait | ||||||
|  |  | ||||||
|  | @ -73,5 +73,3 @@ passthrough_enable () { | ||||||
| } | } | ||||||
| alias links="links -g -html-g-text-color 0xfefefe -html-g-background-color 0x191919 -font /home/david/.fonts/ttf-mononoki/mononoki-Regular.ttf" | alias links="links -g -html-g-text-color 0xfefefe -html-g-background-color 0x191919 -font /home/david/.fonts/ttf-mononoki/mononoki-Regular.ttf" | ||||||
| alias weechat="weechat -d ~/.weechat" | alias weechat="weechat -d ~/.weechat" | ||||||
| 
 |  | ||||||
| alias manfzf="man -k . | fzf | cut -d'(' -f1 | xargs man" |  | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue