Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dotfiles
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jens Nolte
dotfiles
Commits
609b70ba
Commit
609b70ba
authored
4 years ago
by
Jens Nolte
Browse files
Options
Downloads
Patches
Plain Diff
Remove old todo block
parent
c4b6f0ef
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
home-profiles/desktop/.config/qbar/blocks/todo
+0
-23
0 additions, 23 deletions
home-profiles/desktop/.config/qbar/blocks/todo
home-profiles/desktop/.config/sway/config
+1
-1
1 addition, 1 deletion
home-profiles/desktop/.config/sway/config
with
1 addition
and
24 deletions
home-profiles/desktop/.config/qbar/blocks/todo
deleted
100755 → 0
+
0
−
23
View file @
c4b6f0ef
#!/usr/bin/env zsh
TIME
=
$(
date
"+%H%M"
)
zzz
=
$'💤
\u
FE0E'
if
((
$TIME
>
0100
&&
$TIME
< 0800
))
then
if
((
$TIME
>
0230
))
then
echo
"<active><critical>
$zzz
sleep</critical></active>"
elif
((
$TIME
>
0200
))
then
echo
"<active><error>
$zzz
sleep</error></active>"
else
echo
"<active><warning>
$zzz
sleep</warning></active>"
fi
exit
fi
echo
""
#echo "⭕ <span color='#ffffff'>todo</span> (0/1)"
#echo "✅ <span color='#ffffff'>done</span> (0/1)"
This diff is collapsed.
Click to expand it.
home-profiles/desktop/.config/sway/config
+
1
−
1
View file @
609b70ba
...
...
@@ -416,7 +416,7 @@ client.placeholder $base00 $base00 $base05 $base00 $base00
client.background $base00
bar {
status_command qbar server swaybar date battery cpu script --poll '~/.config/qbar/blocks/memory' script --poll '~/.config/qbar/blocks/temperature' networkmanager script --poll ~/.config/qbar/blocks/network-environment
script --poll ~/.config/qbar/blocks/todo
status_command qbar server swaybar date battery cpu script --poll '~/.config/qbar/blocks/memory' script --poll '~/.config/qbar/blocks/temperature' networkmanager script --poll ~/.config/qbar/blocks/network-environment
id bar-0
position top
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment