Compare commits

...

2 commits

Author SHA256 Message Date
2bae357898
add zoxide 2024-07-12 07:30:48 +02:00
6b21ecb616
add pipewire configuration 2024-07-12 07:27:23 +02:00
13 changed files with 161 additions and 90 deletions

2
.gitignore vendored
View file

@ -1,3 +1,5 @@
zsh/.local zsh/.local
tmux/.tmux/plugins tmux/.tmux/plugins
nvim/.config/nvim/lazy-lock.json nvim/.config/nvim/lazy-lock.json
plasma/.config/plasmanotifyrc
plasma/.config/spectaclerc

View file

@ -7,7 +7,7 @@
You will need atleast following packages for it to work You will need atleast following packages for it to work
`paru -S neovim alacritty plasma-meta zsh fzf stow tmux git` `paru -S neovim alacritty plasma-meta zsh fzf stow tmux git pipewire fd ripgrep go`
### Getting started ### Getting started
@ -15,7 +15,7 @@ For stow to restore the old state you have to run following command.
`git clone https://git.snrd.eu/Spaenny/dotfiles.git && cd dotfiles` `git clone https://git.snrd.eu/Spaenny/dotfiles.git && cd dotfiles`
`stow alacritty nvim plasma zsh tmux git` `stow alacritty nvim plasma zsh tmux git pipewire`
If you just wanna restore one application config you can do so by executing it via package name. If you just wanna restore one application config you can do so by executing it via package name.
`stow nvim` `stow nvim`

View file

@ -0,0 +1,20 @@
context.modules = [
{ name = libpipewire-module-loopback
args = {
node.description = "Scarlett 2i2 Loopback"
capture.props = {
node.name = "Scarlett_2i2_Loopback"
media.class = "Audio/Sink"
audio.position = [ FL FR ]
}
playback.props = {
node.name = "playback.Scarlett_2i2_Loopback"
audio.position = [ AUX0 AUX1 ]
target.object = "alsa_output.usb-Focusrite_Scarlett_2i2_USB-00.pro-output-0"
stream.dont-remix = true
node.dont-reconnect = false
node.passive = true
}
}
}
]

View file

@ -0,0 +1,17 @@
context.objects = [
{ factory = adapter
args = {
factory.name = support.null-audio-sink
node.name = "Null Sink"
media.class = Audio/Sink
audio.position = [ FL FR ]
monitor.channel-volumes = true
monitor.passthrough = true
adapter.auto-port-config = {
mode = dsp
monitor = true
position = preserve
}
}
}
]

View file

@ -1,4 +1,4 @@
# created by KDE Plasma, Tue Jul 9 22:03:54 2024 # created by KDE Plasma, Fri Jul 12 07:22:12 2024
# #
gtk-alternative-button-order = 1 gtk-alternative-button-order = 1

View file

