mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-04-03 18:14:15 +00:00
~
This commit is contained in:
parent
f1ec9623c1
commit
aafcd0be4c
5 changed files with 47 additions and 10 deletions
4
TODO
4
TODO
|
@ -34,6 +34,10 @@
|
||||||
[ ] Get fishline
|
[ ] Get fishline
|
||||||
[ ] Get minecraft assets to work PLEAAASEEEEE
|
[ ] Get minecraft assets to work PLEAAASEEEEE
|
||||||
[ ] Make cavestory multiplayer into a nix derivation (its a zip file, see https://discourse.nixos.org/t/what-is-your-approach-to-packaging-wine-applications-with-nix-derivations/12799)
|
[ ] Make cavestory multiplayer into a nix derivation (its a zip file, see https://discourse.nixos.org/t/what-is-your-approach-to-packaging-wine-applications-with-nix-derivations/12799)
|
||||||
|
[ ] MEGA TODO: get timeshift.json to work (its in /etc/timeshift/timeshift.json so i think itll need its own derivation)
|
||||||
|
[ ] soteria doesnt fucking work
|
||||||
|
[ ] make https://github.com/addy-dclxvi/openbox-theme-collections.git into a derivation????
|
||||||
|
+- [ ] numix-clone + vermello
|
||||||
|
|
||||||
[x] Get PulseAudio sound controls on polybar to work
|
[x] Get PulseAudio sound controls on polybar to work
|
||||||
[x] Add desktop switching to windows (context menu?)
|
[x] Add desktop switching to windows (context menu?)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
hsetroot -cover ~/.dotfiles/assets/wallpapers/current
|
hsetroot -cover ~/.dotfiles/assets/wallpapers/current
|
||||||
xcompmgr &
|
xcompmgr &
|
||||||
soteria &
|
soteria
|
||||||
# dumb yambar workaround https://codeberg.org/dnkl/yambar/issues/429
|
# dumb yambar workaround https://codeberg.org/dnkl/yambar/issues/429
|
||||||
xterm -geometry 1x1+0+18 &
|
xterm -geometry 1x1+0+18 &
|
||||||
temp=$!
|
temp=$!
|
||||||
|
|
|
@ -1,33 +1,33 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<openbox_menu xmlns="http://openbox.org/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://openbox.org/ file:///usr/share/openbox/menu.xsd">
|
<openbox_menu xmlns="http://openbox.org/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://openbox.org/ file:///usr/share/openbox/menu.xsd">
|
||||||
<menu id="root" label="Menu">
|
<menu id="root" label="Menu">
|
||||||
<item label="Firefox">
|
<item label="Terminal emulator">
|
||||||
<action name="Execute">
|
|
||||||
<command>firefox</command>
|
|
||||||
</action>
|
|
||||||
</item>
|
|
||||||
<item label="kitty">
|
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>kitty</command>
|
<command>kitty</command>
|
||||||
</action>
|
</action>
|
||||||
</item>
|
</item>
|
||||||
|
<item label="Web browser">
|
||||||
|
<action name="Execute">
|
||||||
|
<command>firefox</command>
|
||||||
|
</action>
|
||||||
|
</item>
|
||||||
<item label="VSCodium">
|
<item label="VSCodium">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>codium</command>
|
<command>codium</command>
|
||||||
</action>
|
</action>
|
||||||
</item>
|
</item>
|
||||||
<separator/>
|
<separator/>
|
||||||
<item label="File Browser">
|
<item label="File browser">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>dolphin</command>
|
<command>dolphin</command>
|
||||||
</action>
|
</action>
|
||||||
</item>
|
</item>
|
||||||
<item label="Task Manager">
|
<item label="Task manager">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>com.github.stsdc.monitor</command>
|
<command>com.github.stsdc.monitor</command>
|
||||||
</action>
|
</action>
|
||||||
</item>
|
</item>
|
||||||
<item label="Backup Manager">
|
<item label="Backup manager">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>pkexec timeshift-gtk</command>
|
<command>pkexec timeshift-gtk</command>
|
||||||
</action>
|
</action>
|
||||||
|
|
28
configs/timeshift.json
Normal file
28
configs/timeshift.json
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
{
|
||||||
|
"backup_device_uuid" : "fbbcc72f-34af-425c-9151-ef8919a6ae07",
|
||||||
|
"parent_device_uuid" : "",
|
||||||
|
"do_first_run" : "false",
|
||||||
|
"btrfs_mode" : "false",
|
||||||
|
"include_btrfs_home_for_backup" : "false",
|
||||||
|
"include_btrfs_home_for_restore" : "false",
|
||||||
|
"stop_cron_emails" : "true",
|
||||||
|
"schedule_monthly" : "false",
|
||||||
|
"schedule_weekly" : "false",
|
||||||
|
"schedule_daily" : "false",
|
||||||
|
"schedule_hourly" : "false",
|
||||||
|
"schedule_boot" : "false",
|
||||||
|
"count_monthly" : "2",
|
||||||
|
"count_weekly" : "3",
|
||||||
|
"count_daily" : "5",
|
||||||
|
"count_hourly" : "6",
|
||||||
|
"count_boot" : "5",
|
||||||
|
"date_format" : "%Y-%m-%d %H:%M:%S",
|
||||||
|
"exclude" : [
|
||||||
|
"/var/empty/**",
|
||||||
|
"/**",
|
||||||
|
"+ /home/rae/**",
|
||||||
|
"+ /opt/apps/**",
|
||||||
|
"/root/**"
|
||||||
|
],
|
||||||
|
"exclude-apps" : []
|
||||||
|
}
|
|
@ -12,6 +12,11 @@
|
||||||
file = {
|
file = {
|
||||||
".twmrc".source = ../../configs/twm;
|
".twmrc".source = ../../configs/twm;
|
||||||
".local/share/themes".source = ../../configs/openbox/themes;
|
".local/share/themes".source = ../../configs/openbox/themes;
|
||||||
|
#! dumb (see todo)
|
||||||
|
".local/share/PrismLauncher" = {
|
||||||
|
source = ../../assets/minecraft;
|
||||||
|
recursive = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
xdg.configFile = {
|
xdg.configFile = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue