Compare commits
No commits in common. "91f029d5aa3f410d48bcb38d415971bb2a0dddde" and "0375e85d8c6677d078ba59512c7a7ee295eb5408" have entirely different histories.
91f029d5aa
...
0375e85d8c
5 changed files with 46 additions and 52 deletions
|
@ -69,7 +69,6 @@ exec-once = waybar & hyprpaper #& firefox
|
|||
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
exec-once = vesktop & nheko
|
||||
exec-once = env LD_PRELOAD=/usr/lib32/libextest.so /usr/bin/steam-runtime %U -pipewire
|
||||
exec-once = swayosd-server
|
||||
# env XDG_SESSION_TYPE=x11 discord
|
||||
|
||||
#############################
|
||||
|
@ -199,8 +198,8 @@ input {
|
|||
|
||||
follow_mouse = 1
|
||||
|
||||
sensitivity = -.76 # -1.0 - 1.0, 0 means no modification.
|
||||
#sensitivity = -.15 # -1.0 - 1.0, 0 means no modification.
|
||||
#sensitivity = -.76 # -1.0 - 1.0, 0 means no modification.
|
||||
sensitivity = -.15 # -1.0 - 1.0, 0 means no modification.
|
||||
|
||||
touchpad {
|
||||
natural_scroll = false
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#preload = /usr/share/hyprland/wall2.png
|
||||
# wallpaper = , /usr/share/hyprland/wall2.png
|
||||
preload = ~/Pictures/Wallpaper/outer.png
|
||||
wallpaper = , ~/Pictures/Wallpaper/outer.png
|
||||
preload = ~/Media/Images/andromeda.jpg
|
||||
wallpaper = , ~/Media/Images/andromeda.jpg
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
// "layer": "top", // Waybar at top layer
|
||||
// "position": "bottom", // Waybar position (top|bottom|left|right)
|
||||
"height": 30, // Waybar height (to be removed for auto height)
|
||||
// "width": 90%, // Waybar width
|
||||
// "width": 1280, // Waybar width
|
||||
"spacing": 4, // Gaps between modules (4px)
|
||||
// Choose the order of the modules
|
||||
"modules-left": [
|
||||
|
@ -29,8 +29,8 @@
|
|||
"sway/language",
|
||||
"battery",
|
||||
"battery#bat2",
|
||||
"tray",
|
||||
"clock"
|
||||
"clock",
|
||||
"tray"
|
||||
],
|
||||
// Modules configuration
|
||||
"hyprland/workspaces": {
|
||||
|
|
|
@ -10,13 +10,12 @@
|
|||
|
||||
* {
|
||||
border: none;
|
||||
border-radius: 24px;
|
||||
border-radius: 0;
|
||||
font-family: Nerd Font Hack;
|
||||
font-size: 14px;
|
||||
min-height: 16px;
|
||||
background-color: rgba(40, 42, 46, 0.86);
|
||||
min-height: 24px;
|
||||
}
|
||||
/*
|
||||
|
||||
window#waybar {
|
||||
background: transparent;
|
||||
}
|
||||
|
@ -24,9 +23,9 @@ window#waybar {
|
|||
window#waybar.hidden {
|
||||
opacity: 0.2;
|
||||
}
|
||||
*/
|
||||
|
||||
#window {
|
||||
margin-top: 0px;
|
||||
margin-top: 8px;
|
||||
padding-left: 16px;
|
||||
padding-right: 16px;
|
||||
border-radius: 26px;
|
||||
|
@ -36,7 +35,7 @@ window#waybar.hidden {
|
|||
background: #282a36;
|
||||
*/
|
||||
color: white;
|
||||
background-color: rgba(88, 88, 88, 0.0);
|
||||
background: #585858;
|
||||
}
|
||||
|
||||
window#waybar.termite #window,
|
||||
|
@ -48,10 +47,10 @@ window#waybar.PCSX2 #window {
|
|||
}
|
||||
|
||||
#workspaces {
|
||||
margin-top: 0px;
|
||||
margin-left: 2px;
|
||||
margin-top: 8px;
|
||||
margin-left: 12px;
|
||||
margin-bottom: 0;
|
||||
/*border-radius: 26px;*/
|
||||
border-radius: 26px;
|
||||
background: #282a36;
|
||||
transition: none;
|
||||
}
|
||||
|
@ -64,20 +63,18 @@ window#waybar.PCSX2 #window {
|
|||
}
|
||||
|
||||
#workspaces button.active {
|
||||
/*color: #9aedfe;*/
|
||||
color: #d65d0e;
|
||||
/*background-color: #231531;*/
|
||||
color: #9aedfe;
|
||||
}
|
||||
|
||||
#workspaces button:hover {
|
||||
transition: none;
|
||||
box-shadow: inherit;
|
||||
text-shadow: inherit;
|
||||
color: #9aedfe;
|
||||
color: #ff79c6;
|
||||
}
|
||||
|
||||
#mpd {
|
||||
margin-top: 0px;
|
||||
margin-top: 8px;
|
||||
margin-left: 8px;
|
||||
padding-left: 16px;
|
||||
padding-right: 16px;
|
||||
|
@ -96,7 +93,7 @@ window#waybar.PCSX2 #window {
|
|||
}
|
||||
|
||||
#network {
|
||||
margin-top: 0px;
|
||||
margin-top: 8px;
|
||||
margin-left: 8px;
|
||||
padding-left: 16px;
|
||||
padding-right: 16px;
|
||||
|
@ -104,11 +101,11 @@ window#waybar.PCSX2 #window {
|
|||
border-radius: 26px;
|
||||
transition: none;
|
||||
color: #4d4d4d;
|
||||
background: #282A2E;
|
||||
background: #bd93f9;
|
||||
}
|
||||
|
||||
#pulseaudio {
|
||||
margin-top: 0px;
|
||||
margin-top: 8px;
|
||||
margin-left: 8px;
|
||||
padding-left: 16px;
|
||||
padding-right: 16px;
|
||||
|
@ -116,11 +113,11 @@ window#waybar.PCSX2 #window {
|
|||
border-radius: 26px;
|
||||
transition: none;
|
||||
color: #4d4d4d;
|
||||
background: #282A2E;
|
||||
background: #9aedfe;
|
||||
}
|
||||
|
||||
#temperature {
|
||||
margin-top: 0px;
|
||||
margin-top: 8px;
|
||||
margin-left: 8px;
|
||||
padding-left: 16px;
|
||||
padding-right: 16px;
|
||||
|
@ -128,11 +125,11 @@ window#waybar.PCSX2 #window {
|
|||
border-radius: 26px;
|
||||
transition: none;
|
||||
color: #4d4d4d;
|
||||
background: #282A2E;
|
||||
background: #5af78e;
|
||||
}
|
||||
|
||||
#cpu {
|
||||
margin-top: 0px;
|
||||
margin-top: 8px;
|
||||
margin-left: 8px;
|
||||
padding-left: 16px;
|
||||
padding-right: 16px;
|
||||
|
@ -140,11 +137,11 @@ window#waybar.PCSX2 #window {
|
|||
border-radius: 26px;
|
||||
transition: none;
|
||||
color: #4d4d4d;
|
||||
background: #282A2E;
|
||||
background: #f1fa8c;
|
||||
}
|
||||
|
||||
#memory {
|
||||
margin-top: 0px;
|
||||
margin-top: 8px;
|
||||
margin-left: 8px;
|
||||
padding-left: 16px;
|
||||
padding-right: 16px;
|
||||
|
@ -152,11 +149,11 @@ window#waybar.PCSX2 #window {
|
|||
border-radius: 26px;
|
||||
transition: none;
|
||||
color: #4d4d4d;
|
||||
background: #282A2E;
|
||||
background: #ff6e67;
|
||||
}
|
||||
|
||||
#clock {
|
||||
margin-top: 0px;
|
||||
margin-top: 8px;
|
||||
margin-left: 8px;
|
||||
margin-right: 12px;
|
||||
padding-left: 16px;
|
||||
|
@ -164,8 +161,6 @@ window#waybar.PCSX2 #window {
|
|||
margin-bottom: 0;
|
||||
border-radius: 26px;
|
||||
transition: none;
|
||||
color: #d65d0e;
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
background: #282A2E;
|
||||
color: #f8f8f2;
|
||||
background: #282a36;
|
||||
}
|
||||
|
|
26
populate.sh
26
populate.sh
|
@ -2,36 +2,36 @@
|
|||
|
||||
# mv existing file on PC to .pop.bak, then ln -s new file to it
|
||||
mv ~/.config/bspwm/bspwmrc ~/.config/bspwm/bspwmrc.pop.bak
|
||||
ln -s ~/dev/dotfiles/home/.config/bspwm/bspwmrc ~/.config/bspwm/bspwmrc
|
||||
ln -s ~/Dev/dotfiles/home/.config/bspwm/bspwmrc ~/.config/bspwm/bspwmrc
|
||||
mv ~/.config/sxhkd/sxhkdrc ~/.config/sxhkd/sxhkdrc.pop.bak
|
||||
ln -s ~/dev/dotfiles/home/.config/sxhkd/sxhkdrc ~/.config/sxhkd/sxhkdrc
|
||||
ln -s ~/Dev/dotfiles/home/.config/sxhkd/sxhkdrc ~/.config/sxhkd/sxhkdrc
|
||||
|
||||
mv ~/.config/hypr/hyprland.conf ~/.config/hypr/hyprland.conf.pop.bak
|
||||
ln -s ~/dev/dotfiles/home/.config/hypr/hyprland.conf ~/.config/hypr/hyprland.conf
|
||||
ln -s ~/Dev/dotfiles/home/.config/hypr/hyprland.conf ~/.config/hypr/hyprland.conf
|
||||
mv ~/.config/hypr/hyprpaper.conf ~/.config/hypr/hyprpaper.conf.pop.bak
|
||||
ln -s ~/dev/dotfiles/home/.config/hypr/hyprpaper.conf ~/.config/hypr/hyprpaper.conf
|
||||
ln -s ~/Dev/dotfiles/home/.config/hypr/hyprpaper.conf ~/.config/hypr/hyprpaper.conf
|
||||
|
||||
mv ~/.config/kitty/kitty.conf ~/.config/kitty/kitty.conf.pop.bak
|
||||
ln -s ~/dev/dotfiles/home/.config/kitty/kitty.conf ~/.config/kitty/kitty.conf
|
||||
ln -s ~/Dev/dotfiles/home/.config/kitty/kitty.conf ~/.config/kitty/kitty.conf
|
||||
|
||||
mv ~/.config/nvim/init.vim ~/.config/nvim/init.vim.pop.bak
|
||||
ln -s ~/dev/dotfiles/home/.config/nvim/init.vim ~/.config/nvim/init.vim
|
||||
ln -s ~/Dev/dotfiles/home/.config/nvim/init.vim ~/.config/nvim/init.vim
|
||||
|
||||
mv ~/.config/picom/picom.conf ~/.config/picom/picom.conf.pop.bak
|
||||
ln -s ~/dev/dotfiles/home/.config/picom/picom.conf ~/.config/picom/picom.conf
|
||||
ln -s ~/Dev/dotfiles/home/.config/picom/picom.conf ~/.config/picom/picom.conf
|
||||
|
||||
mv ~/.config/waybar/config.jsonc ~/.config/waybar/config.jsonc.pop.bak
|
||||
ln -s ~/dev/dotfiles/home/.config/waybar/config.jsonc ~/.config/waybar/config.jsonc
|
||||
ln -s ~/Dev/dotfiles/home/.config/waybar/config.jsonc ~/.config/waybar/config.jsonc
|
||||
|
||||
mv ~/.config/waybar/style.css ~/.config/waybar/style.css.pop.bak
|
||||
ln -s ~/dev/dotfiles/home/.config/waybar/style.css ~/.config/waybar/style.css
|
||||
ln -s ~/Dev/dotfiles/home/.config/waybar/style.css ~/.config/waybar/style.css
|
||||
|
||||
mv ~/.config/wofi/style.css ~/.config/wofi/style.css.pop.bak
|
||||
ln -s ~/dev/dotfiles/home/.config/wofi/style.css ~/.config/wofi/style.css
|
||||
ln -s ~/Dev/dotfiles/home/.config/wofi/style.css ~/.config/wofi/style.css
|
||||
|
||||
mv ~/.Xresources ~/.Xresources.pop.bak
|
||||
ln -s ~/dev/dotfiles/home/.Xresources ~/.Xresources
|
||||
ln -s ~/Dev/dotfiles/home/.Xresources ~/.Xresources
|
||||
mv ~/.xinitrc ~/.xinitrc.pop.bak
|
||||
ln -s ~/dev/dotfiles/home/.xinitrc ~/.xinitrc
|
||||
ln -s ~/Dev/dotfiles/home/.xinitrc ~/.xinitrc
|
||||
mv ~/.zshrc ~/.zshrc.pop.bak
|
||||
ln -s ~/dev/dotfiles/home/.zshrc ~/.zshrc
|
||||
ln -s ~/Dev/dotfiles/home/.zshrc ~/.zshrc
|
||||
|
|
Loading…
Reference in a new issue