@ -12,47 +12,47 @@ IntensityEffect=2
[ColorEffects:Inactive] [ColorEffects:Inactive]
ChangeSelectionColor=true ChangeSelectionColor=true
Color=112,111,110 Color=112,111,110
ColorAmount=0.025000000000000001 ColorAmount=0.025
ColorEffect=2 ColorEffect=2
ContrastAmount=0.10000000000000001 ContrastAmount=0.1
ContrastEffect=2 ContrastEffect=2
Enable=false Enable=false
IntensityAmount=0 IntensityAmount=0
IntensityEffect=0 IntensityEffect=0
[Colors:Button] [Colors:Button]
BackgroundAlternate=64,69,82 BackgroundAlternate=189,195,199
BackgroundNormal=40,42,54 BackgroundNormal=30,28,44
DecorationFocus=124,96,163 DecorationFocus=185,85,59
DecorationHover=124,96,163 DecorationHover=254,117,81
ForegroundActive=61,174,233 ForegroundActive=61,174,233
ForegroundInactive=102,106,115 ForegroundInactive=127,140,141
ForegroundLink=41,128,185 ForegroundLink=57,127,161
ForegroundNegative=255,85,85 ForegroundNegative=218,68,83
ForegroundNeutral=255,184,108 ForegroundNeutral=198,92,0
ForegroundNormal=248,248,242 ForegroundNormal=248,248,248
ForegroundPositive=80,250,122 ForegroundPositive=39,174,96
ForegroundVisited=82,148,226 ForegroundVisited=127,140,141
[Colors:Complementary] [Colors:Complementary]
BackgroundAlternate[$d] BackgroundAlternate=59,64,69
BackgroundNormal[$d] BackgroundNormal=49,54,59
DecorationFocus[$d] DecorationFocus=30,146,255
DecorationHover[$d] DecorationHover=255,0,0
ForegroundActive[$d] ForegroundActive=147,206,233
ForegroundInactive[$d] ForegroundInactive=175,176,179
ForegroundLink[$d] ForegroundLink=61,174,230
ForegroundNegative[$d] ForegroundNegative=231,76,60
ForegroundNeutral[$d] ForegroundNeutral=253,188,75
ForegroundNormal[$d] ForegroundNormal=239,240,241
ForegroundPositive[$d] ForegroundPositive=46,204,113
ForegroundVisited[$d] ForegroundVisited=61,174,230
[Colors:Header] [Colors:Header]
BackgroundAlternate[$d] BackgroundAlternate[$d]
BackgroundNormal[$d] BackgroundNormal[$d]
DecorationFocus[$d] DecorationFocus[$d]
DecorationHover[$d] DecorationHover=85,255,0
ForegroundActive[$d] ForegroundActive[$d]
ForegroundInactive[$d] ForegroundInactive[$d]
ForegroundLink[$d] ForegroundLink[$d]
@ -77,70 +77,73 @@ ForegroundPositive[$d]
ForegroundVisited[$d] ForegroundVisited[$d]
[Colors:Selection] [Colors:Selection]
BackgroundAlternate=29,153,243 BackgroundAlternate=85,255,127
BackgroundNormal=124,96,163 BackgroundNormal=254,117,81
DecorationFocus=124,96,163 DecorationFocus=71,70,82
DecorationHover=124,96,163 DecorationHover=59,55,73
ForegroundActive=252,252,252 ForegroundActive=252,252,252
ForegroundInactive=211,218,227 ForegroundInactive=239,240,241
ForegroundLink=253,188,75 ForegroundLink=57,127,161
ForegroundNegative=255,85,85 ForegroundNegative=176,55,69
ForegroundNeutral=255,184,108 ForegroundNeutral=246,116,0
ForegroundNormal=254,254,254 ForegroundNormal=252,252,252
ForegroundPositive=80,250,122 ForegroundPositive=23,104,57
ForegroundVisited=189,195,199 ForegroundVisited=189,195,199
[Colors:Tooltip] [Colors:Tooltip]
BackgroundAlternate=47,52,63 BackgroundAlternate=77,77,77
BackgroundNormal=53,57,69 BackgroundNormal=35,38,39
DecorationFocus=124,96,163 DecorationFocus=71,70,82
DecorationHover=124,96,163 DecorationHover=147,206,233
ForegroundActive=61,174,233 ForegroundActive=61,174,233
ForegroundInactive=102,106,115 ForegroundInactive=189,195,199
ForegroundLink=41,128,185 ForegroundLink=57,127,161
ForegroundNegative=255,85,85 ForegroundNegative=218,68,83
ForegroundNeutral=255,184,108 ForegroundNeutral=246,116,0
ForegroundNormal=211,218,227 ForegroundNormal=252,252,252
ForegroundPositive=80,250,122 ForegroundPositive=39,174,96
ForegroundVisited=82,148,226 ForegroundVisited=127,140,141
[Colors:View] [Colors:View]
BackgroundAlternate=43,45,59 BackgroundAlternate=30,28,44
BackgroundNormal=30,31,41 BackgroundNormal=28,26,40
DecorationFocus=124,96,163 DecorationFocus=254,117,81
DecorationHover=124,96,163 DecorationHover=102,101,118
ForegroundActive=139,233,253 ForegroundActive=255,170,255
ForegroundInactive=102,106,115 ForegroundInactive=127,140,141
ForegroundLink=82,148,226 ForegroundLink=57,127,161
ForegroundNegative=255,85,85 ForegroundNegative=218,68,83
ForegroundNeutral=255,184,108 ForegroundNeutral=246,116,0
ForegroundNormal=248,248,242 ForegroundNormal=248,248,248
ForegroundPositive=80,250,122 ForegroundPositive=39,174,96
ForegroundVisited=124,183,255 ForegroundVisited=127,140,141
[Colors:Window] [Colors:Window]
BackgroundAlternate=47,52,63 BackgroundAlternate=189,195,199
BackgroundNormal=40,42,54 BackgroundNormal=30,28,44
DecorationFocus=124,96,163 DecorationFocus=71,70,82
DecorationHover=124,96,163 DecorationHover=59,55,73
ForegroundActive=139,233,253 ForegroundActive=255,187,255
ForegroundInactive=102,106,115 ForegroundInactive=208,202,225
ForegroundLink=41,128,185 ForegroundLink=57,127,161
ForegroundNegative=255,85,85 ForegroundNegative=218,68,83
ForegroundNeutral=255,184,108 ForegroundNeutral=246,116,0
ForegroundNormal=248,248,242 ForegroundNormal=248,248,248
ForegroundPositive=80,250,122 ForegroundPositive=39,174,96
ForegroundVisited=68,71,90 ForegroundVisited=127,140,141
[DirSelect Dialog] [DirSelect Dialog]
DirSelectDialog Size=820,584 DirSelectDialog Size=820,584
History Items[$e]=file:$HOME,file:$HOME/.blink,file:$HOME/.var/app/io.gitlab.librewolf-community/.librewolf/q2q5b8ee.default-default-1,file:$HOME/.local/share/chatterino/,file:$HOME/.local/share/,file:$HOME/.local/ History Items[$e]=file:$HOME,file:$HOME/.blink,file:$HOME/.var/app/io.gitlab.librewolf-community/.librewolf/q2q5b8ee.default-default-1,file:$HOME/.local/share/chatterino/,file:$HOME/.local/share/,file:$HOME/.local/
[General] [General]
ColorSchemeHash=e44c8d483c47a28c7d0e32e6b41dd227803affe5 ColorSchemeHash=b1850053012b2579d3f1a8974cd3afbdc09c5da9
[Icons]
Theme=breeze
[KDE] [KDE]
LookAndFeelPackage=org.kde.breezedark.desktop LookAndFeelPackage=org.magpie.nostrum.desktop
[KFileDialog Settings] [KFileDialog Settings]
Allow Expansion=false Allow Expansion=false
@ -163,9 +166,9 @@ Speedbar Width=140
View Style=DetailTree View Style=DetailTree
[WM] [WM]
activeBackground=47,52,63 activeBackground=71,80,87
activeBlend=47,52,63 activeBlend=252,252,252
activeForeground=211,218,227 activeForeground=252,252,252
inactiveBackground=47,52,63 inactiveBackground=59,55,73
inactiveBlend=47,52,63 inactiveBlend=75,71,67
inactiveForeground=102,106,115 inactiveForeground=189,195,199

