Updated config

This commit is contained in:
Eduard Urbach 2024-06-02 13:08:11 +02:00
parent 4749123761
commit d1a86106db
Signed by: akyoto
GPG Key ID: C874F672B1AF20C0
6 changed files with 20 additions and 18 deletions

View File

@ -6,6 +6,7 @@ bind = $main, D, exec, $editor
bind = $main, E, exec, $files
bind = $main, F1, exec, $systeminfo
bind = $main, L, exec, $lockscreen
bind = $main, P, exec, $processmonitor
bind = $main, Return, exec, $floating
bind = $main, S, exec, pkill $statusbar || $statusbar
bind = $main, Super_L, exec, pkill $menu || $menu
@ -17,7 +18,6 @@ bind = , Print, exec, $screenshot
bind = $main, C, killactive,
bind = $main, F, fullscreen,
bind = $main, V, togglefloating,
bind = $main, P, pseudo,
bind = $main, J, togglesplit,
# Session management

View File

@ -1,7 +1,7 @@
# Apps
$browser = firefox
$email = evolution
$files = nautilus
$files = nemo
$logout = wlogout
$lockscreen = swaylock
$menu = fuzzel
@ -15,3 +15,4 @@ $editor = $terminal -e nvim
$center = [float;size 960 540;center]
$floating = $center $terminal
$systeminfo = $center $terminal --hold -e fastfetch
$processmonitor = $terminal -e btop

View File

@ -1,18 +1,18 @@
{
"Comment.nvim": { "branch": "master", "commit": "0236521ea582747b58869cb72f70ccfa967d2e89" },
"flash.nvim": { "branch": "main", "commit": "11a2e667d19d8f48c93c6ed2e2e525ac6b1b79be" },
"flash.nvim": { "branch": "main", "commit": "0b85b5ea6eaaebab5e012fab3496102094550686" },
"gitsigns.nvim": { "branch": "main", "commit": "75dc649106827183547d3bedd4602442340d2f7f" },
"lazy.nvim": { "branch": "main", "commit": "24fa2a97085ca8a7220b5b078916f81e316036fd" },
"mini.completion": { "branch": "main", "commit": "b7f4971ffc0e042f02f90c14ddceeb0e6472904b" },
"lazy.nvim": { "branch": "main", "commit": "ad30030b6abca7dac5a493c58b4d183b3fe93202" },
"mini.completion": { "branch": "main", "commit": "6cd80770afa5da1d2a529a2b4b1fb18756d7866c" },
"mini.surround": { "branch": "main", "commit": "27096c1a27324ee8f2044ea2adc77366d8a782de" },
"monokai.nvim": { "branch": "master", "commit": "b8bd44d5796503173627d7a1fc51f77ec3a08a63" },
"noice.nvim": { "branch": "main", "commit": "69c6ad5c1f1c0777125d0275f9871d8609cb0521" },
"nui.nvim": { "branch": "main", "commit": "b1b3dcd6ed8f355c78bad3d395ff645be5f8b6ae" },
"nvim-autopairs": { "branch": "master", "commit": "c15de7e7981f1111642e7e53799e1211d4606cb9" },
"nvim-lspconfig": { "branch": "master", "commit": "b124ef3bd4435a6db7ff03ea2f5a23e1e0487552" },
"nvim-lspconfig": { "branch": "master", "commit": "710a8fa7379db32199545f30ea01dd8446b9302f" },
"nvim-notify": { "branch": "master", "commit": "d333b6f167900f6d9d42a59005d82919830626bf" },
"nvim-tree.lua": { "branch": "master", "commit": "5a87ffe35c4739ffb6b62052572583ad277a20ae" },
"nvim-treesitter": { "branch": "master", "commit": "b7d50e59b1b2990b3ce8761d4cf595f4b71c87e2" },
"nvim-tree.lua": { "branch": "master", "commit": "26632f496e7e3c0450d8ecff88f49068cecc8bda" },
"nvim-treesitter": { "branch": "master", "commit": "deb76a224a4ad1de9552c828c5d907acf9f288f0" },
"nvim-web-devicons": { "branch": "master", "commit": "b77921fdc44833c994fdb389d658ccbce5490c16" },
"plenary.nvim": { "branch": "master", "commit": "a3e3bc82a3f95c5ed0d7201546d5d2c19b20d683" },
"telescope-project.nvim": { "branch": "master", "commit": "1aaf16580a614601a7f7077d9639aeb457dc5559" },

View File

@ -33,12 +33,12 @@
"godotTools.editorPath.godot4": "/usr/bin/godot",
"godotTools.lsp.serverPort": 6005,
"security.workspace.trust.enabled": false,
"svelte.enable-ts-plugin": true,
"telemetry.telemetryLevel": "off",
"typescript.updateImportsOnFileMove.enabled": "always",
"window.menuBarVisibility": "hidden",
"window.zoomLevel": 1,
"workbench.activityBar.location": "hidden",
"workbench.colorCustomizations": {"scrollbar.shadow": "#0000"},
"workbench.colorTheme": "Monokai",
"workbench.editor.enablePreview": false,
"workbench.editor.showTabs": "none",

View File

@ -68,7 +68,7 @@
"title-len": 30,
},
"wireplumber": {
"format": "<span color='#ffffff40'>{icon}</span> {volume}%",
"format": "<span color='#ffffff40'>{icon}</span> {volume}%",
"format-muted": "",
"scroll-step": 5,
"format-icons": ["", "", ""],
@ -87,7 +87,7 @@
"format-icons": {
"default": "",
"empty": "",
"active": "",
"active": "",
"urgent": "",
},
"sort-by-number": true,

View File

@ -7,21 +7,22 @@ window {
}
button {
color: #ffffff;
background-color: rgba(0, 0, 0, 1);
border-style: solid;
border-color: #33ccfe;
/* color: #ffffff; */
/* background-color: rgba(255, 255, 255, 0.5); */
border-width: 2px;
border-radius: 10px;
border-style: solid;
border-color: rgba(255, 255, 255, 0.5);
/* border-radius: 50%; */
background-repeat: no-repeat;
background-position: center;
background-size: 25%;
margin: 50px;
margin: 25px;
}
button:focus, button:active, button:hover {
background-color: #353c4a;
background-color: rgba(0, 0, 0, 0.75);
outline-style: none;
border-color: rgb(255, 255, 255);
}
#logout {