diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-10-25 16:26:29 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-10-25 16:26:29 +0200 |
| commit | f933fa6863fd689b4a2c30dca865baa051ca441e (patch) | |
| tree | 12ba41bb9f4c96bd8150f7ae9b5538a21672f176 /.config | |
| parent | af55c219c694bf4e5c96ced43c5c6ea7a5c5427a (diff) | |
update configs
Diffstat (limited to '.config')
| -rw-r--r-- | .config/hypr/hyprland.conf | 3 | ||||
| -rw-r--r-- | .config/hypr/hyprpaper.conf | 8 | ||||
| -rw-r--r-- | .config/nvim/lua/plug.lua | 6 | ||||
| -rw-r--r-- | .config/qutebrowser/autoconfig.yml | 4 | ||||
| -rw-r--r-- | .config/waybar/style.css | 26 |
5 files changed, 22 insertions, 25 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 7a3f2c9..52d71e8 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -14,6 +14,7 @@ monitor=HDMI-A-1,preferred,3840x0,1 # Execute your favorite apps at launch exec-once = waybar exec-once = swaybg -i .config/bg/orion.png +exec-once = nextcloud --background exec-once = blueberry-tray exec-once = element-desktop --hidden exec-once = /usr/lib/kdeconnectd && kdeconnect-indicator @@ -129,10 +130,12 @@ bind = $mainMod+Shift, E, exec, alacritty -e neomutt bind = $mainMod+Shift, Return, exec, alacritty bind = $mainMod, F, fullscreen, 0 bind = $mainMod, M, exec, doc +binde=, XF86AudioMute, exec, wpctl set-mute toggle binde=, XF86AudioRaiseVolume, exec, wpctl set-volume -l 1.5 @DEFAULT_AUDIO_SINK@ 5%+ binde=, XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- bind =, XF86AudioPlay, exec, playerctl play-pause bind =, Scroll_Lock, exec, wlock +bind = $mainMod, Escape, exec, wlock bind = , Print, exec, grimshot copy area bind = $mainMod, F12, exec, sh -c 'keyusbctl -t && pkill -RTMIN+10 waybar' bind = $mainMod, F1, movecurrentworkspacetomonitor, 0 diff --git a/.config/hypr/hyprpaper.conf b/.config/hypr/hyprpaper.conf index 3af9d31..996428d 100644 --- a/.config/hypr/hyprpaper.conf +++ b/.config/hypr/hyprpaper.conf @@ -1,4 +1,4 @@ -preload = ~/.config/bg/orion.png -wallpaper = DP-2,~/.config/bg/orion.png -wallpaper = HDMI-A-1,~/.config/bg/orion.png -wallpaper = DP-3,~/.config/bg/orion.png +preload = ~/.config/bg/linux.png +wallpaper = DP-2,~/.config/bg/linux.png +wallpaper = HDMI-A-1,~/.config/bg/linux.png +wallpaper = DP-3,~/.config/bg/linux.png diff --git a/.config/nvim/lua/plug.lua b/.config/nvim/lua/plug.lua index d95fe31..904b496 100644 --- a/.config/nvim/lua/plug.lua +++ b/.config/nvim/lua/plug.lua @@ -9,14 +9,8 @@ local Plug = vim.fn['plug#'] vim.call('plug#begin', '~/.local/share/nvim/plugged') -Plug 'airblade/vim-gitgutter' -Plug 'tpope/vim-fugitive' -Plug 'scrooloose/nerdcommenter' Plug 'neovim/nvim-lspconfig' -Plug 'NPScript/vim-zettelkasten' -Plug 'sakhnik/nvim-gdb' Plug 'nvim-treesitter/nvim-treesitter' -Plug 'jalvesaq/Nvim-R' Plug('neoclide/coc.nvim', {branch = 'release'}) Plug("theRealCarneiro/hyprland-vim-syntax", { ft = "hypr" }) diff --git a/.config/qutebrowser/autoconfig.yml b/.config/qutebrowser/autoconfig.yml index d8faa43..602025d 100644 --- a/.config/qutebrowser/autoconfig.yml +++ b/.config/qutebrowser/autoconfig.yml @@ -1,6 +1,6 @@ # If a config.py file exists, this file is ignored unless it's explicitly loaded # via config.load_autoconfig(). For more information, see: -# https://github.com/qutebrowser/qutebrowser/blob/master/doc/help/configuring.asciidoc#loading-autoconfigyml +# https://github.com/qutebrowser/qutebrowser/blob/main/doc/help/configuring.asciidoc#loading-autoconfigyml # DO NOT edit this file by hand, qutebrowser will overwrite it. # Instead, create a config.py - see :help for details. @@ -99,6 +99,8 @@ settings: https://live-samples.mdn.mozilla.net: true https://live.mdnplay.dev: true https://meet.element.io: true + content.media.audio_capture: + https://meet.element.io: true content.notifications.enabled: https://chat.nathanreiner.xyz: true https://lichess.org: true diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 8955b4e..b9e2e8a 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -17,26 +17,24 @@ window#waybar { margin-right: 10px; } #workspaces button { - background-color: #3c3836; - border-radius: 20px; + background-color: rgba(60, 56, 54, 0.8); + border-radius: 5px; font-weight: bolder; margin-left: 5px; + padding: 0px 7px; + border: none; + box-shadow: none; } #workspaces button.active { background-color: #b16286; } -@keyframes gradient { - 0% { - background-position: 0% 50%; - } - 50% { - background-position: 100% 50%; - } - 100% { - background-position: 0% 50%; - } +#workspaces button:hover { + background-image: none; + background: #3c3836; + border: none; + box-shadow: none; } #tray, @@ -48,8 +46,8 @@ window#waybar { #clock, #window { - background-color: #3c3836; - border-radius: 20px; + background-color: rgba(60, 56, 54, 0.8); + border-radius: 5px; margin: 10px 0; padding: 5px 10px; } |