View file

@ -4,8 +4,8 @@ switch-to-activity-586a7ad7-4105-499f-8ad6-442513a5f917=none,none,Switch to acti
switch-to-activity-78ba6e6d-5dc7-4f18-a39b-c2af6d31bd8a=none,none,Switch to activity "Default" switch-to-activity-78ba6e6d-5dc7-4f18-a39b-c2af6d31bd8a=none,none,Switch to activity "Default"
[KDE Keyboard Layout Switcher] [KDE Keyboard Layout Switcher]
Switch to Last-Used Keyboard Layout=Meta+Alt+L,Meta+Alt+L, Switch to Last-Used Keyboard Layout=Meta+Alt+L,Meta+Alt+L,Switch to Last-Used Keyboard Layout
Switch to Next Keyboard Layout=Meta+Alt+K,Meta+Alt+K, Switch to Next Keyboard Layout=Meta+Alt+K,Meta+Alt+K,Switch to Next Keyboard Layout
_k_friendly_name=Keyboard Layout Switcher _k_friendly_name=Keyboard Layout Switcher
[kaccess] [kaccess]

View file

@ -166,6 +166,20 @@
"priority": 0 "priority": 0
} }
] ]
},
{
"lidClosed": false,
"outputs": [
{
"enabled": true,
"outputIndex": 0,
"position": {
"x": 0,
"y": 0
},
"priority": 0
}
]
} }
], ],
"name": "setups" "name": "setups"

