chore 🔧: Hypr, Waybar
This commit is contained in:
parent
14b71fb1b1
commit
b7a55becea
4 changed files with 18 additions and 5 deletions
|
@ -33,7 +33,7 @@ exec-once = [workspace 2] kitty
|
|||
#############################
|
||||
### Windows Rules ###
|
||||
#############################
|
||||
windowrule = opacity 1 override 1 override 1.0 override, class:Code
|
||||
# windowrule = opacity 1 override 1 override 1.0 override, class:Code
|
||||
windowrule = opacity 1 override 1 override 1.0 override, class:zen-alpha
|
||||
windowrulev2 = workspace 1, class:zen-alpha
|
||||
windowrulev2 = workspace 1, class:firefox-bin
|
||||
|
@ -58,7 +58,7 @@ general {
|
|||
gaps_in = 3
|
||||
gaps_out = 6
|
||||
|
||||
border_size = 0
|
||||
border_size = 2
|
||||
|
||||
col.active_border = rgb(8aadf4) rgb(24273A) rgb(24273A) rgb(8aadf4) 45deg
|
||||
col.inactive_border = rgb(24273A) rgb(24273A) rgb(24273A) rgb(27273A) 45deg
|
||||
|
|
|
@ -123,7 +123,7 @@
|
|||
"special": "S"
|
||||
},
|
||||
"persistent-workspaces": {
|
||||
"*": 3
|
||||
"*": 4
|
||||
},
|
||||
"on-click": "activate",
|
||||
"on-scroll-up": "hyprctl dispatch workspace e-1",
|
||||
|
|
|
@ -96,8 +96,6 @@ menu,
|
|||
margin: 3px;
|
||||
border-radius: 6px;
|
||||
border: none;
|
||||
color: #f5e0dc;
|
||||
/* background-color: #1e1e2e; */
|
||||
transition: all 0.3s ease-in-out;
|
||||
opacity: 0.4;
|
||||
}
|
||||
|
@ -116,6 +114,19 @@ menu,
|
|||
animation: none;
|
||||
}
|
||||
|
||||
#workspaces button:not(.active){
|
||||
color : #74c7ec;
|
||||
}
|
||||
|
||||
#workspaces button:nth-child(1):not(.active) {
|
||||
color:#f38ba8;
|
||||
}
|
||||
#workspaces button:nth-child(2):not(.active) {
|
||||
color: #f9e2af;
|
||||
}
|
||||
#workspaces button:nth-child(3):not(.active) {
|
||||
color: #a6e3a1;
|
||||
}
|
||||
#clock {
|
||||
padding: 0 15px;
|
||||
color: @beige;
|
||||
|
|
|
@ -205,3 +205,5 @@ export PATH="$HOME/.cargo/bin:$PATH"
|
|||
# Todo Manager Alias
|
||||
alias todo='~/.todo/todo_tui.sh'
|
||||
alias todocli='~/.todo/todo_cli.sh'
|
||||
|
||||
fastfetch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue