Merge branch 'master' of github.com:ChrisCochrun/.dotfiles into master
This commit is contained in:
		
						commit
						22f755f75d
					
				
					 8 changed files with 3191 additions and 14 deletions
				
			
		
							
								
								
									
										3011
									
								
								awesome/fennel.lua
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										3011
									
								
								awesome/fennel.lua
									
										
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load diff
											
										
									
								
							| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
# Path to Oh My Fish install.
 | 
					# Path to Oh My Fish install.
 | 
				
			||||||
set -q XDG_DATA_HOME
 | 
					set -q XDG_DATA_HOME
 | 
				
			||||||
  and set -gx OMF_PATH "$XDG_DATA_HOME/omf"
 | 
					and set -gx OMF_PATH "$XDG_DATA_HOME/omf"
 | 
				
			||||||
  or set -gx OMF_PATH "$HOME/.local/share/omf"
 | 
					or set -gx OMF_PATH "$HOME/.local/share/omf"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Load Oh My Fish configuration.
 | 
					# Load Oh My Fish configuration.
 | 
				
			||||||
source $OMF_PATH/init.fish
 | 
					source $OMF_PATH/init.fish
 | 
				
			||||||
| 
						 | 
					@ -12,6 +12,7 @@ source $OMF_PATH/init.fish
 | 
				
			||||||
# variables
 | 
					# variables
 | 
				
			||||||
set -x PATH {/bin,/usr/bin,/home/chris/.dotfiles,/home/chris/.emacs.d/bin,/home/chris/scripts}
 | 
					set -x PATH {/bin,/usr/bin,/home/chris/.dotfiles,/home/chris/.emacs.d/bin,/home/chris/scripts}
 | 
				
			||||||
set -x QT_QPA_PLATFORMTHEME "qt5ct"
 | 
					set -x QT_QPA_PLATFORMTHEME "qt5ct"
 | 
				
			||||||
 | 
					set -x QT_AUTO_SCREEN_SCALE_FACTOR 1
 | 
				
			||||||
set -x EDITOR "emacsclient -a emacs"
 | 
					set -x EDITOR "emacsclient -a emacs"
 | 
				
			||||||
set -x TERM alacritty
 | 
					set -x TERM alacritty
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -9,4 +9,5 @@ settings:
 | 
				
			||||||
  content.notifications:
 | 
					  content.notifications:
 | 
				
			||||||
    https://192.168.1.35: true
 | 
					    https://192.168.1.35: true
 | 
				
			||||||
    https://staff.tfcconnection.org: true
 | 
					    https://staff.tfcconnection.org: true
 | 
				
			||||||
 | 
					    https://linuxmc.hopto.org: true
 | 
				
			||||||
    https://www.reddit.com: false
 | 
					    https://www.reddit.com: false
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1680,7 +1680,7 @@ c.hints.radius = 6
 | 
				
			||||||
## with some bitmap fonts. As an alternative to this, it's possible to
 | 
					## with some bitmap fonts. As an alternative to this, it's possible to
 | 
				
			||||||
## set font sizes and the `zoom.default` setting.
 | 
					## set font sizes and the `zoom.default` setting.
 | 
				
			||||||
## Type: Bool
 | 
					## Type: Bool
 | 
				
			||||||
# c.qt.highdpi = False
 | 
					c.qt.highdpi = True
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## When to use Chromium's low-end device mode. This improves the RAM
 | 
					## When to use Chromium's low-end device mode. This improves the RAM
 | 
				
			||||||
## usage of renderer processes, at the expense of performance.
 | 
					## usage of renderer processes, at the expense of performance.
 | 
				
			||||||
| 
						 | 
					@ -1715,7 +1715,7 @@ c.hints.radius = 6
 | 
				
			||||||
## Enable smooth scrolling for web pages. Note smooth scrolling does not
 | 
					## Enable smooth scrolling for web pages. Note smooth scrolling does not
 | 
				
			||||||
## work with the `:scroll-px` command.
 | 
					## work with the `:scroll-px` command.
 | 
				
			||||||
## Type: Bool
 | 
					## Type: Bool
 | 
				
			||||||
# c.scrolling.smooth = False
 | 
					c.scrolling.smooth = False
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## When to find text on a page case-insensitively.
 | 
					## When to find text on a page case-insensitively.
 | 
				
			||||||
