Add swaylock-corrupter, waybar-mpris
This commit is contained in:
parent
c11d4f125e
commit
bd1b1cf6d3
@ -9,6 +9,7 @@ set $up k
|
|||||||
set $right l
|
set $right l
|
||||||
# Your preferred terminal emulator
|
# Your preferred terminal emulator
|
||||||
set $term alacritty
|
set $term alacritty
|
||||||
|
set $lock swaylock-corrupter
|
||||||
set $browser firefox
|
set $browser firefox
|
||||||
# Your preferred application launcher
|
# Your preferred application launcher
|
||||||
# Note: pass the final command to swaymsg so that the resulting window can be opened
|
# Note: pass the final command to swaymsg so that the resulting window can be opened
|
||||||
@ -59,6 +60,8 @@ exec swayidle -w \
|
|||||||
#
|
#
|
||||||
# Basics:
|
# Basics:
|
||||||
#
|
#
|
||||||
|
# Start a terminal
|
||||||
|
bindsym $mod+Shift+n exec swaylock-corrupter
|
||||||
# Start a terminal
|
# Start a terminal
|
||||||
bindsym $mod+Return exec $term
|
bindsym $mod+Return exec $term
|
||||||
|
|
||||||
|
@ -54,8 +54,15 @@
|
|||||||
"format-charging": " {capacity}%",
|
"format-charging": " {capacity}%",
|
||||||
"format-plugged": " {capacity}%",
|
"format-plugged": " {capacity}%",
|
||||||
"format-alt": "{time} {icon}",
|
"format-alt": "{time} {icon}",
|
||||||
// "format-good": "", // An empty format will hide the module
|
|
||||||
// "format-full": "",
|
|
||||||
"format-icons": ["", "", "", "", ""]
|
"format-icons": ["", "", "", "", ""]
|
||||||
}
|
},
|
||||||
|
"custom/waybar-mpris": {
|
||||||
|
"return-type": "json",
|
||||||
|
"exec": "waybar-mpris --position --autofocus --play ▶ --pause ",
|
||||||
|
"on-click": "waybar-mpris --send toggle",
|
||||||
|
"on-click-right": "waybar-mpris --send player-next",
|
||||||
|
"escape": true,
|
||||||
|
"max-length": 45,
|
||||||
|
"scroll-step": 1
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
@ -32,7 +32,8 @@ cd ~
|
|||||||
pikaur -S xremap-x11-bin spotify-tui-bin \
|
pikaur -S xremap-x11-bin spotify-tui-bin \
|
||||||
betterdiscord-installer-bin discord obs-studio \
|
betterdiscord-installer-bin discord obs-studio \
|
||||||
nerd-fonts-cozette-ttf ttf-font-awesome ttf-cozette \
|
nerd-fonts-cozette-ttf ttf-font-awesome ttf-cozette \
|
||||||
waybar swaybg emacs-gcc-wayland-devel-bin swaylock-corrupter
|
waybar swaybg emacs-gcc-wayland-devel-bin swaylock-corrupter \
|
||||||
|
waybar-mpris-git
|
||||||
|
|
||||||
# Copy cursors
|
# Copy cursors
|
||||||
sudo cp -r ~/.icons/"$CURSOR_THEME" /usr/share/icons
|
sudo cp -r ~/.icons/"$CURSOR_THEME" /usr/share/icons
|
||||||
@ -78,3 +79,4 @@ echo " . Put spotify password in `pass insert spotify` for spotifyd"
|
|||||||
echo " . Login to firefox"
|
echo " . Login to firefox"
|
||||||
echo " . Put ssh key into GitHub, change remote origin in ~"
|
echo " . Put ssh key into GitHub, change remote origin in ~"
|
||||||
echo " . Add waybar config in .config/waybar/local.d"
|
echo " . Add waybar config in .config/waybar/local.d"
|
||||||
|
echo " . If streaming, install v4l2loopback-dkms, obs-studio-tytan652"
|
||||||
|
Loading…
Reference in New Issue
Block a user