[Init] cleanup

This commit is contained in:
coja 2025-03-19 01:05:14 +01:00
parent e05e9929ae
commit abd967c358
Signed by: coja
GPG Key ID: 245827C2A1FA8F09
3 changed files with 1 additions and 25 deletions

View File

@ -1,2 +0,0 @@
hydeTheme="Synth Wave"
rofiStyle="2"

View File

@ -69,16 +69,6 @@
"on-scroll-up": "hyprctl dispatch workspace -1", "on-scroll-up": "hyprctl dispatch workspace -1",
"on-scroll-down": "hyprctl dispatch workspace +1", "on-scroll-down": "hyprctl dispatch workspace +1",
"persistent-workspaces": {} "persistent-workspaces": {}
// "format":"{icon}",
// "format-icons": {
// "1": "",
// "2": "",
// "3": "",
// "4": "",
// "5": "",
// "6": ""
// }
// }
}, },
"bluetooth": { "bluetooth": {
@ -269,16 +259,7 @@
"max-length": 1000, "max-length": 1000,
"interval": 1 "interval": 1
}, },
"custom/weather": {
"exec": "curl 'https://wttr.in/?format=1'",
"format": "{}",
//"exec": "~/,config/waybar/waybar.py",
"tooltip": true,
"interval": 3600,
"return-type": "json",
"on-click": "gnome-weather",
"max-length": 10
},
"battery": { "battery": {
"states": { "states": {
"good": 95, "good": 95,

View File

@ -9,9 +9,6 @@
@import "theme.css"; @import "theme.css";
#custom-weather.sunny {
background-color: yellow;
}
window#waybar { window#waybar {
background: @bar-bg; background: @bar-bg;
} }