## Type: IgnoreCase
 | 
					## Type: IgnoreCase
 | 
				
			||||||
| 
						 | 
					@ -1796,7 +1796,7 @@ c.hints.radius = 6
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Padding (in pixels) for the statusbar.
 | 
					## Padding (in pixels) for the statusbar.
 | 
				
			||||||
## Type: Padding
 | 
					## Type: Padding
 | 
				
			||||||
# c.statusbar.padding = {'top': 1, 'bottom': 1, 'left': 0, 'right': 0}
 | 
					c.statusbar.padding = {'top': 1, 'bottom': 1, 'left': 0, 'right': 2}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Position of the status bar.
 | 
					## Position of the status bar.
 | 
				
			||||||
## Type: VerticalPosition
 | 
					## Type: VerticalPosition
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,8 +0,0 @@
 | 
				
			||||||
[FileDialog]
 | 
					 | 
				
			||||||
history=file:///home/chris, file:///home/chris/Downloads
 | 
					 | 
				
			||||||
lastVisited=file:///home/chris/Downloads
 | 
					 | 
				
			||||||
qtVersion=5.15.0
 | 
					 | 
				
			||||||
shortcuts=file:, file:///home/chris
 | 
					 | 
				
			||||||
sidebarWidth=116
 | 
					 | 
				
			||||||
treeViewHeader=@ByteArray(\0\0\0\xff\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x2L\0\0\0\x4\x1\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0_\xff\xff\xff\xff\0\0\0\x81\0\0\0\0\0\0\0\x4\0\0\0\xff\0\0\0\x1\0\0\0\0\0\0\0X\0\0\0\x1\0\0\0\0\0\0\0X\0\0\0\x1\0\0\0\0\0\0\0\x9d\0\0\0\x1\0\0\0\0\0\0\x3\xe8\0\xff\xff\xff\xff)
 | 
					 | 
				
			||||||
viewMode=Detail
 | 
					 | 
				
			||||||
| 
						 | 
					@ -3,6 +3,7 @@ sp https://tfcconnection.sharepoint.com/sites/TeensForChrist/Shared%20Documents/
 | 
				
			||||||
ama https://smile.amazon.com/
 | 
					ama https://smile.amazon.com/
 | 
				
			||||||
azu https://portal.azure.com/#@tfcconnection.org/dashboard/private/e5f3455d-3737-47d8-852b-1847a3b4801b
 | 
					azu https://portal.azure.com/#@tfcconnection.org/dashboard/private/e5f3455d-3737-47d8-852b-1847a3b4801b
 | 
				
			||||||
ac https://azure-costs.com/app/teams/personal/dashboards?active=e47b9bb7-1701-400e-9cbd-195c9cfda2c2&cycle=monthly
 | 
					ac https://azure-costs.com/app/teams/personal/dashboards?active=e47b9bb7-1701-400e-9cbd-195c9cfda2c2&cycle=monthly
 | 
				
			||||||
 | 
					remind https://www.remind.com/classes/4223h9/messages/stream/d7938995-96c4-495d-95f5-97cdaf48e15a
 | 
				
			||||||
awe https://awesomewm.org/apidoc/index.html
 | 
					awe https://awesomewm.org/apidoc/index.html
 | 
				
			||||||
y https://www.youtube.com/
 | 
					y https://www.youtube.com/
 | 
				
			||||||
