Update dotfiles

This commit is contained in:
hok7z 2023-04-03 16:29:42 +03:00
parent ba7f94b82a
commit c5927f0456
11 changed files with 72 additions and 55 deletions

View File

@ -10,7 +10,7 @@ if status is-interactive
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

View File

@ -15,8 +15,9 @@ monitor=,1920x1080,auto,1
# Execute your favorite apps at launch
# exec-once = waybar & hyprpaper & firefox
exec-once = hyprpaper
# exec-once = hyprpaper
exec-once = waybar
exec-once = swww init
exec-once = kotatogram-desktop
exec-once = dunst -config ~/.config/dunst/dunstrc
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &

View File

@ -15,7 +15,6 @@ vim.opt.rtp:prepend(lazypath)
require("lazy").setup({
{
"lewis6991/impatient.nvim",
opts = {}
config = function() require('impatient') end
},

View File

@ -6,7 +6,7 @@
"width": 1895,
"spacing": 10,
"modules-left": ["hyprland/window","pulseaudio"],
"modules-left": ["hyprland/window","pulseaudio","bluetooth"],
"modules-center": ["wlr/workspaces"],
"modules-right": ["custom/cmus", "custom/weather", "tray", "battery", "custom/language", "clock"],
@ -20,8 +20,8 @@
"format-icons": {
"1": "",
"2": "",
"3": "",
"4": "",
"3": "",
"4": "",
"5": "",
"6": "",
"urgent": "",
@ -91,6 +91,16 @@
"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": {
"scroll-step": 1,
"format": "{volume}% {icon}",

View File

@ -4,7 +4,7 @@
font-size: 13px;
}
@import "./colors.css";
@import "./nord.css";
window#waybar {
background-color: rgba(43, 48, 59, 0.0);
@ -170,6 +170,13 @@ label:focus {
border-radius: 12px;
}
#bluetooth {
background-color: @background;
padding: 0 15px 0 15px;
margin: 5px 0 5px 0;
border-radius: 12px;
}
#battery {
padding: 0 15px 0 15px;
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