View file

@ -6,6 +6,9 @@ Id_4=67e36da5-23c2-44a7-822d-4b09cdf8ac30
Number=4 Number=4
Rows=1 Rows=1
[EdgeBarrier]
EdgeBarrier=50
[Tiling] [Tiling]
padding=4 padding=4
@ -27,9 +30,11 @@ tiles={"layoutDirection":"horizontal","tiles":[{"width":0.25},{"width":0.5},{"wi
[Tiling][d509e6f8-293c-563e-8b6c-3cbf4d67756f] [Tiling][d509e6f8-293c-563e-8b6c-3cbf4d67756f]
tiles={"layoutDirection":"horizontal","tiles":[{"width":0.25},{"width":0.5},{"width":0.25}]} tiles={"layoutDirection":"horizontal","tiles":[{"width":0.25},{"width":0.5},{"width":0.25}]}
[Windows]
ElectricBorderDelay=50
[Xwayland] [Xwayland]
Scale=1 Scale=1
[org.kde.kdecoration2] [org.kde.kdecoration2]
library=org.kde.kwin.aurorae
theme=__aurorae__svg__Dracula theme=__aurorae__svg__Dracula

View file

@ -15,6 +15,10 @@ location=0
plugin=org.kde.plasma.folder plugin=org.kde.plasma.folder
wallpaperplugin=org.kde.image wallpaperplugin=org.kde.image
[Containments][1][Wallpaper][org.kde.image][General]
Image=/usr/share/wallpapers/Next/
SlidePaths=/home/philipp/.local/share/wallpapers/,/usr/share/wallpapers/
[Containments][10] [Containments][10]
activityId= activityId=
formfactor=2 formfactor=2
@ -22,8 +26,8 @@ immutability=1
lastScreen=0 lastScreen=0
location=3 location=3
plugin=org.kde.plasma.private.systemtray plugin=org.kde.plasma.private.systemtray
popupHeight=432 popupHeight=440
popupWidth=432 popupWidth=440
wallpaperplugin=org.kde.image wallpaperplugin=org.kde.image
[Containments][10][Applets][11] [Containments][10][Applets][11]
@ -50,7 +54,7 @@ immutability=1
plugin=org.kde.plasma.notifications plugin=org.kde.plasma.notifications
[Containments][10][Applets][15][Configuration] [Containments][10][Applets][15][Configuration]
PreloadWeight=65 PreloadWeight=70
[Containments][10][Applets][16] [Containments][10][Applets][16]
immutability=1 immutability=1
@ -149,7 +153,7 @@ immutability=1
plugin=org.kde.plasma.digitalclock plugin=org.kde.plasma.digitalclock
[Containments][4][Applets][27][Configuration] [Containments][4][Applets][27][Configuration]
PreloadWeight=85 PreloadWeight=100
popupHeight=450 popupHeight=450
popupWidth=560 popupWidth=560

View file

@ -7,3 +7,6 @@ Seen=true
[Applications][in.cinny.Cinny] [Applications][in.cinny.Cinny]
Seen=true Seen=true
ShowInHistory=false ShowInHistory=false
[DoNotDisturb]
Until=2024,7,11,21,24,0.073

View file

@ -3,7 +3,7 @@ autoSaveImage=true
clipboardGroup=PostScreenshotCopyImage clipboardGroup=PostScreenshotCopyImage
[ImageSave] [ImageSave]
lastImageSaveLocation=file:///home/philipp/Pictures/Screenshots/Screenshot_20240706_151134.png lastImageSaveLocation=file:///home/philipp/Pictures/Screenshots/Screenshot_20240711_195543.png
translatedScreenshotsFolder=Screenshots translatedScreenshotsFolder=Screenshots
[VideoSave] [VideoSave]

View file

@ -121,6 +121,9 @@ HISTFILE=~/.zsh_history
HISTSIZE=10000 HISTSIZE=10000
HISTSAVE=10000 HISTSAVE=10000
# Setup zoxide
eval "$(zoxide init zsh --cmd cd)"
# Setup global aliases if available # Setup global aliases if available
if [ -f /etc/bash.bash_aliases ]; then if [ -f /etc/bash.bash_aliases ]; then
source /etc/bash.bash_aliases source /etc/bash.bash_aliases