random stuff, no nvim yet
This commit is contained in:
parent
1317bd49fa
commit
ef3764a72c
|
@ -1,8 +1,8 @@
|
||||||
window:
|
window:
|
||||||
opacity: 0.85
|
opacity: 0.7
|
||||||
|
|
||||||
font:
|
font:
|
||||||
size: 20
|
size: 12
|
||||||
normal:
|
normal:
|
||||||
family: FiraCode Nerd Font
|
family: FiraCode Nerd Font
|
||||||
style: Regular
|
style: Regular
|
||||||
|
|
|
@ -105,6 +105,7 @@ alias vim="nvim"
|
||||||
alias docs="python ~/scripts/stock_price.py -s docs"
|
alias docs="python ~/scripts/stock_price.py -s docs"
|
||||||
alias stock="python ~/scripts/stock_price.py -s "
|
alias stock="python ~/scripts/stock_price.py -s "
|
||||||
alias cls="clear & ls"
|
alias cls="clear & ls"
|
||||||
|
alias r="ranger"
|
||||||
|
|
||||||
xhost +local:root > /dev/null 2>&1
|
xhost +local:root > /dev/null 2>&1
|
||||||
|
|
||||||
|
@ -148,5 +149,7 @@ ex ()
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
PATH=$PATH:/usr/local/bin
|
||||||
|
export EDITOR=/usr/local/bin/nvim
|
||||||
|
|
||||||
pfetch
|
pfetch
|
||||||
|
|
|
@ -44,8 +44,12 @@ bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOU
|
||||||
# Use Mouse+$mod to drag floating windows to their wanted position
|
# Use Mouse+$mod to drag floating windows to their wanted position
|
||||||
floating_modifier $mod
|
floating_modifier $mod
|
||||||
|
|
||||||
|
# this might mess things up idk lol
|
||||||
|
set $term alacritty
|
||||||
|
|
||||||
|
|
||||||
# start a terminal
|
# start a terminal
|
||||||
bindsym $mod+Return exec --no-startup-id alacritty
|
bindsym $mod+Return exec --no-startup-id $term
|
||||||
|
|
||||||
# kill focused window
|
# kill focused window
|
||||||
bindsym $mod+Shift+q kill
|
bindsym $mod+Shift+q kill
|
||||||
|
@ -244,7 +248,7 @@ set $bar-inactive_workspace #755B69
|
||||||
#}
|
#}
|
||||||
|
|
||||||
# set background on startup
|
# set background on startup
|
||||||
set $wallpaper ~/Pictures/wallpapers/rennaissance.jpg
|
set $wallpaper ~/Pictures/wallpapers/trees_with_bird.jpg
|
||||||
exec --no-startup-id feh --bg-fill $wallpaper
|
exec --no-startup-id feh --bg-fill $wallpaper
|
||||||
|
|
||||||
# turn picom on on start up
|
# turn picom on on start up
|
||||||
|
@ -269,12 +273,13 @@ client.focused_inactive $bd-color #111111 #ffffff #333333 #333333
|
||||||
client.unfocused $bd-color #111111 #ffffff #333333 #333333
|
client.unfocused $bd-color #111111 #ffffff #333333 #333333
|
||||||
|
|
||||||
# lock screen
|
# lock screen
|
||||||
bindsym $mod+l exec ~/.scripts/lock.sh
|
bindsym $mod+l exec ~/scripts/lock.sh
|
||||||
|
|
||||||
# dmenu stuff
|
# dmenu stuff
|
||||||
bindsym $mod+c exec ~/.scripts/dmenu_configs.sh
|
bindsym $mod+c exec ~/scripts/dmenu_configs.sh
|
||||||
bindsym $mod+p exec ~/.scripts/dmenu_wallpaper.sh
|
bindsym $mod+p exec ~/scripts/dmenu_wallpaper.sh
|
||||||
bindsym $mod+x exec ~/.scripts/dmenu_shutdown.sh
|
bindsym $mod+x exec ~/scripts/dmenu_shutdown.sh
|
||||||
|
bindsym $mod+n exec ~/scripts/dmenu_notes.sh >>~/tmp_log.txt 2>&1
|
||||||
|
|
||||||
# common programs
|
# common programs
|
||||||
bindsym $mod+Shift+w exec firefox
|
bindsym $mod+Shift+w exec firefox
|
||||||
|
|
|
@ -221,7 +221,7 @@ backend = "xrender";
|
||||||
|
|
||||||
# Enable/disable VSync.
|
# Enable/disable VSync.
|
||||||
# vsync = false
|
# vsync = false
|
||||||
vsync = true
|
vsync = false
|
||||||
|
|
||||||
# Enable remote control via D-Bus. See the *D-BUS API* section below for more details.
|
# Enable remote control via D-Bus. See the *D-BUS API* section below for more details.
|
||||||
# dbus = false
|
# dbus = false
|
||||||
|
@ -252,7 +252,7 @@ detect-client-opacity = true;
|
||||||
# try detecting this with X RandR extension.
|
# try detecting this with X RandR extension.
|
||||||
#
|
#
|
||||||
# refresh-rate = 60
|
# refresh-rate = 60
|
||||||
refresh-rate = 0
|
# refresh-rate = 0
|
||||||
|
|
||||||
# Limit picom to repaint at most once every 1 / 'refresh_rate' second to
|
# Limit picom to repaint at most once every 1 / 'refresh_rate' second to
|
||||||
# boost performance. This should not be used with
|
# boost performance. This should not be used with
|
||||||
|
|
|
@ -52,7 +52,8 @@ secondary = #dddddd
|
||||||
alert = #bd2c40
|
alert = #bd2c40
|
||||||
|
|
||||||
[bar/main]
|
[bar/main]
|
||||||
monitor = ${env:MONITOR:HDMI-0}
|
#monitor = ${env:MONITOR:HDMI-0}
|
||||||
|
monitor = ${env:MONITOR:default}
|
||||||
width = 100%
|
width = 100%
|
||||||
height = 27
|
height = 27
|
||||||
;offset-x = 1%
|
;offset-x = 1%
|
||||||
|
@ -77,8 +78,10 @@ module-margin-left = 1
|
||||||
module-margin-right = 2
|
module-margin-right = 2
|
||||||
|
|
||||||
;font-0 = fixed:pixelsize=10;1
|
;font-0 = fixed:pixelsize=10;1
|
||||||
font-0 = CodeNewRoman Nerd Font:pixelsize=10:style=Bold
|
font-0 = FiraCode Nerd Font
|
||||||
font-1 = Source Han Sans JP,源ノ角ゴシック JP:style=Regular
|
; font-0 = CodeNewRoman Nerd Font:pixelsize=10:style=Bold
|
||||||
|
; font-1 = Source Han Sans JP,源ノ角ゴシック JP:style=Regular
|
||||||
|
font-1 = Source Han Code JP
|
||||||
font-2 = NotoSansMono Nerd Font:style=Regular
|
font-2 = NotoSansMono Nerd Font:style=Regular
|
||||||
font-3 = FontAwesome6Free
|
font-3 = FontAwesome6Free
|
||||||
font-4 = FontAwesome6Free:style=Solid
|
font-4 = FontAwesome6Free:style=Solid
|
||||||
|
@ -214,13 +217,13 @@ exec = ~/scripts/i3_finance.sh
|
||||||
format-prefix-foreground = ${colors.foreground-alt}
|
format-prefix-foreground = ${colors.foreground-alt}
|
||||||
interval = 3600
|
interval = 3600
|
||||||
|
|
||||||
[module/pacman]
|
#[module/pacman]
|
||||||
type = custom/script
|
#type = custom/script
|
||||||
exec = ~/scripts/i3_pacman.sh
|
#exec = ~/scripts/i3_pacman.sh
|
||||||
interval = 3600
|
#interval = 3600
|
||||||
format-prefix = " "
|
#format-prefix = " "
|
||||||
format-prefix-foreground = ${colors.foreground-alt}
|
#format-prefix-foreground = ${colors.foreground-alt}
|
||||||
click-left = alacritty --hold --class update,update -e sudo pacman -Syu
|
#click-left = alacritty --hold --class update,update -e sudo pacman -Syu
|
||||||
|
|
||||||
[module/volume]
|
[module/volume]
|
||||||
type = custom/script
|
type = custom/script
|
||||||
|
|
|
@ -6,4 +6,6 @@ configuration {
|
||||||
}
|
}
|
||||||
//@theme "/usr/share/rofi/themes/gruvbox-dark-hard.rasi"
|
//@theme "/usr/share/rofi/themes/gruvbox-dark-hard.rasi"
|
||||||
//@theme "/usr/share/rofi/themes/glue_pro_blue.rasi"
|
//@theme "/usr/share/rofi/themes/glue_pro_blue.rasi"
|
||||||
@theme "/usr/share/rofi/themes/clint.rasi"
|
//@theme "/usr/share/rofi/themes/clint.rasi"
|
||||||
|
//@theme "/usr/share/rofi/themes/lb.rasi"
|
||||||
|
@theme "/usr/share/rofi/themes/fancy.rasi"
|
||||||
|
|
|
@ -24,6 +24,9 @@ unbind %
|
||||||
# reload config file (change file location to your the tmux.conf you want to use)
|
# reload config file (change file location to your the tmux.conf you want to use)
|
||||||
bind r source-file ~/.config/tmux/tmux.conf\; display ' Reloaded tmux config.'
|
bind r source-file ~/.config/tmux/tmux.conf\; display ' Reloaded tmux config.'
|
||||||
|
|
||||||
|
# Create a new session
|
||||||
|
bind S command-prompt -p "New Session:" "new-session -A -s '%%'"
|
||||||
|
|
||||||
# # switch panes using Alt-arrow without prefix
|
# # switch panes using Alt-arrow without prefix
|
||||||
# bind -n M-Left select-pane -L
|
# bind -n M-Left select-pane -L
|
||||||
# bind -n M-Right select-pane -R
|
# bind -n M-Right select-pane -R
|
||||||
|
@ -51,6 +54,7 @@ set-option -g detach-on-destroy off
|
||||||
# Paste instantly: upper case letter
|
# Paste instantly: upper case letter
|
||||||
# Paste from tmux register: <leader>=
|
# Paste from tmux register: <leader>=
|
||||||
set -g @plugin 'fcsonline/tmux-thumbs'
|
set -g @plugin 'fcsonline/tmux-thumbs'
|
||||||
|
set -g @thumbs-key F
|
||||||
|
|
||||||
# Weather data
|
# Weather data
|
||||||
set -g @plugin 'xamut/tmux-weather'
|
set -g @plugin 'xamut/tmux-weather'
|
||||||
|
|
Loading…
Reference in New Issue