Compare commits

..

No commits in common. "249e35cbc0cf49ca11f89bf3d6d29bce9a6629cf" and "028221ee73cc57477742652ac3dcd78190dcd2ae" have entirely different histories.

6 changed files with 17 additions and 56 deletions

View file

@ -1,10 +1,9 @@
[options]
BatchInstall = true
CleanAfter = true
CombinedUpgrade = true
BatchInstall = true
NewsOnUpgrade = true
RemoveMake = yes
SudoLoop = true
#[bin]
#Sudo = doas

View file

@ -17,11 +17,3 @@ node_modules/
# PHP
vendor/
# Freetube Flatpak
.var/app/io.freetubeapp.FreeTube/config/FreeTube/Cache
.var/app/io.freetubeapp.FreeTube/config/FreeTube/Code Cache
.var/app/io.freetubeapp.FreeTube/config/FreeTube/dashFiles
.var/app/io.freetubeapp.FreeTube/config/FreeTube/DawnCache
.var/app/io.freetubeapp.FreeTube/config/FreeTube/player_cache
.var/app/io.freetubeapp.FreeTube/config/FreeTube/storyboards

View file

@ -1,13 +1,12 @@
{
"layer": "top",
"position": "bottom",
"height": 28,
"height": 24,
"spacing": 6,
"modules-left": [
"hyprland/workspaces"
],
"modules-center": [
"mpris"
],
"modules-right": [
"network",

View file

@ -1,7 +1,5 @@
#!/usr/bin/env sh
set -e
updates=$(checkupdates)
text=$(echo "$updates" | wc -l)
tooltip=$(echo "$updates" | sed 's/$/\\n/' | tr -d '\n' | sed 's/\\n$//')

View file

@ -2,7 +2,7 @@
"hyprland/workspaces": {
"on-click": "activate",
"all-outputs": true,
"sort-by-number": true
"sort-by-number": true,
},
"hyprland/window": {
"max-length": 128
@ -18,29 +18,6 @@
"memory": {
"format": " {percentage}%"
},
"mpris": {
"format": "{player_icon} {status_icon} {dynamic}",
"interval": 5,
"dynamic-order": [
"title",
"artist",
"position",
"length"
],
"player-icons": {
"default": "󰎈",
"chromium": "",
"firefox": "",
"spotify": "",
"spotifyd": "",
"vlc": ""
},
"status-icons": {
"paused": "󰏤",
"playing": "󰐊",
"stopped": "󰓛"
}
},
"network": {
"format": " {ipaddr}"
},

View file

@ -27,12 +27,8 @@ window#waybar {
border-bottom: solid 2px @pink;
}
#mpris {
border-bottom: solid 2px @green;
}
#network {
border-bottom: solid 2px @yellow;
border-bottom: solid 2px @green;
}
#temperature {