Update dotfiles
This commit is contained in:
parent
ba7f94b82a
commit
c5927f0456
|
@ -10,7 +10,7 @@ if status is-interactive
|
||||||
|
|
||||||
alias la="lsd -la"
|
alias la="lsd -la"
|
||||||
|
|
||||||
alias dotfiles="git --git-dir=/home/q/repos/dotfiles.git --work-tree=$HOME"
|
alias dotfiles="git --git-dir=/home/q/repos/dotfiles --work-tree=$HOME"
|
||||||
|
|
||||||
set -U fish_user_paths $HOME/bin $fish_user_paths
|
set -U fish_user_paths $HOME/bin $fish_user_paths
|
||||||
|
|
||||||
|
|
|
@ -15,8 +15,9 @@ monitor=,1920x1080,auto,1
|
||||||
# Execute your favorite apps at launch
|
# Execute your favorite apps at launch
|
||||||
# exec-once = waybar & hyprpaper & firefox
|
# exec-once = waybar & hyprpaper & firefox
|
||||||
|
|
||||||
exec-once = hyprpaper
|
# exec-once = hyprpaper
|
||||||
exec-once = waybar
|
exec-once = waybar
|
||||||
|
exec-once = swww init
|
||||||
exec-once = kotatogram-desktop
|
exec-once = kotatogram-desktop
|
||||||
exec-once = dunst -config ~/.config/dunst/dunstrc
|
exec-once = dunst -config ~/.config/dunst/dunstrc
|
||||||
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
||||||
|
|
|
@ -15,7 +15,6 @@ vim.opt.rtp:prepend(lazypath)
|
||||||
require("lazy").setup({
|
require("lazy").setup({
|
||||||
{
|
{
|
||||||
"lewis6991/impatient.nvim",
|
"lewis6991/impatient.nvim",
|
||||||
opts = {}
|
|
||||||
config = function() require('impatient') end
|
config = function() require('impatient') end
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"width": 1895,
|
"width": 1895,
|
||||||
"spacing": 10,
|
"spacing": 10,
|
||||||
|
|
||||||
"modules-left": ["hyprland/window","pulseaudio"],
|
"modules-left": ["hyprland/window","pulseaudio","bluetooth"],
|
||||||
"modules-center": ["wlr/workspaces"],
|
"modules-center": ["wlr/workspaces"],
|
||||||
"modules-right": ["custom/cmus", "custom/weather", "tray", "battery", "custom/language", "clock"],
|
"modules-right": ["custom/cmus", "custom/weather", "tray", "battery", "custom/language", "clock"],
|
||||||
|
|
||||||
|
@ -20,8 +20,8 @@
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
"1": "",
|
"1": "",
|
||||||
"2": "",
|
"2": "",
|
||||||
"3": "",
|
"3": "",
|
||||||
"4": "",
|
"4": "",
|
||||||
"5": "",
|
"5": "",
|
||||||
"6": "",
|
"6": "",
|
||||||
"urgent": "",
|
"urgent": "",
|
||||||
|
@ -91,6 +91,16 @@
|
||||||
"format-icons": ["", "", "", "", ""]
|
"format-icons": ["", "", "", "", ""]
|
||||||
},
|
},
|
||||||
|
|
||||||
|
"bluetooth": {
|
||||||
|
// "controller": "controller1", // specify the alias of the controller if there are more than 1 on the system
|
||||||
|
"format": " {status}",
|
||||||
|
"format-disabled": "", // an empty format will hide the module
|
||||||
|
"format-connected": " {device_alias} connected",
|
||||||
|
"tooltip-format": "{controller_alias}\t{controller_address}",
|
||||||
|
"tooltip-format-connected": "{controller_alias}\t{controller_address}\n\n{device_enumerate}",
|
||||||
|
"tooltip-format-enumerate-connected": "{device_alias}\t{device_address}"
|
||||||
|
},
|
||||||
|
|
||||||
"pulseaudio": {
|
"pulseaudio": {
|
||||||
"scroll-step": 1,
|
"scroll-step": 1,
|
||||||
"format": "{volume}% {icon}",
|
"format": "{volume}% {icon}",
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@import "./colors.css";
|
@import "./nord.css";
|
||||||
|
|
||||||
window#waybar {
|
window#waybar {
|
||||||
background-color: rgba(43, 48, 59, 0.0);
|
background-color: rgba(43, 48, 59, 0.0);
|
||||||
|
@ -170,6 +170,13 @@ label:focus {
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#bluetooth {
|
||||||
|
background-color: @background;
|
||||||
|
padding: 0 15px 0 15px;
|
||||||
|
margin: 5px 0 5px 0;
|
||||||
|
border-radius: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
#battery {
|
#battery {
|
||||||
padding: 0 15px 0 15px;
|
padding: 0 15px 0 15px;
|
||||||
margin: 5px 0 5px 0;
|
margin: 5px 0 5px 0;
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 3.8 MiB |
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
Binary file not shown.
After Width: | Height: | Size: 212 KiB |
Binary file not shown.
Before Width: | Height: | Size: 116 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.6 MiB |
Loading…
Reference in New Issue