switched back to sway
This commit is contained in:
parent
7b959b08ad
commit
ee6da6e10d
File diff suppressed because one or more lines are too long
@ -1,5 +1,10 @@
|
|||||||
font-family = ""
|
font-family = ""
|
||||||
font-family = "Olympe Mono Hacked"
|
# font-family = "FairfaxHaxHD"
|
||||||
|
# font-family = "PragmataPro Liga"
|
||||||
|
# font-family = "BigBlueTermPlus Nerd Font"
|
||||||
|
# font-family = "Olympe Mono Hacked"
|
||||||
font-family = "CaskaydiaCove Nerd Font"
|
font-family = "CaskaydiaCove Nerd Font"
|
||||||
# theme = light:rose-pine-dawn,dark:rose-pine
|
# theme = light:rose-pine-dawn,dark:rose-pine
|
||||||
|
font-size = 14
|
||||||
theme = light:xcodelight,dark:xcodedark
|
theme = light:xcodelight,dark:xcodedark
|
||||||
|
window-decoration = false
|
||||||
|
@ -295,11 +295,12 @@ return require('packer').startup(function(use)
|
|||||||
table.insert(names, server.name)
|
table.insert(names, server.name)
|
||||||
end
|
end
|
||||||
return " [" .. table.concat(names, " ") .. "]"
|
return " [" .. table.concat(names, " ") .. "]"
|
||||||
|
-- return "[" .. table.concat(names, " ") .. "]"
|
||||||
end
|
end
|
||||||
require('lualine').setup {
|
require('lualine').setup {
|
||||||
options = {
|
options = {
|
||||||
globalstatus = true,
|
globalstatus = true,
|
||||||
icons_enabled = false,
|
icons_enabled = true,
|
||||||
section_separators = { left = '', right = '' },
|
section_separators = { left = '', right = '' },
|
||||||
component_separators = { left = '', right = '' }
|
component_separators = { left = '', right = '' }
|
||||||
},
|
},
|
||||||
|
@ -13,7 +13,7 @@ vim.opt.showmode = false
|
|||||||
|
|
||||||
vim.opt.smartindent = true
|
vim.opt.smartindent = true
|
||||||
|
|
||||||
vim.opt.spell = true
|
-- vim.opt.spell = true
|
||||||
vim.opt.spelllang = "en_us"
|
vim.opt.spelllang = "en_us"
|
||||||
|
|
||||||
vim.opt.swapfile = false
|
vim.opt.swapfile = false
|
||||||
@ -53,7 +53,7 @@ vim.keymap.set("n", "<C-->", function()
|
|||||||
ChangeScaleFactor(1 / 1.25)
|
ChangeScaleFactor(1 / 1.25)
|
||||||
end)
|
end)
|
||||||
|
|
||||||
vim.opt.guifont = { "Olympe Mono Hacked", ":h12" }
|
vim.opt.guifont = { "Fairfax", ":h12" }
|
||||||
vim.opt.termguicolors = true
|
vim.opt.termguicolors = true
|
||||||
|
|
||||||
vim.g.netrw_keepdir = 0
|
vim.g.netrw_keepdir = 0
|
||||||
|
@ -31,7 +31,7 @@ super + p
|
|||||||
dmenu_run
|
dmenu_run
|
||||||
# Terminal
|
# Terminal
|
||||||
super + Return
|
super + Return
|
||||||
st
|
ghostty
|
||||||
# Screenshot
|
# Screenshot
|
||||||
super + shift + s
|
super + shift + s
|
||||||
scrot -s -e 'xclip -selection clipboard -t image/png -i $f' ~/Pictures/screenshots/%Y-%m-%d-%T-screenshot.png
|
scrot -s -e 'xclip -selection clipboard -t image/png -i $f' ~/Pictures/screenshots/%Y-%m-%d-%T-screenshot.png
|
||||||
|
@ -4,10 +4,11 @@ if [ "$XDG_SESSION_DESKTOP" = "sway" ] ; then
|
|||||||
export STUDIO_JDK=/usr/lib/jvm/java-11-openjdk/
|
export STUDIO_JDK=/usr/lib/jvm/java-11-openjdk/
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
export BEMENU_OPTS='--fn "Cascadia Code 12"'
|
||||||
|
|
||||||
# Added by Toolbox App
|
# Added by Toolbox App
|
||||||
export PATH="$PATH:/home/mikec/.local/share/JetBrains/Toolbox/scripts"
|
export PATH="$PATH:/home/mikec/.local/share/JetBrains/Toolbox/scripts"
|
||||||
|
GTK_THEME=Chicago95
|
||||||
|
|
||||||
|
|
||||||
[ -f "/home/mikec/.ghcup/env" ] && . "/home/mikec/.ghcup/env" # ghcup-env
|
[ -f "/home/mikec/.ghcup/env" ] && . "/home/mikec/.ghcup/env" # ghcup-env
|
19
config/.scripts/switch.sh
Executable file
19
config/.scripts/switch.sh
Executable file
@ -0,0 +1,19 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
current=$(gsettings get org.gnome.desktop.interface color-scheme)
|
||||||
|
|
||||||
|
if [ "${current}" != "'prefer-dark'" ]; then #default
|
||||||
|
|
||||||
|
echo "Switching to dark."
|
||||||
|
gsettings set org.gnome.desktop.interface color-scheme prefer-dark
|
||||||
|
gsettings set org.gnome.desktop.interface gtk-theme Adwaita-dark
|
||||||
|
gsettings set org.gnome.desktop.interface icon-theme breeze-dark
|
||||||
|
|
||||||
|
else # already dark
|
||||||
|
|
||||||
|
echo "Switching to light."
|
||||||
|
gsettings set org.gnome.desktop.interface color-scheme default
|
||||||
|
gsettings set org.gnome.desktop.interface gtk-theme Adwaita
|
||||||
|
gsettings set org.gnome.desktop.interface icon-theme breeze
|
||||||
|
|
||||||
|
fi
|
@ -1,10 +1,10 @@
|
|||||||
export PATH="${PATH}:$HOME/.scripts:~/.local/share/gem/ruby/3.0.0/bin"
|
export PATH="${PATH}:$HOME/.scripts:~/.local/share/gem/ruby/3.0.0/bin"
|
||||||
# export GDK_SCALE=2
|
# export GDK_SCALE=2
|
||||||
# export GDK_DPI_SCALE=0.5
|
# export GDK_DPI_SCALE=0.5
|
||||||
export XCURSOR_SIZE=32
|
# export XCURSOR_SIZE=32
|
||||||
# export SUDO_ASKPASS=ksshaskpass
|
# export SUDO_ASKPASS=ksshaskpass
|
||||||
# export _JAVA_AWT_WM_NONREPARENTING=1
|
export _JAVA_AWT_WM_NONREPARENTING=1
|
||||||
# sxhkd -c $HOME/.config/berry/sxhkdrc &
|
# sxhkd -c $HOME/.config/berry/sxhkdrc &
|
||||||
# xrandr --output DisplayPort-0 --rate 165
|
# xrandr --output DisplayPort-0 --rate 165
|
||||||
# autorandr -c
|
autorandr -c
|
||||||
# $HOME/.fehbg
|
$HOME/.fehbg
|
||||||
|
Loading…
x
Reference in New Issue
Block a user