Compare commits
3 commits
3df6d2e5eb
...
a3b65a1bdb
Author | SHA1 | Date | |
---|---|---|---|
a3b65a1bdb | |||
eaa89ac51a | |||
1b1d339c12 |
4 changed files with 15 additions and 68 deletions
|
@ -13,59 +13,5 @@ window:
|
||||||
font:
|
font:
|
||||||
normal:
|
normal:
|
||||||
family: FiraCode Nerd Font Mono
|
family: FiraCode Nerd Font Mono
|
||||||
|
|
||||||
style: Medium
|
style: Medium
|
||||||
|
|
||||||
size: 12.0
|
size: 12.0
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -36,6 +36,13 @@ lazy.setup({
|
||||||
'tpope/vim-surround',
|
'tpope/vim-surround',
|
||||||
'tpope/vim-obsession',
|
'tpope/vim-obsession',
|
||||||
|
|
||||||
|
{
|
||||||
|
'm4xshen/hardtime.nvim',
|
||||||
|
config = function()
|
||||||
|
require 'hardtime'.setup {}
|
||||||
|
end
|
||||||
|
},
|
||||||
|
|
||||||
--Tmux navigation
|
--Tmux navigation
|
||||||
{
|
{
|
||||||
'alexghergh/nvim-tmux-navigation',
|
'alexghergh/nvim-tmux-navigation',
|
||||||
|
@ -71,10 +78,11 @@ lazy.setup({
|
||||||
end
|
end
|
||||||
},
|
},
|
||||||
|
|
||||||
{'stevearc/oil.nvim',
|
{
|
||||||
config = function()
|
'stevearc/oil.nvim',
|
||||||
require("oil").setup()
|
config = function()
|
||||||
end
|
require("oil").setup()
|
||||||
|
end
|
||||||
},
|
},
|
||||||
|
|
||||||
-------------------------------------------------------LSP----------------------------------------------
|
-------------------------------------------------------LSP----------------------------------------------
|
||||||
|
|
|
@ -19,14 +19,7 @@ corner-radius = 4.0;
|
||||||
rounded-corners-exclude = [
|
rounded-corners-exclude = [
|
||||||
#"window_type = 'normal'",
|
#"window_type = 'normal'",
|
||||||
"class_g = 'Rofi'",
|
"class_g = 'Rofi'",
|
||||||
"class_g = 'awesome'",
|
"class_g = 'TelegramDesktop'",
|
||||||
"class_g = 'URxvt'",
|
|
||||||
"class_g = 'XTerm'",
|
|
||||||
"class_g = 'kitty'",
|
|
||||||
"class_g = 'Polybar'",
|
|
||||||
"class_g = 'code-oss'",
|
|
||||||
#"class_g = 'TelegramDesktop'",
|
|
||||||
"class_g = 'Thunderbird'"
|
|
||||||
];
|
];
|
||||||
round-borders = 1;
|
round-borders = 1;
|
||||||
round-borders-exclude = [
|
round-borders-exclude = [
|
||||||
|
|
|
@ -57,7 +57,7 @@ import Colors.Teal
|
||||||
* Variables
|
* Variables
|
||||||
@code haskell
|
@code haskell
|
||||||
|
|
||||||
myTerminal = "alacritty"
|
myTerminal = "kitty"
|
||||||
myTerminalTmux = myTerminal ++ " -e tmux a"
|
myTerminalTmux = myTerminal ++ " -e tmux a"
|
||||||
myTextEditor = "nvim"
|
myTextEditor = "nvim"
|
||||||
myWebBrowser = "firefox"
|
myWebBrowser = "firefox"
|
||||||
|
@ -172,7 +172,7 @@ myStartupHook = do
|
||||||
spawn ("killall trayer ;sleep 1 && trayer --monitor 0 --edge top --align right --widthtype request --padding 7 --iconspacing 12 --SetDockType true --SetPartialStrut true --expand true --transparent true --alpha 0 --tint 0x2B2E37 --height 26 --distance 5 &")
|
spawn ("killall trayer ;sleep 1 && trayer --monitor 0 --edge top --align right --widthtype request --padding 7 --iconspacing 12 --SetDockType true --SetPartialStrut true --expand true --transparent true --alpha 0 --tint 0x2B2E37 --height 26 --distance 5 &")
|
||||||
spawnOn "web" myWebBrowser
|
spawnOn "web" myWebBrowser
|
||||||
spawnOn "main" myTerminalTmux
|
spawnOn "main" myTerminalTmux
|
||||||
spawnOn "monitoring" ("alacritty -e btop")
|
spawnOn "monitoring" (myTerminal ++ " -e btop")
|
||||||
@end
|
@end
|
||||||
* XMobar Config
|
* XMobar Config
|
||||||
@code haskell
|
@code haskell
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue