feat: updated config

This commit is contained in:
Raj 2024-07-13 21:57:15 +05:30
parent 7b5d28f0e2
commit ed89cec63d
8 changed files with 45 additions and 34 deletions

Binary file not shown.

7
.config/mimeapps.list Normal file
View File

@ -0,0 +1,7 @@
[Default Applications]
text/html=google-chrome.desktop
x-scheme-handler/http=google-chrome.desktop
x-scheme-handler/https=google-chrome.desktop
x-scheme-handler/about=google-chrome.desktop
x-scheme-handler/unknown=google-chrome.desktop

View File

@ -0,0 +1,7 @@
{
"telemetry": {
"notifiedAt": "1720715095565",
"anonymousId": "5c208d6ea438115c4ff7c7ac17ced08434375f31f4894852c38d94b8768b35b7",
"salt": "5ae567d57ff5cb962c08c9f108aae905"
}
}

@ -1 +1 @@
Subproject commit 76464a29389571e1c31b5a6516357c06c0b5de4f Subproject commit b5860e1b98ebf8f225de76ec85587d2646bdb9dc

View File

@ -1,7 +1,8 @@
daemonize daemonize
show-failed-attempts show-failed-attempts
clock clock
effect-blur=7x3 effect-blur=15x7
screenshots
color=1f1d2e80 color=1f1d2e80
font="Inter" font="Inter"
indicator indicator

View File

@ -1,58 +1,53 @@
{ {
"position": "top", "position": "top",
"margin-top" : 4, "margin-top": 4,
"margin-bottom" : 0, "margin-bottom": 0,
"margin-left": 6, "margin-left": 6,
"margin-right": 6, "margin-right": 6,
"height" : 20, "height": 24,
"modules-left": [ "modules-left": ["hyprland/workspaces", "tray"],
"hyprland/workspaces" "modules-center": ["hyprland/window"],
], "modules-right": ["pulseaudio", "network", "cpu", "memory", "clock"],
"modules-center": [
"hyprland/window"
],
"modules-right": [
"pulseaudio",
"network",
"cpu",
"memory",
"clock"
],
"hyprland/window": { "hyprland/window": {
"format": "{}", "format": "{}",
"max-length": 35, "max-length": 35,
"rewrite": { "rewrite": {
"": "./raj" "": "./raj",
}, },
"separate-outputs": true "separate-outputs": true,
}, },
"hyprland/workspaces": { "hyprland/workspaces": {
"format": "{icon}", "format": "{icon}",
"on-click": "activate", "on-click": "activate",
"format-icons": { "format-icons": {
"active": " " "active": " ",
}, },
"sort-by-number": true, "sort-by-number": true,
"persistent-workspaces": { "persistent-workspaces": {
"*": 4, "*": 4,
"HDMI-A-1": 3 // but only three on HDMI-A-1 // "HDMI-A-1": 3, // but only three on HDMI-A-1
} },
}, },
"clock": { "clock": {
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>", "tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
"format-alt": "{:%Y-%m-%d}" "format-alt": "{:%Y-%m-%d}",
},
"tray": {
"icon-size": 16,
"spacing": 10,
"show-passive-items": true,
}, },
"cpu": { "cpu": {
"format": "CPU {usage}%", "format": "CPU {usage}%",
"tooltip": false "tooltip": false,
}, },
"memory": { "memory": {
"format": "{}%  " "format": "{}%  ",
}, },
"temperature": { "temperature": {
"critical-threshold": 80, "critical-threshold": 80,
"format": "{icon} {temperatureC}°C", "format": "{icon} {temperatureC}°C",
"format-icons": ["", "", ""] "format-icons": ["", "", ""],
}, },
"network": { "network": {
"format-wifi": " {signalStrength}%", "format-wifi": " {signalStrength}%",
@ -60,7 +55,7 @@
"tooltip-format": "{ifname} via {gwaddr} ", "tooltip-format": "{ifname} via {gwaddr} ",
"format-linked": "{ifname} (No IP) ", "format-linked": "{ifname} (No IP) ",
"format-disconnected": " ⚠ ", "format-disconnected": " ⚠ ",
"format-alt": "{ifname}: {ipaddr}/{cidr}" "format-alt": "{ifname}: {ipaddr}/{cidr}",
}, },
"pulseaudio": { "pulseaudio": {
"format": "{icon} {volume}%", "format": "{icon} {volume}%",
@ -74,8 +69,8 @@
"phone": "", "phone": "",
"portable": "", "portable": "",
"car": "", "car": "",
"default": ["", "", ""] "default": ["", "", ""],
},
"on-click": "pavucontrol",
}, },
"on-click": "pavucontrol"
}
} }

View File

@ -7,7 +7,6 @@
window#waybar { window#waybar {
background-color: transparent; background-color: transparent;
border-radius: 14px;
transition-property: background-color; transition-property: background-color;
transition-duration: 0.5s; transition-duration: 0.5s;
} }
@ -62,7 +61,7 @@ button:hover {
#temperature, #temperature,
#network, #network,
#pulseaudio { #pulseaudio {
padding: 0 10px; padding: 0 6px;
} }
#pulseaudio { #pulseaudio {
@ -95,6 +94,7 @@ button:hover {
background-color: @base; background-color: @base;
border-radius: 15px; border-radius: 15px;
} }
.modules-right { .modules-right {
padding: 0 10px; padding: 0 10px;
} }

3
.gitignore vendored
View File

@ -1,3 +1,4 @@
.config/WebCord
.config/BraveSoftware .config/BraveSoftware
.config/spicetify .config/spicetify
.config/google-chrome/ .config/google-chrome