Compare commits
No commits in common. "249e35cbc0cf49ca11f89bf3d6d29bce9a6629cf" and "028221ee73cc57477742652ac3dcd78190dcd2ae" have entirely different histories.
249e35cbc0
...
028221ee73
6 changed files with 17 additions and 56 deletions
|
@ -1,10 +1,9 @@
|
||||||
[options]
|
[options]
|
||||||
BatchInstall = true
|
|
||||||
CleanAfter = true
|
CleanAfter = true
|
||||||
CombinedUpgrade = true
|
CombinedUpgrade = true
|
||||||
|
BatchInstall = true
|
||||||
NewsOnUpgrade = true
|
NewsOnUpgrade = true
|
||||||
RemoveMake = yes
|
RemoveMake = yes
|
||||||
SudoLoop = true
|
|
||||||
|
|
||||||
#[bin]
|
#[bin]
|
||||||
#Sudo = doas
|
#Sudo = doas
|
||||||
|
|
|
@ -17,11 +17,3 @@ node_modules/
|
||||||
|
|
||||||
# PHP
|
# PHP
|
||||||
vendor/
|
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
|
|
||||||
|
|
|
@ -1,13 +1,12 @@
|
||||||
{
|
{
|
||||||
"layer": "top",
|
"layer": "top",
|
||||||
"position": "bottom",
|
"position": "bottom",
|
||||||
"height": 28,
|
"height": 24,
|
||||||
"spacing": 6,
|
"spacing": 6,
|
||||||
"modules-left": [
|
"modules-left": [
|
||||||
"hyprland/workspaces"
|
"hyprland/workspaces"
|
||||||
],
|
],
|
||||||
"modules-center": [
|
"modules-center": [
|
||||||
"mpris"
|
|
||||||
],
|
],
|
||||||
"modules-right": [
|
"modules-right": [
|
||||||
"network",
|
"network",
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
set -e
|
|
||||||
|
|
||||||
updates=$(checkupdates)
|
updates=$(checkupdates)
|
||||||
text=$(echo "$updates" | wc -l)
|
text=$(echo "$updates" | wc -l)
|
||||||
tooltip=$(echo "$updates" | sed 's/$/\\n/' | tr -d '\n' | sed 's/\\n$//')
|
tooltip=$(echo "$updates" | sed 's/$/\\n/' | tr -d '\n' | sed 's/\\n$//')
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"hyprland/workspaces": {
|
"hyprland/workspaces": {
|
||||||
"on-click": "activate",
|
"on-click": "activate",
|
||||||
"all-outputs": true,
|
"all-outputs": true,
|
||||||
"sort-by-number": true
|
"sort-by-number": true,
|
||||||
},
|
},
|
||||||
"hyprland/window": {
|
"hyprland/window": {
|
||||||
"max-length": 128
|
"max-length": 128
|
||||||
|
@ -18,29 +18,6 @@
|
||||||
"memory": {
|
"memory": {
|
||||||
"format": " {percentage}%"
|
"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": {
|
"network": {
|
||||||
"format": " {ipaddr}"
|
"format": " {ipaddr}"
|
||||||
},
|
},
|
||||||
|
|
|
@ -27,12 +27,8 @@ window#waybar {
|
||||||
border-bottom: solid 2px @pink;
|
border-bottom: solid 2px @pink;
|
||||||
}
|
}
|
||||||
|
|
||||||
#mpris {
|
|
||||||
border-bottom: solid 2px @green;
|
|
||||||
}
|
|
||||||
|
|
||||||
#network {
|
#network {
|
||||||
border-bottom: solid 2px @yellow;
|
border-bottom: solid 2px @green;
|
||||||
}
|
}
|
||||||
|
|
||||||
#temperature {
|
#temperature {
|
||||||
|
|
Loading…
Reference in a new issue