add niri and update nvim config
This commit is contained in:
@@ -8,9 +8,9 @@
|
||||
// "width": 1280, // Waybar width
|
||||
"spacing": 4, // Gaps between modules (4px)
|
||||
// Choose the order of the modules
|
||||
"modules-left": ["hyprland/workspaces"],
|
||||
"modules-left": ["hyprland/workspaces", "niri/workspaces", "niri/window"],
|
||||
"modules-center": ["clock"],
|
||||
"modules-right": ["pulseaudio", "temperature", "cpu", "memory", "battery", "backlight", "hyprland/language", "idle_inhibitor", "tray"],
|
||||
"modules-right": ["custom/media", "pulseaudio", "backlight", "temperature", "cpu", "memory", "battery", "hyprland/language", "idle_inhibitor", "tray"],
|
||||
"hyprland/workspaces": {
|
||||
"disable-scroll": false,
|
||||
"all-outputs": false,
|
||||
@@ -21,6 +21,9 @@
|
||||
"*": 5,
|
||||
}
|
||||
},
|
||||
"niri/window": {
|
||||
"format": "{title}"
|
||||
},
|
||||
"hyprland/window": {
|
||||
"format": "{title}"
|
||||
},
|
||||
|
||||
@@ -21,9 +21,10 @@ window#waybar.hidden {
|
||||
.modules-center,
|
||||
.modules-right {
|
||||
/*background-color: black; rgba(255, 255, 255, 1);*/
|
||||
border-top: 1px solid;
|
||||
border-top: 0px solid;
|
||||
border-radius: 0px;
|
||||
padding: 0px;
|
||||
margin: 0px
|
||||
}
|
||||
|
||||
/*
|
||||
@@ -121,12 +122,11 @@ button:hover {
|
||||
padding: 0 6px;
|
||||
color: #909090;
|
||||
border-radius: 0px;
|
||||
border-top: 1rem;
|
||||
border-top: 0rem;
|
||||
border: solid;
|
||||
margin: 0px;
|
||||
border-bottom: 0rem;
|
||||
}
|
||||
#backlight,
|
||||
#battery,
|
||||
#clock,
|
||||
#tray {
|
||||
@@ -186,7 +186,7 @@ label:focus {
|
||||
#battery,
|
||||
#temperature,
|
||||
#memory {
|
||||
border-top: solid 2px #1de8d1;
|
||||
border-top: dashed 1px #1de8d1;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
@@ -195,7 +195,7 @@ label:focus {
|
||||
}*/
|
||||
|
||||
#backlight {
|
||||
border-top: solid 2px #d1f2f2;
|
||||
border-top: solid 0px #d1f2f2;
|
||||
}
|
||||
|
||||
#pulseaudio {
|
||||
@@ -244,13 +244,13 @@ label:focus {
|
||||
}
|
||||
|
||||
#idle_inhibitor {
|
||||
background-color: #2d3436;
|
||||
/* background-color: #2d3436; */
|
||||
}
|
||||
|
||||
/* #idle_inhibitor.activated { */
|
||||
/* background-color: #ecf0f1; */
|
||||
/* color: #2d3436; */
|
||||
/* } */
|
||||
#idle_inhibitor.activated {
|
||||
background-color: #ecf0f1;
|
||||
color: #2d3436;
|
||||
}
|
||||
|
||||
#mpd {
|
||||
background-color: #66cc99;
|
||||
|
||||
Reference in New Issue
Block a user