mirror of
https://github.com/ivabus/dotfiles
synced 2024-11-10 02:05:16 +03:00
Update dotfiles
This commit is contained in:
parent
e8d885e280
commit
b978cd2638
15
README.md
15
README.md
|
@ -28,17 +28,4 @@ Just run `upgrade_dotfiles` in your shell. Script will `git pull`, then relink o
|
|||
## sway and waybar
|
||||
![screenshot](https://user-images.githubusercontent.com/71599788/189524925-88d0e5e0-cff4-45c2-884a-d84d5813040f.png)
|
||||
|
||||
packages: `sway swaybg swaylock swayidle alacritty waybar nemo firefox breeze breeze-gtk breeze-icons pulseaudio pavucontrol awesome-terminal-fonts ttf-jetbrains-mono wf-recorder slurp fzf`
|
||||
|
||||
aur: `sway-launcher-desktop poweralertd qt5-styleplugins qt6gtk2`
|
||||
|
||||
font: `JetBrains Mono`
|
||||
|
||||
|
||||
## Install all dotfiles dependencies on Arch Linux
|
||||
|
||||
```sh
|
||||
pacman -S $(curl -fsSL https://ivabus.dev/pkgs)
|
||||
```
|
||||
|
||||
Then install AUR pkgs listed in https://ivabus.dev/aur
|
||||
[Packages](https://ivabus.dev/pkgs), [AUR](https://ivabus.dev/aur).
|
||||
|
|
|
@ -120,12 +120,14 @@ mode "resize" {
|
|||
bindsym $mod+r mode "resize"
|
||||
|
||||
# Multimedia buttons
|
||||
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5%
|
||||
bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -5%
|
||||
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +1%
|
||||
bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -1%
|
||||
bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle
|
||||
bindsym XF86AudioMicMute exec pactl set-source-mute @DEFAULT_SOURCE@ toggle
|
||||
bindsym XF86MonBrightnessDown exec brightnessctl set 5%-
|
||||
bindsym XF86MonBrightnessUp exec brightnessctl set 5%+
|
||||
bindsym XF86MonBrightnessDown exec brightnessctl set 2%-
|
||||
bindsym XF86MonBrightnessUp exec brightnessctl set 2%+
|
||||
bindsym $mod+XF86MonBrightnessDown exec brightnessctl -d kbd_backlight set 2%-
|
||||
bindsym $mod+XF86MonBrightnessUp exec brightnessctl -d kbd_backlight set 2%+
|
||||
bindsym XF86AudioPlay exec playerctl play-pause
|
||||
bindsym XF86AudioNext exec playerctl next
|
||||
bindsym XF86AudioPrev exec playerctl previous
|
||||
|
|
|
@ -5,7 +5,7 @@ exec_always {
|
|||
gsettings set $gnome-schema gtk-theme 'NumixSolarizedDarkCyan'
|
||||
gsettings set $gnome-schema icon-theme 'Mint-Y-Aqua'
|
||||
gsettings set $gnome-schema cursor-theme 'Breeze_Snow'
|
||||
gsettings set $gnome-schema font-name 'JetBrains Mono 9'
|
||||
gsettings set $gnome-schema font-name 'Noto Sans 9'
|
||||
}
|
||||
|
||||
# Property Name Border BG Text Indicator Child_border
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
* {
|
||||
font-family: JetBrains Mono;
|
||||
font-family: "JetBrains Mono", "Noto Sans";
|
||||
font-size: 6pt;
|
||||
border: none;
|
||||
font-weight: 400;
|
||||
|
|
Loading…
Reference in a new issue