nf https://www.nerdfonts.com/cheat-sheet
 | 
					nf https://www.nerdfonts.com/cheat-sheet
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										164
									
								
								rofi/launchers-git/blurry-hidpi.rasi
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										164
									
								
								rofi/launchers-git/blurry-hidpi.rasi
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
					@ -0,0 +1,164 @@
 | 
				
			||||||
 | 
					/*-*- mode: css; -*-*/
 | 
				
			||||||
 | 
					/*
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 | 
					 * Author : Aditya Shakya (adi1090x)
 | 
				
			||||||
 | 
					 * Mail : adi1090x@gmail.com
 | 
				
			||||||
 | 
					 * Github : @adi1090x
 | 
				
			||||||
 | 
					 * Reddit : @adi1090x
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 | 
					 */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					configuration {
 | 
				
			||||||
 | 
					    font:                           "VictorMono Nerd Font 28.0";
 | 
				
			||||||
 | 
					    show-icons:                     true;
 | 
				
			||||||
 | 
						icon-theme: 					"Papirus";
 | 
				
			||||||
 | 
					    display-drun: 					" ";
 | 
				
			||||||
 | 
					    drun-display-format:            "{name} {description}";
 | 
				
			||||||
 | 
					    threads:                        0;
 | 
				
			||||||
 | 
					    scroll-method:                  0;
 | 
				
			||||||
 | 
					    disable-history:                false;
 | 
				
			||||||
 | 
					    fullscreen:                     false;
 | 
				
			||||||
 | 
						hide-scrollbar: 				true;
 | 
				
			||||||
 | 
						sidebar-mode: 					false;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					* {
 | 
				
			||||||
 | 
					    background:                     #12121222;
 | 
				
			||||||
 | 
					    background-color:               #00222b33;
 | 
				
			||||||
 | 
					    background-entry:               #000000;
 | 
				
			||||||
 | 
					    background-alt:                 #323232;
 | 
				
			||||||
 | 
					    foreground:                     #f2f2f2;
 | 
				
			||||||
 | 
					    foreground-selected:            #ffffff;
 | 
				
			||||||
 | 
					    urgent:                         #E91E63;
 | 
				
			||||||
 | 
					    urgent-selected:                #E91E63;
 | 
				
			||||||
 | 
					    transparent:                    #00000000;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					window {
 | 
				
			||||||
 | 
					    background-color:               #44444444;
 | 
				
			||||||
 | 
					    text-color:                     @foreground;
 | 
				
			||||||
 | 
					    border-radius:                  0px;
 | 
				
			||||||
 | 
					    border:                         0px;
 | 
				
			||||||
 | 
					//    height:                         60%;
 | 
				
			||||||
 | 
					    width:                          50%;
 | 
				
			||||||
 | 
					    location:                       center;
 | 
				
			||||||
 | 
					    anchor:                         center;
 | 
				
			||||||
 | 
					    x-offset:                       0;
 | 
				
			||||||
 | 
					    y-offset:                       0;
 | 
				
			||||||
 | 
					    margin:                         0px;
 | 
				
			||||||
 | 
					    padding:                        0px;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					mainbox {
 | 
				
			||||||
 | 
					    border-radius:                  35px;
 | 
				
			||||||
 | 
					    background-color:               @background-color;
 | 
				
			||||||
 | 
					    text-color:                     @foreground;
 | 
				
			||||||
 | 
					    transparency:                   "real";
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					inputbar {
 | 
				
			||||||
 | 
					    background-color:               @background-alt;
 | 
				
			||||||
 | 
					    text-color:                     @foreground;
 | 
				
			||||||
 | 
					    expand:                         false;
 | 
				
			||||||
 | 
					    border-radius:                  36px;
 | 
				
			||||||
 | 
					    margin:                         0px 0px 0px 0px;
 | 
				
			||||||
 | 
					    padding:                        6px 6px 6px 6px;
 | 
				
			||||||
 | 
					    position:                       north;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					prompt {
 | 
				
			||||||
 | 
					  enabled:                  				true;
 | 
				
			||||||
 | 
						padding: 						              0px 6px 0px 5px;
 | 
				
			||||||
 | 
						background-color: 				        @transparent;
 | 
				
			||||||
 | 
					    text-color:                     @foreground;
 | 
				
			||||||
 | 
						// font:							                "FantasqueSansMono Nerd Font 16";
 | 
				
			||||||
 | 
					  border:                           0px;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					entry {
 | 
				
			||||||
 | 
					    background-color:               @transparent;
 | 
				
			||||||
 | 
					    placeholder-color:              @foreground;
 | 
				
			||||||
 | 
					    text-color:                     @foreground;
 | 
				
			||||||
 | 
					    expand:                         true;
 | 
				
			||||||
 | 
					    horizontal-align:               0;
 | 
				
			||||||
 | 
					    placeholder:                    "Search";
 | 
				
			||||||
 | 
					    blink:                          true;
 | 
				
			||||||
 | 
					    border:                         0px;
 | 
				
			||||||
 | 
					    padding:                        0px 0px 0px 6px;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					case-indicator {
 | 
				
			||||||
 | 
					    background-color:               @transparent;
 | 
				
			||||||
 | 
					    text-color:                     @foreground;
 | 
				
			||||||
 | 
					    spacing:                        0;
 | 
				
			||||||
 | 
					    border:                         0px;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					listview {
 | 
				
			||||||
 | 
					    background-color:               @background;
 | 
				
			||||||
 | 
					    columns:                        1;
 | 
				
			||||||
 | 
					    spacing:                        4px;
 | 
				
			||||||
 | 
					    cycle:                          false;
 | 
				
			||||||
 | 
					    dynamic:                        true;
 | 
				
			||||||
 | 
					    layout:                         vertical;
 | 
				
			||||||
 | 
					    lines:                          10;
 | 
				
			||||||
 | 
					    scrollbar:                      false;
 | 
				
			||||||
 | 
					    border:                         0px;
 | 
				
			||||||
 | 
					    fixed-height:                   false;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					mainbox {
 | 
				
			||||||
 | 
					    background-color:               @transparent;
 | 
				
			||||||
 | 
					    text-color:                     @transparent;
 | 
				
			||||||
 | 
					    children:                       [ inputbar, listview ];
 | 
				
			||||||
 | 
					    spacing:                        5px;
 | 
				
			||||||
 | 
					    padding:                        10px 10px 10px 10px;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					element {
 | 
				
			||||||
 | 
					    background-color:               @background;
 | 
				
			||||||
 | 
					    text-color:                     @foreground;
 | 
				
			||||||
 | 
					    orientation:                    horizontal;
 | 
				
			||||||
 | 
					    border-radius:                  6px;
 | 
				
			||||||
 | 
					    padding:                        5px 0px 5px 0px;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					element-icon {
 | 
				
			||||||
 | 
					    size:                           20px;
 | 
				
			||||||
 | 
					    border:                         0px;
 | 
				
			||||||
 | 
					    padding:                        0px 10px 0px;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					element-text {
 | 
				
			||||||
 | 
					    expand:                         true;
 | 
				
			||||||
 | 
					    vertical-align:                 0.5;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					element normal.urgent,
 | 
				
			||||||
 | 
					element alternate.urgent {
 | 
				
			||||||
 | 
					    background-color:               @urgent;
 | 
				
			||||||
 | 
					    text-color:                     @foreground;
 | 
				
			||||||
 | 
					    border-radius:                  9px;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					element normal.active,
 | 
				
			||||||
 | 
					element alternate.active {
 | 
				
			||||||
 | 
					    background-color:               @background-alt;
 | 
				
			||||||
 | 
					    text-color:                     @foreground;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					element selected {
 | 
				
			||||||
 | 
					    background-color:               @background-alt;
 | 
				
			||||||
 | 
					    text-color:                     @foreground-selected;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					element selected.urgent {
 | 
				
			||||||
 | 
					    background-color:               @urgent-selected;
 | 
				
			||||||
 | 
					    text-color:                     @foreground;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					element selected.active {
 | 
				
			||||||
 | 
					    background-color:               @background-alt;
 | 
				
			||||||
 | 
					    color:                          @foreground-selected;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
| 
						 | 
					@ -12,6 +12,13 @@
 | 
				
			||||||
# gnome_do	slingshot		appdrawer			appfolder		column
 | 
					# gnome_do	slingshot		appdrawer			appfolder		column
 | 
				
			||||||
# row		row_center		screen				row_dock		row_dropdown
 | 
					# row		row_center		screen				row_dock		row_dropdown
 | 
				
			||||||
 | 
					
 | 
				
			||||||
style="blurry"
 | 
					
 | 
				
			||||||
 | 
					if [ $(hostname) = "chris-linuxlaptop" ]; then
 | 
				
			||||||
 | 
					    style="blurry-hidpi"
 | 
				
			||||||
 | 
					    #echo "this is hidpi"
 | 
				
			||||||
 | 
					else 
 | 
				
			||||||
 | 
					    style="blurry"
 | 
				
			||||||
 | 
					    #echo "this is not hidpi"
 | 
				
			||||||
 | 
					fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
rofi -no-lazy-grab -show drun -modi drun,window,calc,ssh,run,emoji -theme launchers-git/"$style".rasi
 | 
					rofi -no-lazy-grab -show drun -modi drun,window,calc,ssh,run,emoji -theme launchers-git/"$style".rasi
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue